/*----------ユニバーサルセレクタの設定----------*/

* {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
}




/*----------------ボディの設定---------------*/

body{text-align:center;
	margin:0px;
	padding:0px;
	background-color:#F1FEFA;
	}




/*----------枠組み----------*/

#container{
	margin: 0 auto 0 auto;
	width:720px;
	height:auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#FFFFFF;
	
	}
#header{
	width:720px;
	height:61px;
	margin-top:0px;
	margin-bottom:2px;
	}
#menu{
	width:720px;
	text-align:center;
	}
#main{
	width:620px;
	height:auto;
	margin:60px auto 30px auto;
	/margin:30px auto 30px auto;
	text-align:left;
	}
#main2{
	width:620px;
	margin-top:10px;
	}
#footer{
	width:720px;
	height:20px;
	background-color:#018355;
	}






/*----------メニュ----------*/

ul {
	list-style-type: none;
}

ul.koumoku{
	}
li.menu{
	float:left;
	width:120px;
	background-image:url(../img/menu-back1.gif)
	}
li.menu2{
	float:left;
	width:120px;
	background-image:url(../img/menu-back1.gif)
	}
li.menu a{
	display:block;
	height:30px;
	line-height:30px;
	border-right:1px solid #fff;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	}
li.menu2 a{
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	}
li a:hover{
	color:#006600;
	background-image:url(../img/menu-back2.gif)
	}






/*----------メイン----------*/
.title{
	font-size:95%;
	color:#006633;
	font-weight:bold;
	line-height:200%;
	}
#main_text{
	width:600px;
	margin-left:20px;
	font-size:85%;
	line-height:180%;
	}
#main_text2{
	width:580px;
	margin-left:20px;
	line-height:180%;
	}
#main_text3{
	width:430px;
	margin-left:20px;
	line-height:180%;
	}
#main3{
	width:430px;
	float:left;
	text-align:left;
	margin-bottom:30px;
	}
#main4{
	width:150px;
	float:right;
	}
td.hyou{line-height:10px;
	margin-left:2px;
	margin-right:2px;
	}




/*----------フッター----------*/

#footer{color:#FFFFFF;
	text-align:center;
	line-height:20px;
	font-size:70%;
	}






/*----------本文----------*/
.main_text{
	width:600px;
	font-size:85%;
	line-height:150%;
	}
.main_text3{
	width:600px;
	font-size:85%;
	line-height:150%;
	}
