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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 2em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
p.header {
	background-image: url(img/header.gif);
	margin: 0px;
	height: 27px;
	width: 800px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFF00;
}
p img.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.img_float {
	float: left;
	padding-right: 20px;
}
#main_contents {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	border: thin solid #999999;
	margin: 10px;
	padding: 10px;
}
#main_contents h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	margin: 0px;
	padding: 2px 3px 2px 10px;
}
#main_contents h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#main_contents00 {
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}

#main_contents0 {
	font-weight: normal;
	background-color: #dcdcdc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#main_contents1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	border: thin solid #000000;
	padding: 5px;
	margin: 5px;
}
#main_contents1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	margin: 0px;
	padding: 2px 3px 2px 10px;
}
#main_contents3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: underline;
	margin: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main_contents5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
}
#main_contents6 {
	font-weight: normal;
	background-color: #dcdcdc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 90px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/* menu styles
------------------------------*/
p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #333333;
	text-align: center;
	margin: 0px;
	height: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
p.menu a:hover {
	background-color: #996600;
}
p.menu a {
	line-height: 3em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	float: left;
	width: 112px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* footer styles
------------------------------*/
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
