@charset "shift_jis";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F7F7FF;
}
#header {
	height: 75px;
	width: 800px;
	float: left;
}
#header_bar {
	float: left;
	height: 25px;
	width: 800px;
}
#menu {
	height: 33px;
	width: 800px;
	float: left;
}
.navi a{
	color: #333333;
	text-decoration: none;
}
.navi a:hover{
	color: #FFFFFF;
	background-color: #8BB2A7;
}
#main_img {
	width: 800px;
	text-align: center;
	float: left;
}
.title {
	background-image: url(../img/bg_bar3.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 756px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
	background-position: center;
	padding-top: 6px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#main {
	width: 800px;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}
.main2 {
	width: 800px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
#footer {
	float: left;
	height: 22px;
	width: 800px;
	text-align: center;
	background-image: url(../img/bg_bar.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #999999;
	padding-top: 3px;
}
#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#all {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
}
.navi {
	float: right;
	height: 20px;
	width: 80px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 5px;
	background-position: center;
	text-align: center;
	font-size: 12px;
}
#menu_bar {
	font-size: 12px;
	width: 800px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	float: left;
}
ul#menu_bar li {
	text-align: center;
	float: right;
	width: 98px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BED0D5;
}
ul#menu_bar li a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 98px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#menu_bar li a:hover {
	background-color: #BED0D5;
	color: #FFFFFF;
}
.underline_dot {
	height: 10px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
