@charset "utf-8";
/*** news
----------------------------------------- */
#feed dt{
	color:#666;
	background:url(../../img/ar02.gif) no-repeat 10px 7px;
	float:left;
	text-indent:20px;
	clear:both;
}

#feed dd{
	padding:0 10px 12px 125px;
	margin-bottom:10px;
	background:url(../../img/line_ccc.gif) repeat-x 0 100%;
}


/*--時間表--*/
.hour{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:620px;
	margin-bottom:20px;
}

.hour th{
	border:1px solid #ccc;
	padding:10px;
	background:#e7eaf2;
	line-height:1.0;
}

.hour td{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	line-height:1.0;
}

.doc{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:620px;
	margin-bottom:20px;
}

.doc th{
	border:1px solid #ccc;
	padding:10px 0 8px 0;
	background:#e7eaf2;
	line-height:1.0;
	text-align:center;
}

.doc td{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	line-height:1.0;
}

th.sat{
	background:#acd3ef;
}

th.sun{
	background:#f5d5de;
}

/*--end of file--*/