@charset "shift_jis";
#main {
	text-align: left;
	width: 701px;
	margin-right: 12px;
	margin-left: 12px;
}

/* テキスト本文 */
.hon_new {
	font-size: 85%;
	line-height: 170%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 670px;
	margin-left: 15px;
}


/* テキスト注釈 */
.hon_chu {
	font-size: 80%;
	color: #808080;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 670px;
	margin-left: 15px;
}

/* 大見出し */

.textBoxColor_blue {
	background-color: #EEFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 85%;
	line-height: 140%;
	padding: 10px;
	width: 631px;
	margin-right: 35px;
	margin-left: 35px;
}

/* 小見出し */
.title_o {
	font-size: 100%;
	line-height: 130%;
	color:#FF6600;
	font-weight: bold;
}

.title_001 {
	font-size: 90%;
	color:#BBBBBB;
	font-weight: bold;
}

/* 項目 */
.sub_title01 {
	background-color: #DAEBFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding: 10px;
	width: auto;
}
.sub_title01_2 {
	background-color: #DAEBFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding: 10px;
	width: 701px;
	margin-top: 30px;
}


.sub_title02 {
	background-color: #DAEBFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 701px;
}

.zu {
	text-align: center;
	width: 701px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.zu_300 {
	text-align: center;
	width: 320px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
.zu_400 {
	text-align: center;
	width: 380px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}



/* 図キャプション */
.caption {
	font-size: 65%;
	line-height: 130%;
	font-weight: normal;
	color: #666666;
}

/* 図キャプション　一重線　二重線 */
.single {
	font-size: 60%;
	text-decoration:underline;
	border-color: #666666;
}
	.double {
	font-size: 60%;
	text-decoration:underline line-through;
	border-color: #666666;
}

/* 図タイトル */
.zu_title {
	font-size: 75%;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 10px;
}
