@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	font-style:normal;
	list-style:none;
}

div{
	width:700px;
}

#wrap{
	margin-left:auto;
	margin-right:auto;
}
#header{
}
h1{
	font-size:16px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	background-color:#0C3;
	color:#FFF;
}
#content{
	margin-bottom:20px;
}
#content p{
	margin:0 10px 0 10px;
	font-size:14px;
	line-height:18px;
}
#content p a{
	font-size:14px;
	line-height:18px;
}
h2{
	font-size:12px;
	line-height:14px;
	text-align:center;
	margin-bottom:10px;
	padding:5px 0 5px 0;
	background-color:#0C3;
	color:#FFF;
}
#gnavi{
	margin-bottom:20px;
	text-align:center;
}
#content #gnavi p{
	margin:0 10px 0 0;
	font-size:12px;
}
#content #gnavi a{
	color:#333;
	font-size:12px;
}
#content #gnavi a:hover{
	color:#0C3;
	font-size:12px;
	text-decoration:underline;
}

#title{
	border-left:solid 6px #0C3;
	border-bottom:solid 1px #999;
	padding:3px 0 3px 8px;
	margin-bottom:10px;
	color:#0C3;
	font-weight:bold;
}
#content .add{
	margin-top:20px;
}
#content .sitemap{
	padding:5px 0 5px 0;
}
#content .sitemap a{
	font-size:14px;
	line-height:20px;
}
#content .sitemap a:hover{
	font-size:14px;
	line-height:20px;
	color:#0C3;
	text-decoration:underline;
}
#footer{
	background-color:#0C3;
	padding:5px 0 5px 0;
	text-align:center;
}
address{
	font-size:12px;
	line-height:14px;
	color:#FFF;
}