@charset "utf-8";


/* 広告バナー */
#banner_footer1 {
	clear: both;
	margin: 0 20px;
	padding: 10px 0 0 0;
}
#banner_footer_box {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("/img/banner_footer_box.jpg") no-repeat #F1F1F1;
}
#banner_footer2 {
	width: 100%;
	background: url("/img/banner_footer2_back.gif") no-repeat right top;
}
#banner_footer2 h2 {
	width: 100%;
	height: 30px;
	background: url("/img/tit_koukoku.gif") no-repeat 29px 12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#banner_footer3 {
	width: 100%;
	background: url("/img/banner_footer3_back.gif") no-repeat right bottom;
}
.banner_c {
	margin: 0;
	padding: 0 0 20px 30px;
	background: url("/img/banner_c_back.gif") no-repeat left bottom;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}
.banner_c li {
	float: left;
	display: block;
	width: 120px;
	height: 60px;
	margin: 10px 10px 0 0;
	padding: 0;
	font-size: 1.2em;
}
.banner_c li img {
	width: 120px;
	height: 60px;
}


/* 分類ページに横並びの広告 */
#koukoku_side {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#koukoku_side ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	overflow: hidden;
}
#koukoku_side li {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	padding: 0;
}


/* 縦並びのバナー */
.banner_list_tate {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner_list_tate ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner_list_tate li {
	width: 250px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.home #sidebar2 .banner_list_tate {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: url("/img/banner_list_tate_back.jpg") no-repeat #F1F1F1;
}
.home #sidebar2 .banner_list_tate ul {
	margin: 0;
	padding: 10px 0 5px 70px;
	list-style-type: none;
}
.home #sidebar2 .banner_list_tate li {
	width: 120px;
	height: 60px;
	margin: 0 0 5px 0;
	padding: 0;
}
/* 右側広告バナー非表示20240529 */
.home #sidebar2 .banner_list_tate{
     display:none;
}