/* H1〜H3
----------------------------------------*/
h2 {
	margin:0px 0px 10px 0px;
	padding:5px 5px 5px 15px;
	background-color:#89a6c4;
	font-size:medium;
	color:#fff;
}

/* リスト 
---------------------------------------------------*/
.box_list {
	width:538px;
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border:1px solid #cccccc;
	}

.box_list ul {
	margin:0px 15px 0px 15px;
	padding:0px;
}

.box_list li {
	line-height:1.2em;
}


/* liタグ--　■を表示 */
.box_list ul.square li {
	padding-bottom:5px;
	list-style:square;
}


/* liタグ--　・を表示 */
.box_list ul.dot li {
	list-style-image:url("../images/dot.gif");
}


/* Answer内　テーブル */
.box_list table.table_k{ 
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-bottom:3px;
}


/* Answer内　テーブル thタグ */
.box_list table.table_k th{ 
	padding:3px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#e6e6fa;
	text-align:center;
}

/* Answer内　テーブル thタグ--文字サイズ小 */
.box_list table.table_k th.sm{ 
	font-size:x-small;
	font-weight:normal;
}

/* Answer内　テーブル tdタグ */
.box_list table.table_k td{ 
	vertical-align:top;
	text-align:center;
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.box_list table.table_k td.l{ 
	text-align:left;
}

.box_img{
	margin:5px 5px 5px 15px;
}
