@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-position: center;
	background-attachment: fixed;
	background-image: url(bodyback.gif);
}

#wholewrap {
	width: 800px;
	margin: 0 auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-color: #FCF0E2;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
}

#wholewrap:after{
content : "";
display : block;
height : 0;
clear : both;
}

#header {
	width: 800px;
	margin: 0 auto;
	padding-top: 270px;
}


#main {
	width: 460px;
	background-image: url(areaback.png);
	float: right;
	margin: 0 20px 0 0;
	height: 100%;
}


#main a {
	color: #6E6A3B;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 5px auto;
	border-top: 1px dashed #000000;
	width: 90%;
	border-bottom: 1px dashed #000000;
	color: #446F00;
}
h2 {
	font-size: 16px;
	color: #446F00;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	width: 90%;
}
p {
	padding: 0 20px;
}
li {


}
strong {
	font-size: 14px;

}

#next {
	text-align: right;
	margin: 40px 0px 30px 0;
	padding: 10px 10px 10px 0;
}


#navi {
	width: 280px;
	padding-bottom: 80px;
	margin-left: 20px;
	background-image: url(areaback.png);
	padding-top: 20px;
}


.navicat a {
	display: block;
	font-weight: bold;
	color: #6E6A3B;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #ECECEA;
}

#footer {}

table {
	border: 0;
	margin: 0 auto;
}
td {
	width: 90px;
	text-align: right;
}
h3 {
	color: #55BD00;
	font-weight: bold;
	font-size: 14px;
}
.big {
	font-size: 16px;
	color: #410DB9;
}
.color {
	color: #6E6A3B;
	font-weight: bold;
}
