@import url("index.css");
h1{display:none;}
html,body{height:100%;}
body{
	font-size: 80%;
	background-color: #b3cc8a;
	color: #5b5b5b;
}
.left{text-align: left;}
.center,#index{text-align: center;}
.right{text-align: right;}
#sub{
	height:630px;position:relative;
}
#main{
	height : 600px;
	width: 700px;
	border: 1px solid #67853a;
	text-align: justify;
	/*background-color: #d9e6c5;*/
	background-color: #ffffff;
}
#container{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-350px;
}
#header{
	color: #ffffff;
	background-image: url(title2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #85a648;
	_background-color: #7a9d3d;
	padding-left: 450px;
}
#header dl,#header dt,#header dd{margin:0;}   
#header dt{
float:left;
padding-top:4px;
width:70px;
clear:both;
}   
#header dd{
margin-left:70px;
}
#flash{
	margin-top: 20px;
}
#menu{
	float: left;
	width:150px;
}
#menu ul{
	margin: 15px;
}
#menu li{
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #e3eee3;
	padding-left: 15px;
	margin: 2px;
}
#menu a{
	color: #437043;
	text-decoration: none;
}
#menu a:hover{
	color: olive;
	background-color: #ebf3eb;
}
#telop{
	font-size: 130%;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5f9e5f;
}
#telop p{
	margin: 0;
}
#article{
	margin:20px 20px 20px 160px;
}
#article .section .section{
	margin-left:15px;
}
#article h2{
	font-size: 100%;
	padding-left: 5px;
	border-left: 10px solid #bcb668;
	border-bottom: 1px dashed #bcb668;
	color: #7a7536;
}
#menu h2{
	font-size: 100%;
	background-color: #deebde;
	padding-left: 5px;
	margin: 20px 10px 0px 10px;
	border-left: 3px solid #59955a;
}
#footer{
	clear: both;
	border-top: 1px dashed #7ba329;
	margin: 5px;
	padding: 5px;
	color: #3b6264;
	text-align: center;
}
