@charset "UTF-8";
#contents #info_wrap {
	width: 502px;
	float: left;
}
#contents #top_photo {
	margin-bottom: 20px;
}
#info_wrap dt {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	color: #666666;
}
#info_wrap dd {
	font-size: 0.9em;
	margin-bottom: 1em;
}
#info_wrap a {
	margin-bottom: 1em;
}
#contents #info {
	background-image: url(../info/img/info_bg.png);
	width: 221px;
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
}

#contents #live_info {
	background-image: url(../info/img/live_bg.png);
	background-repeat: no-repeat;
	width: 221px;
	padding: 10px;
	float: right;
}
#contents #info_menu {
	float: right;
	width: 160px;
}
#info_menu dt {
	font-size: 10%;
	color: #FFFFFF;
	position: absolute;
	z-index: -3;
	left: 0px;
	bottom: 0px;
}
#info_menu li {
	margin-bottom: 10px;
}
/*clearFix*/
#info_wrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

