@charset "utf-8";




.imgright {
	margin: 0px 0px 20px 20px;
	float: right;
}



/* 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;
	vertical-align: middle;
}
table.style_a th {
	text-align: center;
	font-weight: bold;
	background: #f90;
	color: #fff;
}
table.style_a td {
	width: 250px;
	text-align: left;
	height: 50px;
}
table.style_a th.th2 {
	color: #333;
	background: #fff7d6;
	text-align: left;
	font-weight: normal;
}