@charset "utf-8";
@import "base.css";
@import "reset.css";

/* header
--------------------------------------------------------------------*/

#header {
	width:100%;
	overflow:hidden;
	/zoom:1;
	background:#669933;
}

#header h2 {
	float:left;
	width:220px;
	padding-left:10px;
}

#header h2 a:hover img {
	opacity : 0.5;
	filter: alpha(opacity=50);
}

#header p {
	float:right;
	width:290px;
	padding-right:30px;
}

#header ul {
	clear:both;
	overflow:hidden;
	/zoom:1;
	padding-left:10px;
}

#header ul li {
	float:left;
}

#header h3 {
	padding:10px;
	background:#99CC66;
	font-size:1.6em;
	color:#FFF;
}

.main_right h4 {
	font-size:1.4em;
	text-align:center;
	border-bottom:1px dotted #666600;
	margin:0 20px 15px;
	padding-bottom:2px;
}

/* contents
--------------------------------------------------------------------*/

#contents {
	padding:50px 0;
	background:url(../img/bg.gif);
	border-bottom:2px solid #999;
}

#contents #main {
	width:850px;
	margin:0 auto;
	overflow:hidden;
	/zoom:1;
}

#contents #main .main_left {
	float:left;
	width:350px;
}

#main dl dd {
	text-align:right;
	color:#FFF;
	background:#999;
	font-size:1.2em;
	padding:2px;
}

#contents #main .main_right {
	float:right;
	width:480px;
	overflow:hidden;
	/zoom:1;
}

#contents #main .main_right p {
	font-size:1.4em;
	line-height:1.4;
	padding-bottom:20px;
	text-align:center;
}

#contents #main .main_right dl {
	float:left;
	width:160px;
}

#contents #main .main_right div {
	float:right;
	width:290px;
	padding-top:30px;
}

#contents #main .main_right div ul li {
	list-style:inside;
	font-size:1.2em;
	padding-top:5px;
	color:#FF9900;
}

/* footer
--------------------------------------------------------------------*/

#footer {
	padding:10px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;	
}

/* SEO-MASTER
--------------------------------------------------------------------*/

em {
	font-style:normal;
}

H1
{
    FONT-SIZE: 8pt;
    color: #666666;
    MARGIN: 0px;
	padding-right:10px;
}
.summary
{
    FONT-SIZE: 8pt;
    color: #666666;
}
STRONG
{
    FONT-WEIGHT: normal;
}