@charset "utf-8";

/* 週刊つり太郎　フッター
---------------------------------------------*/
#bottom_menu {
	float: left;
	padding:13px 0 0 50px;
}
#bottom_menu ul.bt_menu {
	float: left;
	list-style: none;
	padding: 0px;
}
#bottom_menu li.bt_menu {
	float: left;
	width:auto;
	border-right: 1px solid #009bdb;
}
#bottom_menu a {
	padding: 0 10px;
	font-size:11px;
	color: #009bdb;
	text-decoration:none;
}
#bottom_menu a:hover {
	color: #e74030;
	text-decoration:underline;
}

/* 週刊つり太郎　サブメニュー
---------------------------------------------*/
#bottom_submenu {
	clear:both;
	padding:0 0 0 0px;
}
#bottom_submenu ul {
	float: left;
	list-style: none;
	padding: 0px;
}
#bottom_submenu li {
	float: left;
	width:auto;
}
#bottom_submenu a {
	padding: 0 10px;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
#bottom_submenu a:hover {
	color: #6b8e23;
	text-decoration:underline;
}

/* フッター
---------------------------------------------*/
#footer_bg {
	clear:both;
	margin:  0 auto;
	background:  url(../img/footer_bg.jpg) left center repeat-x;
	height: 66px;
}
#footer p{
	padding:15px 0 0 0;
	font-size: 12px;
	color: #666666;
}
#footer {
	margin:  0 auto;
	width:1000px;
}