body {
	background-color:#336600;
	margin-top:0px;
	text-align:center;
	line-height:19px;
	font-size:14px;
}


/*------ 共通定義 ---------*/
*{
	margin:0px;
	padding:0px;
}

img{
	border:0px #FFFFFF solid;
}

a:link { color: #0000CD; }
a:visited { color: #0000CD; }
a:hover { color: #FF8C00; }
a:active { color: red; }


.clears{
	clear:both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	*position: absolute;
}


/*------- 外枠定義 ----------*/
#outer{
	text-align: left;
	width:824px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding:0px 0px 0px 21px;
	background-image : url(images/bg_outer.jpg);
}


/*------- タイトルエリア ----------*/
#title{
	width:800px;
	height:auto;

}
	#title h1{
		font-size:1.0em;
		font-weight:normal;
		font-family:"HGP創英角ｺﾞｼｯｸUB";
		margin:0px 0px 0px 10px;
	}

/*------- ヘッダーエリア ----------*/
#head{
	margin:0px 0px 0px 0px;
	width:800px;
	height:208px;
	border:0px gray solid;
	background-image : url(images/bg_head.jpg);
	border-top:2px #336600 solid;
	border-bottom:1px #336600 solid;
}


	#head h2{
		margin:60px 0px 0px 30px;
		font-size:1.6em;
		font-weight:normal;
		height:auto;
		font-family:"HGP創英角ｺﾞｼｯｸUB";
	}
	#head p{
		margin:20px 0px 0px 30px;
		font-size:1.0em;
		height:auto;
	}



/*

/*------- メインエリア ----------*/

#main{
	width:800px;
	height:auto;
	border:0px gray solid;
	margin:0px 0px 0px 0px;
	background-image : url(images/bg_main.jpg);
	padding:10px 0px 30px 0px;
}

	#main .box_normal{
		width:650px;
		height:auto;
		margin:40px 0px 0px 70px;
	
	}
		#main .box_normal h3{
			background-image : url(images/bg_h3.jpg);
			background-repeat:no-repeat;
			padding:3px 0px 0px 30px;
			height:38px;
			width:634px;
			font-family:"HGP創英角ｺﾞｼｯｸUB";
			font-size:1.2em;
			font-weight:normal;
		}


/*------- フッターエリア ----------*/

#footer{
	width:800px;
	height:40px;
	border-top:1px #6F190E solid;
	text-align:center;
	padding:0px 0px 0px 0px;
}

#footer #copy{
	width:800px;
	text-align:right;
	font-size:80%;
}


