@charset "utf-8";



/* table
---------------------------------------------------- */

table.style_a {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 650px;
}

table.style_a th,table.style_a td {
	padding: 3px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.3em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
}
table.style_a th {
	font-weight: normal;
	background: #e7e7e7;
	color: #333;
}
table.style_a td {
	width: 250px;
	height: 50px;
}
table.style_a th.th2 {
	background: #f90;
	color: #fff;
	text-align: center;
}
table.style_a th.th3 {
	background: #64C100;
	color: #fff;
	text-align: center;
}
table.style_a th.th4 {background: #999;}
table.style_a td.td2 {background: #fff7d6;}
table.style_a td.td3 {background: #EAFAE2;}




ul.s1_ul {
	font-size: 1.1em;
	line-height: 170%;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 23px;
}
