@charset "utf-8";
/* CSS Document */

div.spot{
	margin:0px 3px 40px 3px;
	clear:both;
	width:734px;
	display: block;
	text-align: left;
	border: 1px solid #ff6600;
	height: auto;
	float: left;
	_padding-bottom:20px;
}


div.spot h4{
	margin: 0px 0px 15px;
}
div.spot h4 a{
	color: #0086b3;
	font-weight: normal;
	text-decoration: underline;
}

div.spot p{
	margin: 0px 5px 5px;
	line-height: 1.4;
}
div.contentBox p {
	font-size: 85%;
}

div.infoBox h4 {
	width: auto;
	height: 26px;
	font-size: 85%;
	line-height: 26px;
	padding-left: 10px !important;
	overflow: hidden;
	border-bottom: 1px #e5e5e5 solid;
	background: transparent url(../autumn/image/title_Autumn-tint.gif) repeat-x scroll left top;
	display: block;
}

h3{
	font-size:100%;
	width:100%;
	float:none;
}

/* details */
dl.details {
	line-height: 1.4;
	font-size: 85%;
	margin: 20px 0px 20px 5px;
	overflow: hidden;
	width: 730px;
}

dl.details dt {
	float: left;
	clear: left;
	width: 215px;
	margin: 0px 0px 5px 0px;
	display: block;
}

dl.details dd {
	float: left;
	width: 480px;
	display: block;
	margin: 0px 0px 5px;
}
dl.details dd.last{
	margin-bottom: 30px;

}
dl.details dt.last{
	margin-bottom: 30px;
}

/*div.infoBox h4 {
	background: transparent url(../season/seasonInfoHeadline.jpg) no-repeat scroll left bottom;
	font-size: 90%;
	font-weight: normal;
	line-height: 25px;
	padding-left: 30px;
}*/
table.event {
	border-collapse: collapse;
	border: 1px #868686 solid;
	font-size: 85%;
	width: 740px;
}
table.event th{
	background: #fdeffa;
	border: 1px #868686 solid;
	padding: 5px;
	text-align: center;
}

table.event td{
	border: 1px #868686 solid;
	padding: 5px;
}

