@charset "utf-8";

/********************************************************************************

	一日の流れスタイル

********************************************************************************/

/* ========================================================================
	dl#time-schedule
======================================================================== */
#time-schedule {
	margin:0 10px;
}
#time-schedule dl {
	background:url(/flow/images/v-dots.gif) 25px 0 repeat-y;
	float:left;
	width:340px;
}
* html #time-schedule dl {
	width:335px;
}

#time-schedule dl dt {
	background:url(/flow/images/dt-bg.gif) 70px 0 no-repeat;
	font-size:116%;
	font-weight:bold;
	padding:0 10px 5px 110px;
	margin:0 0 10px 0;
	position:relative;
}
#time-schedule dl dt span {
	display:block;
	width:60px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}
* html #time-schedule dl dt span {
	top:-5px;
	left:-110px;
}
#time-schedule dl dt span#time0730{
	background:url(/flow/images/0730.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time0945{
	background:url(/flow/images/0945.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1000{
	background:url(/flow/images/1000.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1130{
	background:url(/flow/images/1130.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1230{
	background:url(/flow/images/1230.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1500{
	background:url(/flow/images/1500.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1600{
	background:url(/flow/images/1600.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1630{
	background:url(/flow/images/1630.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1700{
	background:url(/flow/images/1700.gif) 0 0 no-repeat;
}
#time-schedule dl dt span#time1800{
	background:url(/flow/images/1800.gif) 0 0 no-repeat;
}
#time-schedule dl dd {
	margin:0 10px 10px 80px;
}

#time-schedule .photo-area {
	float:right;
	width:200px;
}
#time-schedule .photo-area img {
	padding:4px;
	margin:0 0 5px 0;
}
