@charset "UTF-8";

/* ニュース */
#news {
	margin:30px 0;
	padding:30px 0px 20px 20px;
	width:896px;
	height:254px;
	background:url(../img/home/bg_home_news.png) no-repeat;
}
#news h2 {
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}

#news  #bn_box {
	float: right;
	margin-right: 43px;
}

#news h3 {
	margin:55px 5px 0 0;
}
#news h3,
#news dl,
#news .news,
#news .banner {
	float:left;
}
#news .news {
	margin-right:10px;
}
#news dl {
	width:277px;
	height:140px;
	color:#fff;
	background:url(../img/home/bg_home_news_b.png);
}
#news dt,
#news dd {
	padding:7px 5px 7px 15px;
	height:32px;
	overflow:hidden;
}

#news a {
	text-decoration: underline;
	color: #FFF;
}

#news a:hover {
	text-decoration: none;
}


/* バナー */
#news .banner {
	width:480px;
}
#news .banner li {
	display:inline;
	float:left;
	margin:0 0 4px 4px;
}
#news .banner li.youtube {
	float:right;
	margin-left:3px;
}
#news .banner a {
	display:block;
	width:156px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
}
#news .banner .facebook a {
	background:url(../img/home/bnr_facebook.png);
}
#news .banner .twitter a {
	background:url(../img/home/bnr_twitter.png);
}
#news .banner .sm a {
	background:url(../img/home/bnr_sm.png);
}
#news .banner .mobile a {
	background:url(../img/home/bnr_mobile.png);
}
#news .banner .youtube a {
	width:157px;
	height:140px;
	background:url(../img/home/bnr_youtube.png);
}
#news .banner .facebook a:hover,
#news .banner .twitter a:hover,
#news .banner .sm a:hover,
#news .banner .mobile a:hover {
	background-position:0 -68px;
}
#news .banner .youtube a:hover {
	background-position:0 -140px;
}




