@charset "EUC-JP";

/*　トップページのパンクズリスト部分　*/

#topic_path h2 {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}

/*　トップページのフラッシュ部分　*/

#flash {
	color: #FFFFFF;
	clear: both;
	margin-bottom: 10px;
	width: 550px;
	height: 170px;
}
#top_navi {
	height: 95px;
	margin: 0px 0px 15px;
	padding: 0px;
}


/* index ボタン部分 */

#top_navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#top_navi li {
	display: block;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 270px;
}

#top_navi li a {
	height: 95px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 270px;
}

#top_navi li span {
	display: none;
}

/* index ボタン　ロールオーバー up */

#top_navi li#top_menu1 a {
	background: url(../img/top_bt_01_up.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
}

#top_navi li#top_menu2 a {
	background: url(../img/top_bt_02_up.gif) no-repeat left top;
}

/* index ボタン　ロールオーバー down */

#top_navi li#top_menu1 {
	background: url(../img/top_bt_01_down.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
}

#top_navi li#top_menu2 {
	background: url(../img/top_bt_02_down.gif) no-repeat left top;
}

/* index ボタン　ロールオーバー down */

#top_navi li#top_menu1 a:hover {
	background:none;
}

#top_navi li#top_menu2 a:hover {
	background:none;
}

/*　すべて見る　部分　*/

.top_link {
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px;
}
#footer_banner {
	background: #FFFFFF;
	margin: 0px;
	padding: 20px;
	width: 720px;
	clear: both;
}
#footer_banner table {
	width: 720px;
}
#footer_banner table td {
	padding: 0px 7px;
}
#title h3.left {
	float: left;
}

#title p {
	float: right;
}
