@charset "utf-8";
@import "base.css";
@import "reset.css";

/* header
--------------------------------------------------------------------*/

#header {
	width:100%;
	overflow:hidden;
	/zoom:1;
	background:#669933;
}

#header h1 {
	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 h2 {
	padding:10px;
	background:#99CC66;
	font-size:1.6em;
	color:#FFF;
}

/* contents
--------------------------------------------------------------------*/

#contents {
	padding:50px 0;
	background:url(../img/bg.gif);
	border-bottom:2px solid #999;
}

#contents p.sisetsu {
	font-size:1.4em;
	line-height:1.5;
	text-align:center;
	padding-bottom:10px;
}

#contents p.center {
	font-size:1.2em;
	line-height:1.5;
	text-align:center;
	padding-top:10px;
}

#contents p.center2 {
	font-size:1.2em;
	line-height:1.5;
	text-align:center;
	padding:10px 0;
}

table td.main {
	font-size:1.2em;
	line-height:1.5;
}

#contents table.line {
	border:1px solid #000;
}

#contents table.line td.sp {
	border-bottom:1px solid #000;
}

#contents table.line2 {
	border-top:1px solid #000;
	border-left:1px solid #000;
}

#contents table.line2 td {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#contents table td input {
	margin:5px 0;
}

/* footer
--------------------------------------------------------------------*/

#footer {
	padding:10px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2em;	
}
