@charset "Shift_JIS";
/* CSS Document */

body {
	background-image: url(/images/back02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	background-color: #08028c;
}

h1 {
}

h2 {
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container h1 {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	background-color: #0A084B;
}

#contents {
	margin: 0px;
	padding: 10px;
	width: 780px;
	background-color: #FFFFFF;
}
#contents_back {
	background-color: #FFFFFF;
}

#sub_text {
	background-color: #663300;
	margin: 0px;
	padding: 5px;
	width: 790px;
	text-align: center;
}

#sub_text h3 {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: normal;
}


#navi {
	padding: 5px;
	width: 790px;
}
#navi p {
	font-size: 10px;
	line-height: 12px;
}
#navi p a {
	color: #3333FF;
	text-decoration: underline;
}
#navi p a:hover {
	color: #3333FF;
	text-decoration: underline;
}
