@charset "UTF-8";


/* recent_play
------------------------------------------------------------ */
#first_column .recent_play {
	background: #EAEDF1;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#first_column .recent_play h2 {
	padding: 3px 15px;
	font-size: 108%;
}
#first_column .recent_play h2 strong {
	display: block;
	font-size: 159%;
}
#first_column .recent_play h3 {
	padding: 3px 15px;
	font-size: 108%;
	font-weight: bold;
	background: #FCC;
}
#first_column .recent_play h3 strong {
}
#first_column .recent_play h4 {
	padding: 3px 15px;
	font-size: 108%;
}
#first_column .recent_play dl,
#first_column .recent_play p {
	padding: 3px 15px;
}
#first_column .recent_play dt {
	margin-top: 3px;
}

#first_column .recent_play .photo {
	display: inline; /* ie6 double margin */
	float: right;
	width: 465px;
	margin-right: 15px;
}
#first_column .recent_play .photo img {
	border: solid 1px #666;
}


#first_column .recent_play .info {
	display: inline; /* ie6 double margin */
	float: left;
	width: 450px;
	margin: 0 15px;
	background: #fff;
}
#first_column .recent_play .info .lead {
	margin: 20px 35px;
	border: solid 1px #ccc;
}




/* recent_play
------------------------------------------------------------ */
#second_column .recent_play {
	padding: 20px;

}
#second_column .recent_play h2 {
	margin-top: 20px;
	padding: 5px 15px 3px;
	background: #e7f2a8;
	color: #173d32;
	font-size: 108%;
	font-weight: bold;
}
#second_column .recent_play h3 {
	padding: 3px 15px;
}
#second_column .recent_play h3 strong {
	font-size: 108%;
}
#second_column .recent_play h4 {
	padding: 3px 15px;
	font-size: 108%;
}
#second_column .recent_play dl,
#second_column .recent_play p {
	padding: 3px 15px;
}
#second_column .recent_play dt {
	margin-top: 3px;
}

#second_column .recent_play .photo {
	display: inline; /* ie6 double margin */
	float: right;
	width: 465px;
	margin-right: 15px;
}
#second_column .recent_play .photo img {
	border: solid 1px #666;
}


#second_column .recent_play .info {
	display: inline; /* ie6 double margin */
	float: left;
	width: 450px;
	height: 660px;
	margin: 0 15px;
	background: #fff;
}
#second_column .recent_play .info .lead {
	margin: 20px 35px;
	border: solid 1px #ccc;
}

#second_column .recent_play #map_canvas {
/*
	float: right;
	width: 364px;
*/
	border: solid 1px #ccc;
}

.recent_play:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.recent_play {display: inline-table;}
.recent_play {height: 1%;}
.recent_play {display: block;}
.recent_play {zoom:1;}



/* table002 */
#second_column .table002 {
	width: inherit;
	margin: 7px 10px 10px;
}
#second_column .table002 caption {
	padding: 1px 3px;
	background-color: #FFF9D1;
}
#second_column .table002 table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	table-layout:fixed;
	width: 100%;
	border-top: solid 1px #E9DE8F;
	border-left: solid 1px #E9DE8F;
}
#second_column .table002 th {
	background-color: #FFF9D1;
	white-space: nowrap;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #E9DE8F;
	border-bottom: solid 1px #E9DE8F;
	font-size: 100%;
}
#second_column .table002 td {
	background-color: #fff;
	padding: 5px;
	border-right: solid 1px #E9DE8F;
	border-bottom: solid 1px #E9DE8F;
	text-align: center;
}
#second_column .table002 tr.odd td {
	background-color: #FFFCE5;
}
#second_column .table002 td.odd {
	background-color: #FFFCE5;
}


