@charset "utf-8";

/* -- all -- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* ----- body ----- */
body {
	color: #000;
	font-family: Verdana,Arial,"qMmpS Pro W3","lr oSVbN", "Osaka",san-serif;
	background-color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #555;
}

/*---- header -----*/
#headerContainer{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBD9D9;
}

.dl_link{
	text-align: right;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14px;
}

.most_com{
	margin-left: 30px;
	margin-right: 30px;
}

.period{
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
}

/* ---- float clear ------*/
.clear_f {
    overflow: hidden;
}

.clear_f:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clear_f {
    height: 1em;
    overflow: visible;
}
/**/

img{
	border: none;
}

#whole{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* content */
#content{
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.video{
	margin-top: 20px;
}

.video_image{
	clear: both;
	float: left;
	width: 130px;
}

.video_info{
	float: left;
	width: 500px;
	margin-left: 20px;
}

/* footer */
#footerContainer{
	clear: both;
	margin-top: 20px;
	padding: 0px 0px 70px;
	text-align: right;
	border-top: 1px solid #DBD9D9;
}

#footerContainer img{
	width: 132px;
	height: 11px;
}

/* link */
a{
	font-size: 16px;
}
