/* 全国予備校リスト */
BODY,TD,TH {
	font-size:12px;
}
A:link {
	color:blue; text-decoration:none;
}
A:active {
	color:orange; text-decoration:underline;
}
A:hover {
	color:red; text-decoration:underline;
}
A:visited {
	color:blue; text-decoration:none;
}
.city {
	font-size: 10px;
}
.text10 {
	font-size: 10px;
}
.jyuku {
	font-size: 12px;
	line-height: 120%;
}
.pref {
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 14px;
	color: #000033;
	padding-bottom: 5px;
	padding-top: 5px;
}

table#school{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 458px;
}

#school th{
	background: #E4E4E4;
	text-align: center;
	padding: 3px;
}

#school td{
	line-height: 120%;
	padding: 3px;
}

#school .city {
	font-size: 10px;
}

