/*基本設定*/

body{
	font:9px/12px"MS ゴシック",Osaka,sans-serif;
	background:#A8A87A;
	}

img{
	border:0px;
	}

h1{
	color:#fff;
	font-size:23pt;
	font-family:Impact,sans-serif;
	text-shadow:#666666 2px 2px 1.3px;
	text-align:center;
	}

h3{
	padding:2px 10px;
	border-left:8px solid #333;
	border-bottom:1px solid #333;
	font-size:10pt;
	}

h4{
	padding:0px;
	font-size:10pt;
	border-bottom:1px solid #333;
	}

a{/*リンクされた文字*/
	color:#0000ff;
	font-style:normal;
	text-decoration:none;
	}

a:link {/*未訪問のリンク*/
	color:#0000ff;
	font-style:normal;
	text-decoration:none;
	}

a:hover {/*マウスをのせたとき*/
	color:#ff0000;
	font-style:normal;
	text-decoration:none;
	}

a:active {/*クリック中*/
	text-decoration:none;
	}

#PAGETOP{
	background:#ffffff;
	border:0px;
	padding:15px 30px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#HEADER{
	height:180px;
	width:800px;
	background:url("top.jpg");
	background-repeat: no-repeat;
	}

.HEADERT1{
	height:50px;
	width:400px;
	padding:80px 200px 50px;
}

#MENU{
	margin:0px 0px 0px;
	font-size:10pt;
	}

	#MENU ul{
		width:800px;
		height:20px;
		margin:0px;
		border:0px;
		padding:0px;
		background-color:#5A6D45;
		}

	#MENU li{
		list-style:none;
		line-height:20px;
		width:133px;
		float:left;
		padding:0px;
		text-align:center;
		font-size:10pt;
		}

	a.list{
		display:block;
		padding:0px;
		color:#ffffff;
		text-decoration:none;
		}

	a:hover.list{
		color:#ffffff;
		background-color:#88484D;
		}

#FOOTER{
	font-size:8pt;
	clear:both;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:right;
	}