@charset "Shift_JIS";


/* 教室教室
------------------------------------------------------------------------------------- */
#school h4{
	font-size: small;
	font-weight: bold;
}

#school table{width:585px;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#school table th{
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	width: 120px;
}
#school table td{
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	width: 415px;
}







/* サイドナビ
------------------------------------------------------------------------------------- */
#side_navi {width:250px;float:right;margin-top:50px; right;margin-left: 50px;}
#side_navi ul{
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#side_navi li{
	list-style: none;
}
#side_navi li a{
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	display: block;
	padding-left: 30px;
	line-height: 3.0;
	background-image: url(../img/bk_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#side_navi li a:hover{
	background-image: url(../img/bk_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

