body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-color: #F2F2F2;
	line-height: 135%;
	text-align:center;
}
strong {
	color:#FF6600;
}
address {
	font-style:normal;
}
.clear {
	clear: both;
}
#page {
	margin: 0px auto;
	width: 600px;
	background-color: #FFFFFF;
}
#header {
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid;
	background-image: url(images/header.jpg);
}
#header h1 {
	float:right;
	font-size: 16px;
	color: #009900;
	width:600px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:70px;
	font-weight:bold;
}

#header h2 {
	float:left;
	font-size: 22px;
	color: #006600;
	width:420px;
	margin: 0;
	padding: 0;
	line-height:70px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#header h2 a {
	color: #006600;
	text-decoration: none;
}
#left-content {
	width: 580px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#content-text {
	width: 580px;
}
#content-text h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #006600;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	letter-spacing: 3px;
	border-bottom: 5px solid #006600;
}
#content-text h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #003399;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	letter-spacing: 3px;
	border-bottom: 1px solid #ccc;
}
#right-menu {
	float: right;
	width: 240px;
}
#right-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenu {
	background: #FFF;
	padding: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}
.sidemenu li {
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}
.sidemenu a {
	color:#333333;
	text-decoration: none;
}
.sidemenu a:hover {
	color:#ff9900;
}
#footer {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	height:40px;
	width:600px;
	line-height:40px;
	background-color: #006600;
}
