@charset "utf-8";
body {
	background-color: #1C1313;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#page {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	background-image: url(../images/Header-Image.jpg);
	height: 120px;
	width: 600px;
	text-indent: -9999px;
}

#header ul {
	background-image: url(../images/Header-menuBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 25px;
	padding-top: 7px;
}
#header li {
	display: inline;
	font-size: 1.3em;
	color: #5E0000;
}
#header li a {
	color: #9B0000;
	text-decoration: none;
}
#header  li  a:hover {
	text-decoration: underline;
}
#body {
	min-height: 650px;
}
#body .pager {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2em;
	color: #8B4343;
	text-align: right;
	padding-top: 46px;
	padding-right: 50px;
}
#body .pager a {
	color: #8B4343;
	text-decoration: underline;
}
#body .pager a:hover {
	color: #8B4343;
	text-decoration: none;
}
.para {
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.para a {
	color: #A84242;
	text-decoration: underline;
}
.para a:hover {
	color: #A84242;
	text-decoration: none;
}
.gotoTop {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	color: #8B4343;
	clear: both;
	text-align: right;
	margin-right: 50px;
}
.gotoTop a {
	color: #8B4343;
	text-decoration: none;
}
.gotoTop a:hover {
	color: #8B4343;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/Footer-BG.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin-top: 15px;
	background-color: #420505;
}
#footer address {
	background-image: url(../images/Footer-Text.jpg);
	height: 27px;
	width: 207px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 186px;
	display: block;
	padding-top: 23px;
	background-position: 0px 23px;
}

.Form-Submit {
	margin-left: 150px;
	clear: both;
}


.Form-Submit .Form-Button {
	background-image: url(../images/Item-Button1.jpg);
	background-repeat: repeat-x;
	height: 19px;
	border: 1px solid #552D2D;
	color: #532020;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 1.2em;
}
.Form-Caution {
	font-size: 1em;
	color: #880000;
}
.Form-Note {
	font-size: 1.1em;
	color: #833232;
}
