@charset "utf-8";
/* CSS Document */


body{
color:#333333;
font-size:12px;
}

a:link{color:#0153af; text-decoration:underline;}
a:visited{color:#0153af; text-decoration:underline;}
a:hover{color:#867500; text-decoration:underline;}



#contaier{
width:850px;
height:auto;
margin:0 auto;
}

#head{
	width:850px;
	height:449px;
	margin-bottom:15px;
}

#cont_area{
width:850px;
height:auto;
}




#foot{
width:850px;
height:28px;
line-height:28px;
text-align:center;
background:url(../img/foot_bg.gif) no-repeat;
color:#ffffff;
}

#cont_area{
	width:850px;
	margin:0 auto 30px;
}

p{
width:820px;
text-align:left;
line-height:1.5em;
margin:0 auto 15px;
}

.info{
	font-size:16px;
	font-weight:bold;
}

h2{
width:850px;
height:28px;
margin-bottom:10px;
}

ul.excel_list{
	width:820px;
	margin:0 auto 30px;
}

.excel_list li{
float:right;
width:140px;
height:21px;
line-height:21px;
background:url(../img/file_img.gif) left center no-repeat;
padding-left:20px;
margin-bottom:10px;
font-size:11px;
font-weight:bold;
letter-spacing:-0.1em;
}

.excel_list a{
font-weight:normal !important;
letter-spacing:0em !important;
}

.mgr20{
margin-right:15px;
float:left !important;
width:185px !important;
}


h3{
	width:820px;
	font-size:16px;
	font-weight:bold;
	margin:0 auto 10px;
}

h3 .step{
color:#ff3300;
}


.img{
width:820px;
text-align:left;
line-height:1.5em;
margin:0 auto 30px;
}














/*clearfix ----------------------------------------------------------------*/

.clearfix:after{
content: "url(/shared/img/spacer.gif)"; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:auto;
font-size:0px;
}

.clearfix {
display: inline-block;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}

/* End hide from IE-mac */


/*.clearfix{
overflow:hidden;
}
*/
