@charset "utf-8";
/* CSS Document */

body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
div#header{
	background-color:#FF0000;
	height: 100px;
}
p.header {
	margin: 0px;
	background-color: #999999;
	height: 100px;
}
.comment {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.wrapper {
	background-color: #FFFFFF;
	width: 640px;
	border: 2px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003300;
	margin: 0px;
	height: 30px;
	width: 640px;
}

.main_contents {
	margin-right: 30px;
	margin-left: 30px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	color: #000000;
	background-color: #999999;
	height: 60px;
	padding-top: 30px;
	margin: 0px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FF0000;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
}
p img.left {
	float: left;
	margin-right: 10px;
}
p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
p.menu a {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	float: left;
	width: 10em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
p.menu a:hover {
	background-color: #FF0000;
}


p img.right {
	float: right;
	margin-left: 10px;
}
