/* CSS Document */

h2.bosyu {
	background-image:url('../image/bosyu/h2_bosyu.jpg');
}

* html h2.bosyu { margin:8px 0 0 12px; }

h3.bosyu {
	background-image:url('../image/bosyu/h3_bosyu.jpg');
}

h3.qa {
	background-image:url('../image/bosyu/h3_qa.jpg');
}

table {
	border-collapse:collapse;
	width:100%;
}

th {
	width:50%;
}

th,td {
	padding:3px;
	background-color:transparent;
}

div.bosyu table { border:1px solid #fff;margin-bottom:10px; }
div.bosyu th { background-color:#4a9f93;font-size:14px;color:#fff;text-align:left; }
div.bosyu td { background-color:#c7e9e1;font-size:12px; }
div.bosyu th,div.bosyu td {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	/*width:16%;*/
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
}

div.bosyuC table { border:1px solid #fff;margin-bottom:10px; }
div.bosyuC th { background-color:#4a9f93;font-size:14px;color:#fff;text-align:left; }
div.bosyuC td { background-color:#c7e9e1;font-size:12px;text-align:center; }
div.bosyuC th,div.bosyuC td {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	/*width:16%;*/
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
}

div.contentL {
	float:left;
	margin-right:5px;
	width:320px;
	height:auto;
}

div.contentR {
	float:right;
	margin-left:5px;
	width:320px;
	height:auto;
}

.nowrap { white-space:nowrap; }

.bosyu-th-title1{
	width:170px;
}

.bosyu-th-title2{
	width:145px;
}

div.question {
	background-color:#fff;
	border-top:1px dotted #0066CC;
	padding:0;
}

ul,li { margin:0;padding:0; }
li { list-style-type:none; }

div.entry li {
	margin-left:0;
}

div.question li a {
	background-image:url('../image/bosyu/q2.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:22px;
	padding-left:25px;
	outline:none;
	line-height:160%;
	margin-left:5px;
	margin-top:2px;
	border-bottom:1px dotted #0066CC;
}

div.ans {
	border:1px dotted #0066CC;
	padding:10px;
	width:auto;
	height:auto;
	background-color:#EBFAF9;
	margin-top:10px;
	margin-bottom:10px;
}

span.question {
	display:block;
	width:22px;
	height:22px;
	background-image:url('../image/bosyu/q.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	float:left;
}

span.answer {
	display:block;
	width:22px;
	height:22px;
	background-image:url('../image/bosyu/a.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	float:left;
}














