@charset "gb2312";


.box-section {
	margin: 14px 0 0 0;
	padding: 0;
}

.box-section h6 {
	line-height: 1 !important;
	background: #ffffff url(../../common/img/li_b4.gif) no-repeat 2px center !important;
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0 0 2px 0 !important;
	padding: 0 0 0 12px !important;
}

.box-section p {
	margin: 0;
	padding: 6px 0 6px 12px !important;
}

.section .box ul {
	margin: 0;
	padding: 0;
}

.section .box ul li {
	line-height: 1.5;
	background: url(../../common/img/li_b4.gif) no-repeat 2px 0.75em;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0.2em 0 0.2em 12px;
}


/* 表1 */
table.tableBox01 {
	width: 735px; /* 幅736pxから1pxをマイナス（表示欠け回避） */
	margin: 5px auto 0 auto; /* テーブルを親ボックスの中央に配置 */
	padding: 0;
}

table.tableBox01 thead th {
	background: #b2ddf7 url(../../common/img/bg_table-th_blue.gif) repeat-x 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 7px 6px;
}

table.tableBox01 tbody th {
	background: #eaf6fd;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 3px 6px;
}

table.tableBox01 tbody td {
	text-align: left;
	margin: 0;
	padding: 3px 6px;
}

table.tableBox01 tbody td.light {
	background-color: #fffcd0;
}