@charset "UTF-8";
@import url("be_common.css");

/* top.php */

body { background: #FFFFFF; }
article#top { width: 980px; min-height: 505px; background: #FFFFFF; padding: 0; }

/* スライドショーイメージ */ 
div#top_image {
	width: auto; /*containerに従う*/
	height: 500px;
	margin: 0px auto;
	clear: both;
}

/* トピックニュース（ニューススティッカー）はここから */
div#topic ul#newsticker {
	height: 20px;
	max-width: 600px;
	text-align: right;
	overflow: hidden;
}

div#topic ul#newsticker li {
	font-size: 77%;
}

div#topic ul#newsticker li a {
	color: #666666;
}

div#topic ul#newsticker li a strong {
	font-size: 102%;
	font-weight: 600;
	color: #333333;
}

div#topic ul#newsticker li a:hover,
div#topic ul#newsticker li a:hover strong {
	color: #B70003;
	text-decoration: underline;
}