@charset "Shift_JIS";

/* _____________________________________________________________________LAYOUT */

.charge_table{
	margin:0px 0px 20px;
	border-left:solid 1px #d6d6c1;
	border-bottom:solid 1px #d6d6c1;
}

.charge_table th{
	border-right:solid 1px #d6d6c1;
	border-top:solid 1px #d6d6c1;
	background-color:#ffe7c6;
	vertical-align:middle;
	font-weight:normal;
}

.charge_table th.line_th{
	width:105px;
	height:48px;
	border-right:solid 1px #d6d6c1;
	border-top:solid 1px #d6d6c1;
	background-image:url('../img/th_line_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffe7c6;
	font-weight:normal;
}

.charge_table td{
	border-right:solid 1px #d6d6c1;
	border-top:solid 1px #d6d6c1;
	text-align:center;
}

.color_a{
	width:22%;
	background-color:#ffd9ed;
}

.color_b{
	width:22%;
	background-color:#eafdb6;
}

.color_c{
	width:22%;
	background-color:#b6e0fd;
}

.color_d{
	width:22%;
	background-color:#ecb6fd;
}
.color_gray{
	background-color:#f3f3ed;
}

.timetable_text_left{
	width:210px;
	float:left;
}

.timetable_text_right{
	width:295px;
	float:right;
}



