@charset "utf-8";

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.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 */

/*===================== all base =====================*/
* { 
	margin: 0; padding: 0;
}
body{
	background:#FFF;
	border-top:5px solid #014598;
	font-size:12px;
}
img{
	border:0;
}

#container{
	text-align:center;
}
#main{
	width:920px;
	margin: 0 auto;
}


.orei{
margin-top:20px;
text-align:center;
}
.orei p{
margin-top:12px;
line-height:1.6;
color:#333;
}
.orei p.note{
margin-top:10px;
font-size:10px;
line-height:1.4;
color:#333;
}


.itemarea{
margin-top:35px;
}

.item{
width:215px;
float:left;
}
.item p{
margin-top:5px;
padding:0 5px;
font-size:10px;
line-height:1.1;
text-align:left;
color:#999;
}

.btn{
margin:50px 0 ;
text-align:center;
}



#footer{
	background:#01459A;
}
.foot{
	width:950px;
	margin: 0 auto;
	padding:10px 0;
}
.copy{
	float:right;
}
.fbtn{
	float:left;
}



