h2{
	background-image: url(../img/h2_title.gif);
	height:42px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}
h3{
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bolder;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 10px;
	background-image: url(../img/label.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*--------------------------------------------------------------
	contents
--------------------------------------------------------------*/
.contents_inner{
	margin-left:30px;
	margin-right:30px;
	padding-bottom: 20px;
}
.contents_inner p{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 18px;
}
.contents_inner ul{
	margin-right: 20px;
	margin-left: 20px;
}
.contents_inner ul li{
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}
