@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	padding: 0px;
	height: auto;
	width: auto;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../css_bg.JPG);
}
p.header {
	height: 120px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.comment {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 720px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat-x;
}

.main_contents {
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: underline;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	height: 720px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	height: 120px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../css_footer.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 5px;
	text-align: center;
}
.p.main {
	background-attachment: fixed;
	background-image: url(../css_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #C40001;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	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;
}

