@charset "utf-8";
/*indexページの設定*/
.point_box {
	margin: 10px 0px;
	padding: 10px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 315px;
}
.baner_box {
	float: right;
	width: auto;
	padding: 0px 15px;
}
.banner {
	margin: 0;
	padding: 5px 0px 0px 5px;
	text-align: right;
}
#contents_info {
	margin: 10px 0px 20px;
	width: 580px;
	float: right;
}
.point ul {
	margin: 10px 10px 20px 5px;
	padding: 0px;
	text-align: left;
}
.point li {
	list-style-type: none;
	margin: 0px 0px 6px;
	padding	: 0px 0px 4px 5px;
	border-bottom: #d5d5d5 dotted 1px;
}
/*-----------------------------------------------------*/
.main_box h2 {
	text-indent: 10px;
	font-size: medium;
	border-bottom: #7ABDBF dotted 1px;
	border-left: 10px solid #7ABDBF;
	text-indent: 10px;
	padding: 2px;
	margin: 0px 7px 7px;
	color: #666666;
	background: #F0F7F8;
}
/*-----------------------------------------------------*/
#divisiontable {
	margin: 10px auto 20px;
	border: 0;
	width: 528px;
	vertical-align: top;
}
#divisiontable td{
	vertical-align: top;
}
.division {
	line-height: 160%;
	padding: 0px;
	margin: 0px 0px 15px;
	width: 250px;
	float: right;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
}
.division ul {
	list-style-type: none;
	margin: 10px 10px 20px 5px;
	padding: 0px;
	text-align: left;
}
.division li {
	list-style: none;
	margin: 0px 0px 6px;
	padding	: 2px 20px;
	background: url(../img/li.gif) no-repeat left center;
	border-bottom: #d5d5d5 dotted 1px;
}
table.schedule{
	width: 90%;
	margin: 5px auto 25px;
	font-size: 93%;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.schedule td{
	padding: 3px;
	text-align: center;
	border: 1px solid #999999;
}
table.schedule td.red{ background-color: #FCC;}
table.schedule td.blue{
	background-color: #F0F7F8;
}

