@charset "utf-8";

/* シスナッククリエイト
---------------------------------------------*/
#bottom_menu {
	padding:15px 0 0 270px;
}
#bottom_menu ul.bt_menu {
	float: left;
	list-style: none;
	padding:  0;
}
#bottom_menu li.bt_menu {
	float: left;
	width:auto;
	height:15px;
	border-right: 1px solid #2246bf;
}
#bottom_menu a {
	padding: 0 10px;
	font-size:12px;
	color:#004d83;
}
#bottom_menu a:hover {
	color: #ff4500;
}
*html body #bottom_menu p {
	clear:both;
	width:300px;
	float: left;
	margin:0px 0 0 175px;
	font-size:12px;
	color:#004d83;
	font-style:italic;
}
#bottom_menu p {
	clear:both;
	float: left;
	margin:15px 0 0 330px;
	font-size:12px;
	color:#004d83;
	font-style:italic;
}
/* フッター
---------------------------------------------*/
#footer_bg {
	clear:both;
	margin:  0 auto;
	height: 80px;
	background : url(../img/footer_bg.jpg) no-repeat; 
}
#footer {
	width: 1050px;
}
