@import "../../css/common.css";
#today {
	width:780px;
	padding-bottom:20px;
	overflow:auto;
	background:url(../../top/images/line.jpg) no-repeat left bottom;
}


#today li {
	width:130px;
	height:226px;
	text-align:center;
	float:left;
	line-height:14px;
	margin-bottom:10px;
	background:url(../images/today.png) no-repeat left top;
}

* html #today li {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='noscale',src='images/today.png');
}

* html #today li dl {
	position:relative;
}


#today li dt {
	padding-top:18px;
	padding-bottom:3px;
	height:150px;
	width:130px;
	layout-grid-line:150px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#today li dt img {
	vertical-align:middle;
}

.inner h3 {
	clear:both;
	width:780px;
	line-height:30px;
	height:30px;
	text-indent:10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	margin:20px auto;
	background:url(../images/back.gif) repeat-x left top;
}

#week {
	background:#FFF;
	padding-bottom:10px;
	width:780px;
}

.week_block {
	width:696px;
	height:117px;
	margin:0 auto;
	padding:10px;
	padding-bottom:0;
	margin-bottom:10px;
	background:url(../images/week_back.gif) no-repeat left top;
}
.week_block img {
	border:solid 1px #d56b90;
}

.week_block div {
	float:left;
}
.week_block div span {
	display:block;
}
.week_block div span {
	display:table-cell;
	width:69px;
	height:104px;
	layout-grid-line:106px;
	text-align:center;
	vertical-align:middle;
}
.week_block div span img {
	vertical-align:middle;
}

.week_block div.right {
	float:right;
}

.week_block h4 {
	width:620px;
	line-height:18px;
	padding-bottom:5px;
	height:18px;
	margin-bottom:5px;
	color:#666666;
	font-size:15px;
	background:url(../images/name_bottom.gif) no-repeat left bottom;
}

.week_block table {
	width:620px;
}
.week_block td {
	text-align:center;
	border:solid 1px #000;
}
.day td {
	width:86px;
	height:30px;
	color:#FFF;
	background:url(../images/back.gif) repeat-x left top;
}

.param td {
	color:#666666;
	height:45px;
	background:#e7e7e7;
}
