@charset "utf-8";

/* 広告バナー */
#banner_footer1 {
	float: left;
	clear: left;
	width: 100%;
	margin: 14px 0 0 0;
	padding: 0;
}
#banner_footer_box {
	margin: 0;
	padding: 2px;
	background: #ECEEF5;
	overflow: hidden;
}
#banner_footer2 {
	float: left;
	width: 186px;
}
#banner_footer2 h2 {
	width: 186px;
	height: 30px;
	background: url("../../img/tit_koukoku.gif") no-repeat;
}
#banner_footer2 p {
	width: 140px;
	height: 30px;
	margin: 5px 0 0 21px;
}
#banner_footer2 p a {
	display: block;
	width: 140px;
	height: 30px;
	background: url("../../img/button_keisai.gif") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#banner_footer2 p a:hover {
	background-position: 0 -30px;
}
#banner_footer3 {
	float: left;
	width: 1010px;
	background: #F6F7FA;
}

.banner_c {
	margin: 0;
	padding: 2px 0 12px 0;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}
.banner_c li {
	float: left;
/*	width: 190px;*/
/*	height: 55px;*/
	width: 150px;
	height: 60px;
	margin: 10px 0 0 10px;
	padding: 0;
}
.banner_c li img {
/*	width: 190px;*/
/*	height: 55px;*/
	width: 150px;
	height: 60px;
}


/* 分類ページに横並びの広告 */
#koukoku_side {
	float: left;
	text-align: left;
	width: auto;
	margin: -5px 0 8px -30px;
	padding: 0;
}
#koukoku_side ul {
	margin: 0;
	padding: 0;
}
#koukoku_side li {
	float: left;
	text-align: center;
	display: block;
	list-style-type: none;
	margin: 0 5px 5px 0;
	padding: 0;
}


/* 縦並びのバナー */
.banner_list_tate {
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner_list_tate ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner_list_tate li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}