@charset "utf-8";
body {
	background-color: #29200F;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #29200F;
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
}

#header {
	width: 810px;
	height: 380px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 170px;
	color: #FFFFFF;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 140%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 190px;
	margin: 0px;
}
#contents {
	width: 620px;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px 80px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999966;
	border-left-color: #999966;
}
#contents h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #29200F;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: large;
	font-weight: bold;
}
#contents ul {
	margin: 10px;
	padding-left: 50px;
}
#contents li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333333;
	list-style-type: none;
	padding: 0px;
	margin: 6px;
}
#contents p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 75px;
	line-height: 140%;
}
#contents img {
	float: right;
	margin: 10px;
}



#footer {
	width: 810px;
	background-color: #29200F;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-size: small;
	color: #999966;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999966;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #663300;
	text-decoration: underline;
}
.attention {
	font-weight: bold;
	color: #FF0033;
}
