@charset "utf-8";

/* 週刊つり太郎　フッター
---------------------------------------------*/
#bottom_menu {
	float: left;
	padding:15px 0 0 0px;
}
#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 #FFFFFF;
}
#bottom_menu a {
	padding: 0 10px;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
#bottom_menu a:hover {
	color: #FF0000;
	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: #FF0000;
	text-decoration:underline;
}
#bottom_submenu p {
	float: right;
	margin:0 10px 0 0;
	font-size:12px;
	color: #FFFFFF;
	font-style:italic
}
/* フッター
---------------------------------------------*/
#footer_bg {
	clear:both;
	margin:  0 auto;
	background: #FFFFFF url(../img/footer/footer_bg.jpg) left center no-repeat;
	height: 95px;
}
#footer {
	width: 1020px;
	margin: 0px auto;
}
#footer p {
	clear:both;
	float: left;
	margin:5px 0 0 10px;
	font-size:12px;
	color: #FFFFFF;
	font-style:italic
}
