/* １段組みページのレイアウト用CSS */	
#contents{
	width: 980px;
	margin:auto;
	margin-top:0px;
	text-align:center;
	}
#navbar{
	width: 980px;
	height:45px;
	}
#navbar h2{
	width: 140px;
	height:40px;
	float: right;
	text-align: center;
	background-color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 40px;
	border-right: solid 1px #666666;
	border-left: none;
	}
.env_li {
	list-style-type: disc;
	margin-bottom: 20px;
}
