@charset "utf-8";
.header {
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 800px;
}
.second_row {
	height: 25px;
	width: 800px;
	background-color: #F9FAC6;
}
.banners {
	height: 99%;
}
.banners_a {
	height: 21px;
	width: 190px;
}

.level2_navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.level3_navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	text-indent: 12px;
}

.naviarea {
	background-color: #F6F7E4;
	width: 200px;
}
.bottom_corner {
	background-color: #FAFBDB;
	height: 20px;
	width: 200px;
}
.footer {
	background-color: #F2F57E;
	height: 20px;
	width: 600px;
}
.content_area {
	background-color: #FFFFFF;
	width: 600px;
}
.level1_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
