@charset "UTF-8";

/************************************************************************************
 * topKeyArea
 ************************************************************************************/
#topKeyArea{
	width: 960px;
	margin: 0 auto;
	border-bottom: 1px solid #cacaca;
}

#topKeyVisual{
	position: relative;
	float: left;
	width: 663px;
	height: 503px;
	overflow: hidden;
}

#topKeyVisual img{
	max-width: 663px;
	height: auto;
}

#topKeyVisual #topKeyBn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 663px;
}

#topKeyVisual #topKeyBn a{
}

#topKeyVisual #topKeyBn img{
	white-space: 663px
	height: auto;
	vertical-align: bottom;
}

#topKeySide{
	float: right;
	width: 288px;
}

#topKeySide #sideRelease,
#topKeySide #sideYoutube{
	background-color: #ccc;
}

/************************************************************************************
 * infoArea
 ************************************************************************************/
#infoArea{
	width: 653px;
	padding-bottom: 20px;
	background-color: #fff;
}

#infoArea h2{
	position: relative;
	width: 616px;
	height: 57px;
	margin: 0 auto;
	background: url(../images/top/top_info_title_bg.png) no-repeat 0 18px;
}

#infoArea h2 .more{
	position: absolute;
	top: 27px;
	right: 0;
	display: block;
	width: 72px;
	height: 20px;
	background: url(../images/top/top_info_btn_more.png) no-repeat 0 0;
}

#infoArea h2 span{
	display: none;
}
