@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
    width: 1000px;
	height: 600px;
	background: url(common/images/img_top.jpg) no-repeat;
	position: relative;
}

#main_top {
	background: url(common/images/img_top.jpg) no-repeat;
}

#sub {
	background: url(common/images/top_leftbg.jpg) left top no-repeat;
}

#gnavi {
	background: url(common/images/bg_gnavi.jpg) left top no-repeat;
}

#flash {
    width: 1000px;
	height: 600px;
	z-index: 2;
}

#top_bnr {
	width: 200px;
	_width: 240px;
	padding: 100px 20px 0 20px;
	float: left;
}

#top_news {
    width: 760px;
	/*margin-left: 240px;*/
	padding-top: 35px;
	float: right;
}

#top_news_in {
    width: 740px;
	/*height: 165px;*/
	/*height: 265px;*/
	overflow: auto;
}

#top_contents .tpoint {
	position: absolute;
	right: 20px;
	top: 35px;
}

#top_news_in span {
	font-weight: bold;
	font-size: 0.9em;
	color: #F5773C;
	display: block;
}
#top_news_in p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #666;
	font-size: 0.9em;
}

.campaign {
	width: 360px;
	height: 180px;
	position: absolute;
	left: 230px;
	top: 360px;
	z-index: 1;
}

#top_3bnr {
	position: absolute;
	right: 30px;
	bottom: 5px;
	width: 722px;
	height: 60px;
	overflow: hidden;
}
#top_3bnr dl dt {
	width: 234px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
#top_3bnr dl dd {
	width: 234px;
	height: 60px;
	float: left;
}
#top_3bnr dt a:hover img,
#top_3bnr dd a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 
