@charset "utf-8";
#container {
	width: 870px;
	background-color: #999;
	margin-right: auto;
	margin-left: auto;
}
#webchira {
	width: 870px;
	text-align: right;
}
#header {
	width: 870px;
}
#navbar {
	width: 870px;
	margin-bottom: 4px;
	height: 62px;
	clear: both;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 174px;
	text-align: center;
	height: 62px;
}
#this {
	background-image: url(images/menu_back.gif);
	z-index: 4;
	height: 62px;
	width: 174px;
	background-repeat: repeat-y;
}
#that {
	background-image: url(images/menu_back2.gif);
	z-index: 4;
	height: 62px;
	width: 174px;
	background-repeat: repeat-y;
}
#main_image {
	width: 870px;
	clear: both;
	background-color: #FFF;
}
#contents {
	width: 870px;
	background-color: #FFF;
}
#footer {
	width: 870px;
	text-align: center;
	color: #FFF;
}
#counter {
	width: 870px;
	padding: 7px;
	text-align: center;
}
#navbar a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 22px;
	width: 154px;
	background-repeat: no-repeat;
	z-index: 1;
}
#navbar a:hover {
	color: #000;
	background-image: url(images/menu_back.gif);
}
body {
	background-color: #999;
}
#header_left {
	width: 600px;
	float: left;
}
#header_right {
	float: right;
	width: 200px;
	text-align: right;
}
#header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.midashi1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #C00;
}
