@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	list-style:none;
	border:none;
}
#wrap{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
h1{
	width:960px;
	background-color:#966;
	color:#FF0;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
}
h1 a{
	color:#FF0;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
h2{
	width:960px;
	padding-left:10px;
	padding-bottom:5px;
	background-color:#966;
	color:#FFF;
	font-size:12px;
	line-height:14px;
}
h3{
	margin:20px 0 5px 20px;
	width:911px;
	background-color:#966;
	padding:3px 0 3px 5px;
	color:#FF0;
	border:solid 2px #CCC;
}
.cont{
	margin-left:25px;
	margin-bottom:1em;
	margin-top:5px;
	width:915px;
}
#navi{
	margin:20px 20px 10px 0;
	width:920px;
	text-align:center;
}
#navi a:hover{
	text-decoration:underline;
}
address{
	width:960px;
	background-color:#966;
	text-align:center;
	padding:1em 0 1em 0;
	color:#FF0;
}
address a{
	color:#FF0;
}
.sitemap{
	text-decoration:underline;
}
.sitemap:hover{
	color:#F00;
}