@charset "utf-8";
/* CSS Document */

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../schedule/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3a {
	background: url(../../../schedule/images/h3a.png) no-repeat;
	width:960px;
	height:40px;
}


th:first-letter {
	background: url(../../images/list_green.png) no-repeat ;
	padding-left:35px;
}

td {
	padding:5px 10px;
}

td.bg {
	background:#E5DBD1;
}







dl {
	margin-left:10px;
}

dt {
	background:url(../../images/list_green.png) no-repeat 0 2px;
	font-weight:bold;
	float:left;
	width:50px;
	padding-left:35px;
	padding-bottom:15px;
}

dd {
	padding-left:10px;
	padding-bottom:15px;
}



/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:360px;
    float: left;
    margin: 0 0 30px 80px;
}
.box_right {
	width:360px;
    float: right;
    margin: 0 80px 30px 40px;
}
