@charset "utf-8";

#header {
	height: 757px;
}
#header #mainvisual {
	overflow: visible;
	width: 968px;
	height: 643px;
	background: url(../images/bg_img_main_b.png) no-repeat center top;
}

#mainvisual #bnrBox {
 position:absolute;
 top:64%;
 left:3.5%; 
}

#bnrBox p{
	margin-bottom:15px; 
}

#contents {
	padding-top: 16px;
	padding-bottom: 65px;
	background-position: center -297px;
}

#leftCol {
	overflow: hidden;
	float: left;
	width: 623px;
}
#rightCol {
	float: right;
}

#topicsBox {
	float: left;
}
#topicsBox .boxIn {
	width: 272px;/*312px;*/
	height: 214px;/*250px;*/
	margin: -3px 0 0 0;
	padding: 22px 19px 14px 21px;
	background: url(../images/bg_topics_box.gif) no-repeat left top;
}
#topicsBox .boxIn .scrollBox { 
	width: 256px; 
	height:200px; 
	padding: 4px 15px 4px 0; 
}
#topicsBox .item {
	margin: 0 0 20px 0;
	padding: 0 0 14px 0;
	background: url(../common/images/line_between.gif) repeat-x left bottom;
	font-size: 120%;
}
#topicsBox .last {
	margin-bottom: 0;
	background: none;
}
#topicsBox .item .date {
	height: 20px;
	margin: 0 0 12px 0;
	padding: 0 0 0 67px;
	background: url(../common/images/ico_topics.gif) no-repeat left center;
	color: #FF7E00;
	line-height: 20px;
}
#contents #topicsBox .item .date {
	background-position: left center;
}

#movieBox {
	float: right;
	width: 294px;
	height: 230px;
	margin: 54px 0 0 0;
	border: 1px solid #8EC31D;
	border-radius: 2px;
	z-index: 2;
}
#movieBox iframe {
	position: absolute;
	z-index: 3;
}
#movieBox img {
	line-height: 1;
}

.spBnrBox {
	overflow: hidden;
	width: 571px;/*617px;*/
	margin: 13px 0 0 auto;
	padding: 15px 23px 5px 23px;
	background-color: #AEAEAE;
}
.spBnrBox .bnr {
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	line-height: 1;
}
.spBnrBox .bnr a:hover img{
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#twitterBox {
	width: 315px;
}
#twitterBox .boxTitle {
	position: relative;
}
#twitterBox .boxTitle .btn {
	position: absolute;
	display: block;
	top: 15px;
	left: 176px;
	background-color: #FFFFFF;
}
#twitterBox .boxTitle .btn a:hover img{
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#twitterBox .boxIn {
	width: 298px;
	height: 343px;
	margin: -3px 0 0 0;
	padding: 10px 9px 6px 8px;
	background: url(../images/bg_twitter_box.gif) no-repeat left top;
}


/* slider */
#showcase {
	position: relative;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	width: 54px;
	height: 110px;
	top: 273px;
	cursor: pointer;
	z-index: 20;
}
.showcase-arrow-previous {
	background: url(../images/btn_slider_prev.gif);
	left: -60px;
}
.showcase-arrow-previous:hover {
/*	background-position: left top;*/
	background: url(../images/btn_slider_prev_ov.gif);
}
.showcase-arrow-next {
	background: url(../images/btn_slider_next.gif);
	right: -60px;
}
.showcase-arrow-next:hover {
/*	background-position: left top;*/
	background: url(../images/btn_slider_next_ov.gif);
}
