/* ------------------
 TABLE
 ------------------*/
@charset "shift_jis";

table {
	width:560px;
	font-size:11px;
	color:#999;
}


td.a {
	text-align:center;
	width:230px;
	height:80px;
	margin-top:10px;
	margin-bottom:10px;
}


td.b {
	text-align:center;
	width:160px;
	height:80px;
}

td.c {
	background-color:#d0e8ff;
	text-align:center;
	width:160px;
	height:80px;
}


