@charset "utf-8";
/* フラッシュ部分 */
#brand {
	width:740px;
	height:300px;
	clear:both;
}


/* トピックス部分 */

#topics_title a:link, a:visited, a:active {color:#fff;text-decoration:none;}
#topics {
	width:740px;
	height:auto;
	background-color:#d9dbe1;
	overflow:auto;
}
#topics_title {
	width:740px;
	height:31px;
	background-image:url(../images/top/bg_topics_txt.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
	margin-right:30px;
	line-height:31px;
}
#topics_title .showall {padding-right:30px;}
#topics_list {
	width:555px;
	height:auto;
	margin:0px;
	padding:5px 20px;
	background-color:#d9dbe1;
	line-height:1.5em;
	color:#333;
	float:left;
}

#topics_banner {
	width:140px;
	height:auto;
	margin:0px;
	padding:2px 0 2px 5px;
	background-color:#d9dbe1;
	line-height:1.5em;
	color:#333;
	float:left;
}

#topics_list a {
	color:#333;
}


/* ボトムメニュー部分 */
#b_menu {
	width:740px;
	height:57px;
}
#b_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#b_menu li {
	float:left;
}

/* 代替コンテンツ部分 */
#noscript {
	width:740px;
	height:300px;
	clear:both;
	margin:0;
	padding:0;
	background-image:url(../images/top/main_fla.jpg);
	background-repeat:no-repeat;
}
#noscript p{
	width:732px;
	height:auto;
	margin:0;
	padding:4px;
	/*background-color:#666;*/
}
#noscript a{
	color:#fff;
}

@media print{
	#b_menu {
		width:741px;
	}
}
