@charset "utf-8";
/*style-top.css*/
/* CSS Document */
/*基本設定*/


body{
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: Verdana, Arial, Georgia;
	font-size:0.9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0;
	padding: 0;
	background-color: #003300;
}

h1{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #006600;
	}
h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
p{
	line-height:1.5em;
	font-size: 0.8em;
 }

h1, h2, h3, h4, h5, h6{
	letter-spacing: 0.1em;
	font-size:1em;
}

ul, ol{
	margin: 0em;
	padding:0 2em;
	
}

/*基本フレーム*/
#wrapper{
	width: 900px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: auto;
}

#top-img{
	padding: 0;
	margin: 0;
	width: 900px;
	height: 350px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#top-box{
	height:30px;
	width:900px;
}

/* Navi*/
#navi-box{
	background-image:url(images/navi-bg.png);
	background-repeat:repeat-x;
	height: 28px;
	overflow-y: hidden;
	display: block;
	background-color:#339900;
clear: both;
}
#navi{
	list-style-type: none;
	maigin: 0;
         padding 0;
	font-size:0.8em;
}

#navi li{
	/*background-image:url(imeges/navi-img01.png);
	background-repeat: none;*/
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	overflow-x: hidden;
	float:left;
	width: 120px;
	height: 28px;
	color: #FFFFFF;
	display: inline;
	border-left: solid 1px #339900;
}

#navi a{
	color:#FFFFFF;
	text-decoration:none;
}

#navi a:hover{
	color:#FFCC00;
}
/*メインコンテンツ*/
#index-contents{
	background-color:#FFFFFF;
	padding: 40px;
	display: block;
	width: 820px;
	height: 360px;	
}

#main-contents{
	background-color:#FFFFFF;
	padding: 40px;
	display: block;
	width: 820px;
	height: 650px;
	
}

#info-box {
	width:300px;
	height:180px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	text-align: left;
	float: left;
	display: block;
}
.info-title {
	font-weight: bold;
	background-color: #559A11;
	height: 20px;
	width: 290px;
	color: #FFFFFF;
	padding: 5px 0 0 10px;
	font-size: 0.9em;
}
.info{
	width:300px;
	height:180px;
	text-align: left;
	padding: 0 0 0 10px;
}
.info-d{
line-height:1.2em;
font-size:0.9em;
}

#etc-box {
	width:500px;
	height:200px;
	/*border-color:#999999;
	border-style:solid;
	border-width:1px;*/
	float: left;
	display: block;
	margin-right: 40px;
}
/*LINK*/

#link-left {
	width:380px;
	height:auto;
	border-color:#999999;
	border-style:solid;
	border-width:0px;
	text-align: left;
	float: left;
	display: inline;
	margin: 0 0 30px 40px;
}
.link-title {
	font-weight: bold;
	background-color: #559A11;
	height: 20px;
	width: 380px;
	color: #FFFFFF;
	padding: 5px 0 0 10px;
	font-size: 0.9em;
}
.link{
	width:380px;
	height:auto;
	text-align: left;
	line-height:1.4em;
}

.link-text a{
font-size:0.9em;
text-decoration:none;
color:#003300;
}

.link-text a:hover{
	color:#009900;
}
#etc-box {
	width:400px;
	height:200px;
	/*border-color:#999999;
	border-style:solid;
	border-width:1px;*/
	float: left;
	display: block;
	margin-right: 40px;
}
/*テキスト*/


/* Footer */
#footer
 {
	width:900px;
	height:20px;
	display: block;
	clear: both;
	background-color: #559A11;
	text-align:center;
	color:#FFFFFF;
	font-size: 0.7em;
}
