@charset "utf-8";



/* table a
---------------------------------------------------- */
.style_a {
	width: 650px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.style_a th,.style_a td {
	padding: 6px 8px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.style_a th {
	font-weight: bold;
	background: #fff7d6;
	color: #333;
	text-align: center;
	font-size: 1.4em;
	line-height: 170%;
	width: 80px;
}
.style_a th.th2 {
	background: #EAFAE2;
}
.style_a th.th3 {
	border-left: 1px solid #fff7d6;
}
.style_a td ul.base-ul {
	margin: 0px;
}



/* table b
---------------------------------------------------- */

table.style_b {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 650px;
}

table.style_b th,table.style_b td {
	font-size: 1.3em;
	line-height: 140%;
	padding: 6px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
}
table.style_b th {
	background: #f90;
	color: #fff;
	text-align: center;
}
table.style_b th.th2 {
	background: #EAFAE2;
	color: #333;
	text-align: left;
}
table.style_b th.th3 {
	background: #fff7d6;
	color: #333;
	text-align: left;
}
table.style_b td {
	width: 230px;
}


/* table c
---------------------------------------------------- */

table.style_c {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 650px;
}

table.style_c th,table.style_c td {
	font-size: 1.3em;
	line-height: 140%;
	padding: 6px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.style_c th {
	background: #f90;
	color: #fff;
	width: 50%;
}
table.style_c th.th2 {
	background: #fff7d6;
	color: #333;
	font-weight: normal;
}

