@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------section*/
/*Table*/
table#schooldata {
	width: 100%x;
	border-collapse: collapse;
	margin: 0 0 10px;
}
table#schooldata th, table#schooldata td {
	font-size: 12px;
	line-height: 150%;
	background: url(../img/common_img/bg_table.gif) repeat-x left top;
	vertical-align: top;
	padding: 7px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table#schooldata th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	border-right: 1px solid #900;
}
