@charset @import url("contentsbox.css");
"Shift_JIS";

@import url("contentsbox.css");
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#header {
	margin: 0px;
	padding: 0px;
	border-bottom: medium solid #FFCC00;
	clear: both;
	background: #FFFFCC;
	text-align: center;
}
#headnavi {
	font-size: 14px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-bottom: thin solid #FFCC00;
	height: auto;
	width: 840px;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	background: #FFF8D9;
}

#wrapper {
	height: auto;
	width: 840px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents #side ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
}
#contents #side li a {
	color: #660000;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 36px;
	width: 160px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-left: 10px;
}
#footer img {
	float: right;
}

#contents #side #midashi {
	color: #660000;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font: 16px Georgia, "Times New Roman", Times, serif;
}



#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
#contents #side {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 180px;
	border-right: 1px solid #FFCC00;
}
#contents #main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
h6 {
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	line-height: 12px;
}

#footer {
	margin: 5px 0px 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
h1 {
	font-size: 14px;
	line-height: 150%;
	color: #660000;
	background: #FFFFCC;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
}
h2 {
	font-size: 12px;
	line-height: 120%;
	color: #660000;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}
h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
h4 {
	font-size: 14px;
	line-height: 140%;
	margin: 10px;
	padding: 0px;
	font-weight: normal;

}
#contents #main #column img {
	margin: 10px;
	padding: 0px;
	float: right;
}
h5 {
	font-size: 12px;
	line-height: 150%;
	text-align: right;
	text-indent: 10px;
}

/*　clear　*/
.clear{
	clear: both;
}
