@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

body{
background:#f9f9f9;
font-size:62.5%;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#666;
text-align:center;
line-height:1.5;
}
h2{
	font-size:1.8em;
	padding-left:5px;
	border-left:#99CC00 3px solid;
	line-height:1.1;
	font-weight:500;
	letter-spacing:-1px;
	color:#333;
margin:10px 0;

}
h3 ,h4, {
font-size:1.2em;
line-height:1.5;
}
p{
font-size:1.2em;
line-height:1.4;
}
dt{	font-weight:500; font-size:1.2em}
dd{font-size:1.1em}
cite {padding-bottom:10px;color:#669933; font-size:10px;}

blockquote{font-size:1.1em; padding:10px; border:#666 dotted 1px}
img{margin:10px;}
table{margin-top:15px; width:498px; border-left:#ddd solid 1px; border-top:#ddd solid 1px;}
th{ font-size:1.3em; font-weight:bold; text-align:left; background:#fff; line-height:1.5; padding:5px; border-bottom:#ddd solid 1px; border-right:#ddd solid 1px;color:#333;}
td { font-size:1.2em; padding:5px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;}
ul li{ list-style:none; font-size:1.1em; background:#fff;}
address{ font-style:normal;}
.pagetop{ clear:both; text-align:right; padding:10px;}
#header {
	margin: 0px auto;
	padding: 10px 20px 10px;
	height: 50px;
	width: 730px;
	text-align:left;
	background: #fff;
	border-left:#ddd solid 3px;
	border-right:#ddd solid 3px;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
	text-align:left;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 202px;
	text-align:left;
}
#contents {
	margin: 0px auto;
	padding: 0px 20px 10px;
	width: 730px;
	background: #fff;
	border-left:#ddd solid 3px;
	border-right:#ddd solid 3px;
}
#footer {
	margin: 0px auto;
	padding:20px 20px 10px;
	width: 730px;
	text-align:right;
	background: #fff;
	border-left:#ddd solid 3px;
	border-right:#ddd solid 3px;
	border-top: #ddd 2px solid;
}
#header #logo {
	display: block;
	margin: 0px 20px 0 0;
	height: 50px;
	width: 250px;
	float: left;
	
	background: url(../img/logo.jpg) no-repeat left center;
	
}
#header #logo p{
	display: block;
	text-indent:-9999px;
	line-height:1;
	height:1px;
	overflow:hidden;
}
#header #logo h1 a{
	text-indent:-9999px;
	display:block;
	height: 40px;
	width: 250px;
}
#header #logo h1 span{
text-indent:-9999px;
display:block;
line-height:1;
	height:1px;

}
#header #copy {
	font-size: 1em;
	color:#333333;
	margin: 20px 0 0;
}
#header #copy a{
	font-size: 1em;
	color:#333333;
	text-decoration:none;
}
#contents #left .leftcont {
	border:#ddd solid 1px;
	padding:5px;
	margin-bottom:10px;
	width: 190px;
}
#contents #left .leftcont h4 {
background:#9acd21;
color:#FFFFFF;
width:180px;
height:40px;
line-height:40px;
padding-left:10px;

	border-bottom:#fff solid 1px;
}
#contents #left .leftcont h5 {
background:#fff;
color:#999;
width:190px;
height:25px;
line-height:25px;

	border-bottom:#fff solid 1px;
}
#contents #left .leftcont li a {
	background:#d0ef7f;
	color:#333;
	padding-left:18px;
	height:25px;
	border-bottom:#fff solid 1px;
	width:172px;
	display:block;
	line-height:25px;
	font-size:11px;
	text-decoration:none;
}
#contents #left .leftcont li a:hover {
	background:#a4d337;
	color:#fff;
	border-bottom:#fff solid 1px;
	text-decoration:none;
}
#contents #left .leftcontUser {
	border:#ddd solid 1px;
	padding:5px;
	margin-bottom:10px;
	width: 190px;
}
#contents #left .leftcontUser li a {
	background:#a9a9a9 ;
	color:#fff;
	border-bottom:#fff solid 1px;
	text-decoration:none;
	height:22px;
	padding-left:24px;
	width:166px;
	display:block;
	line-height:22px;
	font-size:11px;
}
#contents #left .leftcontUser li a:hover {
	background:#a9a9a9;
	color:#fff;
	border-bottom:#fff solid 1px;
	text-decoration:none;
}