@charset "utf-8";
/* CSS Document */

body{
	background-color:#efefef;
	background-image:url("image/bg.jpg");
	background-repeat:y-repeat;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	color:#404040;
	}
	
img{border:0}
li.privacy{margin-top:10px}
ol{margin-top:3px;}

h3{
	border-bottom:1px #333 solid;
	color:#333;
}

#wrapper{
	width:940px;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	border:1px solid #d1d1d1;}
	
	
#header_top{
	height:100px;
	text-align:left;
	padding-left:20px;
}


#header{
	height:80px;
	text-align:left;
	padding-left:20px;
}

#navi{
	text-align:left;
	margin:3px 10px;}


#contents{
	width:800px;
	background-repeat:repeat-y;
	background-position:center;
	text-align:left;
	margin:10px auto 30px;
}
	


#footer{
	clear:both;
	background-color:#d8d8d8;
	width:940px;
	height:90px;
	font-size:12px;
	padding-top:8px;
}

#footer a{
	color:#666;}


.list{
	float:left;
	clear:both;
	width:500px;
	}
	
.pdf{
	width:100px;
	background-image:url(image/pdficon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	float:left;
	}