body {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	background: url(images/header.gif) top center no-repeat;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
}
#header {
}
#header h6 {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#header h6 a {
	display: block;
	width: 800px;
	height: 120px;
	background: url(images/logo.gif) 0px 0px no-repeat;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
}
#header .menu {
	background-color: #003300;
	height: 30px;
}
#header .menu ul {
	list-style-type: none;
	width: 800px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
}
body#index #header .menu ul {
	width: 880px;
}

#header .menu ul li {
	color: #FFFFFF;
	float: left;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header .menu ul li a {
	color: #FFFFFF;
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: small;
}


#contents {
	width: 800px;
	margin: 0px auto;
	font-size: 90%;
	clear: both;
}
body#index #contents {
	width: 880px;
}
#contents ul {
	list-style-type: none;
	list-style-image: url(images/list.gif);
	margin: 5px 5px 10px 15px;
	padding: 0px;
}
#contents ol {
	margin: 5px 5px 10px 25px;
	padding: 0px;
}
#contents li {
	font-size: 80%;
	line-height: 140%;
}
#contents h1 {
	font-size: 120%;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin: 10px 0px;
}
#contents h2 {
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
#contents h3 {
	margin-bottom: 5px;
	font-size: 100%;
}

#contents p {
	font-size: 85%;
	line-height: 180%;
}

#footer {
}
#footer .pagetop {
	text-align: right;
	margin: 20px 20px 5px;
	font-size: small;
}
#footer h6 {
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 20px 0px;
	text-align: right;
	font-size: medium;
	color: #666666;
}
#footer .copyright {
	text-align: right;
	margin: 0px;
	padding: 0px 20px 20px;
	font-size: x-small;
}

.left {
	margin: 0px 5px 5px 0px;
	float: left;
}
.right {
	margin: 0px 0px 5px 5px;
	float: right;
}