@charset "utf-8";
html {
	height: 100%;
}

/* CSS Document */
body {
	background-color: #FFF;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#bodywrap {
	background-color: #FFF;
	background-image: url(bodyback.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin: 0 auto;
}

#header {
	width: 800px;
	background-image: url(header.jpg);
	height: 205px;
	margin: 0 auto;
}

#areawrap {
	width: 800px;
	margin: 0 auto;
}
#wholewrap {
	height: 100%;
}






#main {
	width: 470px;
	float: left;
	padding: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0D8CFA;
	padding: 5px;
	border-left: 10px solid #01528E;
	border-bottom: 1px dashed #01528E;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 0 0;
	color: #0D8CFA;
}
h3 {
	color: #F60;
	font-size: 14px;
}
p {
	padding: 0 10px;
}
li {
	margin-left: 20px;

}

#navi {
	background-color: #CCDAED;
	width: 310px;
	float: right;
	padding: 0px 0px 250px 0px;
}
#navi a {
	text-decoration: none;
	display: block;
}
.navitop a {
	width: 290px;
	height: 25px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px;
	margin: 30px 10px 10px 10px;
	background-repeat: no-repeat;
	background-image: url(naviback01.gif);
}

.navitop a:link {
	background-image: url(naviback01.gif);
}

.navitop a:hover {
	background-image: url(naviback02.gif);
}
.naviother a {
	width: 290px;
	height: 25px;
	margin: 3px 10px;
	padding: 5px 10px;
	color: #000000;
}


.naviother a:hover {
	background-image: url(naviback03.gif);
	color: #01528E;
	background-repeat: no-repeat;
}
.red {
	color: red;
}

#next {
	text-align: right;
	margin-top: 30px;
}

#footer {
	background-image: url(footer.gif);
	height: 25px;
	clear: both;

}

