@charset "shift_jis";

* {
	margin: 0;
}

htmi{
	height:100%;
}

body{
	color:#4D4D4D;
	font-size:0.8em;
	line-height:140%;
	margin:0px;
}

a{
	color:#009944;
	text-decoration:none;
}

a:visited{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#009944;
	text-decoration:underline;
}

h1{
	margin:0px;
	padding:10px 0px 20px 20px;
}

h2{
	margin:0px 0px 20px 0px;
	padding:0px;
}

h3{
	margin:0px 0px 20px 0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}


/*g-navi*/

#g-navi{
	width:100%;
	margin:0 auto;
	background-image:url(../img/g-navi_re.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#g-navi ul{
	width:860px;
	height:68px;
	padding:0;
	margin:0 auto;
}

#g-navi li{
	line-height:68px;
	text-align:center;
	float:left;
	list-style:none;
}

	#g-navi li a{
		display:block;
		width:170px;
		height:68px;
		text-decoration:none;
		font-size:90%;
		font-weight:bold;
}

	#g-navi li a#navi1{ background: url(../img/01navi.jpg) top no-repeat; width:165px;}
	#g-navi li a#navi1:hover{ background: url(../img/01navi.jpg) 0px -68px no-repeat; width:165px;}
	#g-navi li a#navi1on{ background: url(../img/01navi.jpg) 0px -68px no-repeat; width:165px;}

	#g-navi li a#navi2{ background: url(../img/02navi.jpg)  top no-repeat; width:169px;}
	#g-navi li a#navi2:hover{ background: url(../img/02navi.jpg)  0px -68px no-repeat; width:169px;}
	#g-navi li a#navi2on{ background: url(../img/02navi.jpg)  0px -68px no-repeat; width:169px;}

	#g-navi li a#navi3{ background: url(../img/03navi.jpg) top no-repeat; width:188px;}
	#g-navi li a#navi3:hover{ background: url(../img/03navi.jpg) 0px -68px no-repeat; width:188px;}
	#g-navi li a#navi3on{ background: url(../img/03navi.jpg) 0px -68px no-repeat; width:188px;}

	#g-navi li a#navi4{ background: url(../img/04navi.jpg) top no-repeat; width:154px;}
	#g-navi li a#navi4:hover{ background: url(../img/04navi.jpg) 0px -68px no-repeat; width:154px;}
	#g-navi li a#navi4on{ background: url(../img/04navi.jpg) 0px -68px no-repeat; width:154px;}

	#g-navi li a#navi5{ background: url(../img/05navi.jpg) top no-repeat; width:184px;}
	#g-navi li a#navi5:hover{ background: url(../img/05navi.jpg) 0px -68px no-repeat; width:184px;}
	#g-navi li a#navi5on{ background: url(../img/05navi.jpg) 0px -68px no-repeat; width:184px;}


/*l-navi*/

#l-navi{
	width:100%;
	margin:0 auto;
	background-image: url(../img/l-navi_re.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#l-navi ul{
	width:189px;
	padding:5px 0px 0px 0px;
	margin:0 auto;
}

#l-navi li{
	text-align:left;
	list-style:none;
}

	#l-navi li a{
		display:block;
		width:155px;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		border-right:1px solid #999999;
		padding:7px 10px 7px 22px;
}

	#l-navi li a.navi{ background: url(../img/l-navi_off.gif) #efeff0 top no-repeat;text-decoration:none;}
	#l-navi li a.navi:hover{ background: url(../img/l-navi_on.gif) #a3d384 top no-repeat;text-decoration:none;}
	#l-navi li a.navion{ background: url(../img/l-navi_on.gif) #a3d384 top no-repeat;text-decoration:none;}

.l-navi_last{
	border-bottom:1px solid #999999;
}


/* 全体 */

#wrapper {
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position: center;
	height:100%;
}

#contents{
	width:864px;
	margin:0 auto;
	margin-bottom:30px;
}

.container{
	width:900px;
	margin:0 auto;
	padding:0;
}

/* ヘッダ部分 */

#header{
	width:900px;
	background:url(../img/header_100th.png) left top no-repeat;
	/*background-image: url(../img/header_re.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-position:top;*/
	margin:0 auto;

}

.explanation{
	color:#898989;
	font-size:smaller;
	padding:10px 0px 0px 20px;
	margin:0;
}
	

/* フッタ部分 */

#footer{
	width:864px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:30px;
	color:#898989;
	border-top:1px solid #80b294;
}

#footer .left{
	text-align:left;
	float:left;
}

#footer .right{
	text-align:right;
	float:right;
}


/* その他 */

.hidden{
	display:none;
}

.small{
	font-size:smaller;
	line-height:120%;
}

.large{
	font-size:1.2em;
	line-height:140%;
}

.m_0{
	margin:0;
	padding:0;
}


	