@charset "utf-8";
/* CSS Document */


#daytime{
	background:url(../img/bg01.jpg) 270px 490px no-repeat;
}

#daytime h4{
	background:url(../img/tit.jpg) no-repeat;
	height:250px;
	text-indent:-9999px;
}


#daytime ul.point {
	background:url(../img/img01.gif) no-repeat;
	height:212px;
	text-indent:-9999px;
	list-style:none;
	margin:20px 0;
}

#daytime dl.detail ,.note{
	width:450px;
	margin-top:30px;
	clear:both;
}

#daytime dl.detail dt{
	width:82px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	padding:5px 0;
}


#daytime dl.detail dd{
	background:url(../img/bg_table01.jpg) repeat-y;
	margin-bottom:3px;
	padding:5px 0 5px 90px;
}

#daytime ol{
	margin-left:30px;
}

#daytime .notice{
	font-weight:bold;
	display:block;
	padding-top:5px;
	color:#666666;
}

