@charset "UTF-8";

#contents {
	min-height: 61em;
	height: auto !important;
	height: 61em;
}

.h2 {
	margin-bottom: 0;
}
h2 {
	padding: 16px 0;
}

h2 div {
	background: url(/images_n/h2_bg.gif) no-repeat left 0.4em;
	padding: 0 60px 0 15px;
	zoom: 1;
}

h2 div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
h2 span.num {
	background: none;
	padding: 0 0 0 0;
	color: #009a69;
	float: left;
}
h2 span.title {
	background: none;
	display: block;
	float: left;
	width: 540px;
}

.textFrame {
	padding: 0 15px 15px 15px;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin-top: -2px;
	width: 637px;
}

.textFrame p {
	padding-top: 0.7em;
}

.textFrame ul {
	margin-top: 0.7em;
}
.textFrame li {
	font-size: 85%;
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 1em;
	line-height: 1.5;
}


#contents .grayBox{
	margin-top: 1em;
}
#contents .grayBox p {
	padding: 0;
}
