*{
	margin:0;
	padding:0;
	border: none;
}
html{height:100%;background:#000000;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height:140%;
	color:#333333;
	text-align:center;
	height:100%;
	background:#000000;
}
img {  
    border:0;  
} 
a{
	color:#000066;
}
a { outline: none; }
a:hover{
	color:#0066CC;
}
.clear{clear:both;}
.f8{font-size:8pt;}
.red{color:#FF0000;}
.org{color:#FF6600;}
.blue{color:#3333FF;}
.pink{color:#FF3366;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.hidden{display:none;}

/* =====clearfix===== */
div:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
div { display: inline-block; }
/* exlude MacIE5 \*/
* html div { height: 1% }
div {display:block;}
/* end MacIE5 */


/* common */
body#bg{
	/*background:#007f9c;*/
	background:#ffffff;
}
#outContainer{
		width:978px;
		padding:0 9px 0 9px;
		margin:0 auto;
		background:url(../img/bg_outContainer.png) repeat-y;
		text-align:left;
		height: 100%;
		min-height:100%;
}
body > #outContainer { 
    height: auto; 
}
