@charset "utf-8";
#title {
	background-image: url(../imgs/title_back.jpg);
	background-position: center top;
}
#space {
	width:1000px;
	height: 60px;
	float: left;
}
#list {
	width:936px;
	height: auto;
	float: left;
	margin-left: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	font-size: 15px;
}
#list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#list li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#list li#hn1 {
	width: 200px;
	padding-left: 10px;
}
#list li#hn2 {
	width: 690px;
	padding-left: 30px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	text-align: justify;
}
#list li#hn3 {
	width: 936px;
	background-color: #CCC;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
