#wrapper {
	background-image: url(../image/n_bggroung.jpg);
	background-repeat: repeat-x;
	width: 818px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #330000;
	line-height: 135%;
	font-family: Tahoma, Geneva, sans-serif;
}
#header {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#visual {
	height: 250px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#navi {
	height: 160px;
	width: 800px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#middle {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 221px;
}
#right {
	width: 576px;
	float: right;
}
#footer {
	height: 100px;
	width: 800px;
	clear: both;
	padding-top: 30px;
	text-decoration: none;
}
#maintable {
	background-color: #FFF;
	width: 818px;
}
.bg_left {
	background-image: url(../image/n_shadow_l.jpg);
	vertical-align: top;
}
.bg_right {
	background-image: url(../image/n_shadow_r.jpg);
	vertical-align: top;
}
.bg_top {
	background-color: #660000;
	height: 6px;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	color: #5C9A1D;
	text-decoration: none;
}
a:active {
	color: #330000;
	text-decoration: none;
}