@charset "utf-8";
@import "header.css";/* ヘッダー関連 */
@import "footer.css";/* フッター関連 */
@import "top.css";/* トップページ用 */

body {
	font-size:12px;
	color:#3F3F3F;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/header/bcg_head.gif);
	background-repeat:repeat-x;
	margin: 0px;
	text-align:center;
	line-height:14px;
	line-height:160%;
	}
h1 {
	margin-top:34px;
	margin-bottom:0;
	padding:0 0 0 0;
	float:left;
	}
h2 {
	width:960px;
	height:375px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	}
	
h3 span {
	display: none;
}

ul,li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	}
a { 
	text-decoration:none;
	}
a:link {
	color: #5bb700;
}
a:visited {
	color: #5bb700;
}

a:hover {
	color: #FFCC00;
	text-decoration:underline;
}
a:active {
	color: #66FF66;
}
#main {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
#container {
	width:960px;
	margin-top:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
.font9 {
	font-size:9px;
	}
.font9, x:-moz-read-only { 
	letter-spacing:1px;
	font-size:10px;
	 /* Fx 1.5, 2.0 以降に適用される */}
.font9 { /letter-spacing:normal;
		 /font-size:9px;
		}
/* hogehoge \*/
html:\66irst-child .font9 { font-size:9px; }
.font10 {
	font-size:10px;
	}
.clear {
	clear:both;
	}
