/* CSS Document */


#contents {
}

#contentsInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#main h3 {
	display: block;
	font-size: 24px;
	line-height: 45px;
	clear: both;
	margin-bottom: 20px;
	font-weight: normal;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0% bottom;
}

#main h4{
	line-height:30px;
	font-size:20px;
	font-weight:normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	color: #E60A1E;
}

#main p{
	line-height:26px;
	font-size:14px;
	margin-bottom: 30px;
}

#main ul{
	padding-left: 20px;
	margin-bottom:50px;
}

#main li{
	list-style-type: decimal;
	line-height:26px;
	font-size:14px;
	margin-bottom: 5px;
}
