@charset "utf-8";
/* CSS Document */
*	{
	margin:0;
	padding:0;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
				"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#fff;
	line-height:1.7em;
}
.clear{
	clear:both;
}
img	{
	border:none;	
	vartical-align:bottom;	
} 
li	{
	list-style:none;
}
a	{
	color:#2e88a0;
	text-decoration:none;
}
a:hover{
	color:#504f4f;
}

/* －－－ここまでが、基本の準備入力項目－－－－－－－－－－－－－－－－－－ */

#wrap{
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:780px;
	height:50px;
}
h1	{
	font-size:10px;
	font-weight:normal;
	margin-left:20px;
	color:#000;
	text-align:center;

}
#header ul{
	margin-left:505px;
}
#header li{
	float:left;
	margin-right:5px;
	margin-top:10px;
}
h2	{
	color:#000000;
	margin-top:60px;
	margin-bottom:10PX;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
}
#mainimg p{
	text-align:center;
}
#mainimg dl{
	color:#000;
	text-align:center;
	margin-bottom:30px;
}
#mainimg dt{
	font-weight:bold;
}
#footer{
	clear:both;
	height:36px;
	background:url(images/footer_bg.gif) repeat-x;

}
address{
	color:#CCCCCC;
	text-align:center;
	padding-top:8px;
}