﻿body {	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
strong {
	color:#0066CC;
}
address {
	font-style:normal;
}
.clear {
	clear: both;
}

#layout-center {
	margin: 10px auto;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	height: 145px;
	width: 900px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header h1 {
	float:right;
	font-size: 14px;
	color: #333333;
	width:450px;
	text-align:right;
	margin:0;
	padding:0;
}

#header h2 {
	float:left;
	font-size: 35px;
	color: #fff;
	width:400px;
	margin: 0;
	padding: 0;
}
#header h2 a {
	color: #333333;
	text-decoration: none;
}
#contents {
	width: 890px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#contents-detail {
	float: left;
	width: 680px;
	margin-bottom: 10px;
}
#contents-detail h2 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	border-bottom: 2px solid;
	border-bottom-color: #CCCCCC;
	background-color: #99CC00;
	clear: both;
}
#contents-detail h3 {
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 25px;
	color: #336600;
	height: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	border-bottom: 1px dotted;
	border-bottom-color: #99CC00;
}
#menu {
	float: right;
	width: 200px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-box {
	background: #FFF;
}
.menu-box h3 {
	font-size:15px;
	border-bottom:2px solid #ccc;
	background-color: #99CC00;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 0px;
	text-indent: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.menu-box li {
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
	text-indent: 5px;
}
.menu-box a {
	color:#333333;
	text-decoration: none;
}
.menu-box a:hover {
	color:#ff9900;
}
#footer {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	width:100%;
	background-color: #669900;
}
#all-layout {
	width:100%;
	background-color: #FFFFFF;
	border-bottom: 5px solid;
	border-bottom-color: #669900;
	margin-top: 10px;
}
#footer p {
	margin:0 auto;
	padding:0;
	width: 880px;
	text-align: left;
	font-size: 90%;

}
#list {
	width:680px;
	padding: 5px 0;
}

#list dl {
	float:left;
	width:75px;
	background-color: #ECFFB0;
	padding: 3px;
	height: 170px;
	margin-top:0px;
	margin-left: 3px;
	margin-bottom: 10px;
}
#list dt{
	margin:0px;
	padding:0px;
	color: #006600;
	font-weight: bold;
	letter-spacing: -1px;
}
#list dd{ 
	margin:0px 0px 2px 0px;
	padding:0px;
}

.contents-left {
	float:left;
	width:480px;
}
.contents-right {
	float:right;
	width:180px;
}
.ads336 {
	float:right;
	margin:0 0 5px 5px;
	width:336px;
	height:280px;
	text-align: right;
}