/* 一番外の枠線 */
#content_Base {
	width:920px;
	margin:0px 0px 30px 0px;
	padding-top:20px;
	clear:both;
}
/* ページ全体タイトル（h2） */
#content_Base h2.subtitle {
	font-size:100% !important;
	line-height:100% !important;
	width:940px !important;
	height:50px !important;
	margin:0px 0px 15px 0px !important;
	padding:0px 0px 15px 0px !important;
	clear:both !important;
}
/* 項目ごとの枠線 */
#content_Base .content_box {
	width:880px;
	margin:0px;
	padding:0px 25px;
	clear:both;
}

.content_box ol {
	margin: 0;
	padding: 15px 0 30px 15px;
	list-style-type: none;

}

.content_box ol li {
	margin-bottom: 10px;
	font-size: 115%;
	line-height: 1.2em;	
}

#content_Base .content_box2 {
	width:880px;
	margin:0px;
	padding:0px 25px;
	clear:both;
	text-align: right;
}

/* 項目ごとのタイトル（h3） */
#content_Base .content_box h3 {
	font-size:125% !important;
	line-height:100% !important;
	width:860px !important;
	height:24px !important;
	color:#003366 !important;
	margin:0px !important;
	padding:10px 0px 0px 15px !important;
	border-left:3px solid #006699 !important;
	border-bottom:1px dotted #cccccc !important;
	clear:both !important;
}
/* 項目ごとの本文（p） */
#content_Base .content_box p {
	width:830px !important;
	margin:15px 0px !important;
	padding:0px 25px 15px 25px !important;
	line-height:150% !important;
}
/* 項目ごとの本文（span） */
#content_Base .content_box p span {
	font-size:115% !important;
	line-height:170% !important;
	font-weight:bold;
	color: #CC0000; !important;
}

/* table下の注釈 */

.table_bottom_txt {
	margin: 0 0 50px 0;
	padding: 10px 10px 0 10px;
}
