h3 {
	background-image: url('../img/times/ttl_timeslist.jpg');
}

#timeslist {
	margin-left: 19px;
	padding-bottom: 15px;
}

#timeslist h4 {
	margin-top: 10px;
}

#timeslist p {
	margin-top: 10px;
	margin-left: 25px;
	line-height: 1.6em;
}

#timeslist ul {
	margin-top: 10px;
	margin-left: 25px;
}

#timeslist ul li {
	border-width: 1px;
	border-color: #000;
	border-style: solid none none none;
	padding: 10px 0px;
	clear: both;
	width: 645px;
}

#timeslist ul li div.data {
	float: right;
	margin-left: 5px;
	width: 520px;
}

#timeslist ul li div.data h5 {
	font-size: 18px;
	borde-width: 1px;
	border-color: #000;
	border-style: none none dotted none;
	border-width: 1px;
	margin-bottom: 10px;
}

#timeslist ul li div.data a {
	font-size: 20px;
	padding-left: 20px;
	color: #2B395C;
	font-weight: bold;
	background-image: url('../img/times/ic_delta.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#timeslist ul li div.photo {
	float: right;
	width: 120px;
	padding-bottom: 5px;
}

#timeslist hr {
	border-color: #2B395C;
	border-style: none none solid none;
	border-width: 1px;
	margin: 10px 0px;
	padding: 0px;
}

#timeslist div.totop input {
	display: block;
	width: 140px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 10px;
	color: #0F2147;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5F5F5;
	margin-left: 530px;
	border: none;
	background-image: url('../img/common/ic_totop_off.gif');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	cursor: pointer;
}

#timeslist div.totop input:hover {
	color: #FFF;
	background-color: #2B395C;
	background-image: url('../img/common/ic_totop_on.gif');
}

