@charset "utf-8";
/*
		1 : shared
		2 : record-box
 */


/* ***********************************************************************
        1 : shared
*********************************************************************** */

#container {
	width: 100%;
	margin: 0 auto;
}
/*非表示*/
.invisible {
	overflow: hidden;
	height: 0px;
}
#content {
	width: 100%;
	margin: 0 auto;
	background: url(../image/bg_content.gif) no-repeat center bottom;
}
#content-inner {
	width: 980px;
	margin: 0 auto 50px;
}
#content h2 {
	clear: both;
	background-image: url(../image/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 5px;
	line-height: 38px;
	font-size: 16px;
	margin-bottom: 3px;
}

/* ***********************************************************************
        2 : record-box
*********************************************************************** */

#record-box {
	width: 684px;
	margin: 0 auto 2em;
}
#record-box .photo {
	margin-top: 1em;
}
#record-box .custom {
	padding-left: 14px;
}
#record-box #movie_btn a {
	width: 201px;
	height: 29px;
	background-image: url(../image/movie_btn.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-top: 40px;
}
#record-box #movie_btn a:hover {
	background-position: 0 -29px;
}
#record-box #player {
	width: 520px;
	padding-top: 2em;
	padding-right: 82px;
	padding-left: 82px;
	background-image: url(../image/movie_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#record-box h3 {
	clear: both;
	color: #ff5f00;
	font-size: 16px;
	line-height: 20px;
	margin: 0 13px 0;
}
#record-box #matters {
	width: 660px;
	background: url(../image/matters_top.png) no-repeat left top;
	margin: 6px auto 0;
}
#record-box #matters #matters-inner {
	background: url(../image/matters_under.png) no-repeat left bottom;
	padding: 6px 0;
}
#record-box #matters p {
	font-weight: bold;
	background: #e2ffec;
	padding: 0 28px;
}
#record-box #matters span {
	padding-left: 1em;
}
