@charset "utf-8";
/************* 全体構造 *************/

*{margin:0px; padding:0px; letter-spacing:0px;}
li{list-style:none;/*vertical-align: bottom;*/}
p{line-height:1.5em}

body {
	text-align:center;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:small;
	color:#666666;
	margin:0;
}

a {
	color:#649DEC;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.roll{
	display:block;
	text-indent:-2000px;
	font-size:1px;
	overflow:hidden;
}


#links{
	display:none;}

#header{
	width:800px; height:100px;
	background-color:#CCCCCC;
	margin:0 auto;
	text-align:left;
	}

#main{
	text-align:left;
	width:800px;
	clear:both;
	margin:0 auto;
	padding-bottom:30px;
}

h1{
	color:#000000;
	font-size:large;
	margin-top:20px;
	border-bottom:1px solid #000000;
	}

h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #666666;
	margin:35px 10px 10px 10px;
	padding-bottom:1px;
	padding-left:3px;
}

#main p{
	margin:0px 30px 7px 25px;}

#footer{
	width:800px;
	margin:0 auto;
}

#footer_box{
	font-size:10px;
	text-align:center;
	height:28px;
	clear:both;
	background-color:#999999;
}

#footer{
}

address{
	color:#FFFFFF;
	font-style:normal;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:6px;
	font-weight:bold;}
address a{
	color:#FFFFFF;
	text-decoration:none;}
address a:hover{
	text-decoration:underline;}



