@charset "utf-8";


.mb0 {
	margin: 0px;
}


/* 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: top;
	text-align: left;
}
table.style_a th {
	background: #fff7d6;
	font-weight: normal;
	width: 100px;
}
