@charset "utf-8";

/* CSS Document */
body {
	background-color: #FFF;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(bodyback.gif);
	color: #313131;
}

html {
	height: 100%;
}
td {
	width: 110px;
}

table {
	margin-left: 10px;
}



#wholewrap {
	height: 100%;
	margin-top: 20px;
}

#header {
	width: 800px;
	background-image: url(header.gif);
	height: 250px;
	margin: 0 auto;
}

#areawrap {
	width: 800px;
	margin: 20px auto 0px auto;
}






#main {
	width: 500px;
	float: right;
	height: 100%;
}
#main a {
	color: #F39;
}
#main a:hover {
	text-decoration: none;
	color: #616161;
}


#mainbody {
	background-color: #FFF0F3;
	padding: 10px;
}
.big {
	font-size: 16px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8347B4;
	text-align: center;
	border-bottom: 1px dashed;
}
p {
	padding: 0 10px;
}
li {
	margin-left: 20px;
	letter-spacing: 0em;

}
h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 0 0;
	color: #0D8CFA;
}
h3 {
	color: #F60;
	font-size: 14px;
}

#next {
	text-align: right;
	margin-top: 30px;
}

#navi {
	width: 280px;
	float: left;
}
.navicat {
	background-color: #ffffff;
}
.navicat a {
	height: 30px;
	width: 270px;
	display: block;
	padding: 10px 0 0 10px;
	color: #323232;
}
.navicat a:hover {
	background-color: #FFF0F3;
	text-decoration: none;
}

#navimain {
	background-color: #ffffff;
}

#footer {
	clear: both;

}
.center {
	text-align: center;
}
