@charset "Shift_JIS";

/*--------------------
* corporation image
--------------------*/
#eyecatch {
	clear: both;
	display: block;
	width: 710px;
	height: 248px;
	margin: 0;
	padding: 0;
	background-color: #060;
	background-image: url(../img/demo.png);
}

.lead {
	display: block;
	width: 310px;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	padding-left: 1em;
}

.lead p{
	color: #000;
	line-height: 1.5em;
	padding: 0.5em;
	border-left: 5px solid #060;
	border-right:5px solid #060;
	border-top:1px solid #060;
	border-bottom:1px solid #060;
	background-image: url(../../img/bk65.png);
	background-repeat: repeat-x repeat-y;
}

/*--------------------
* scedule table
--------------------*/

.schedule {
	font-size: x-small;
	margin: 20px 10px 0px 10px;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
}

html>body .schedule {
	font-size: small;
	margin: 0 10px 0 10px;
	padding: 30px 0 0 0;
}

.schedule caption{
	font-weight: bold;
	text-align: left;
	margin: 30px 0 3px 0;
	padding: 3px 2px;
/*	border-left: 10px solid #cf0;
*/
}
.schedule th,td {
	border: solid 1px #000;
	text-align: center;
	padding: 5px;
}

.schedule th {
	background-color: silver;
	border: solid 1px #000;
	text-align: center;
	padding: 5px;
}
