/* TOPメニュー */
a.promo01 {
	width: 360px;
	height: 330px;
	display: block;
	background: url(../img/common/promo_01.jpg) no-repeat left top;
	text-indent: -9999em;
}
	a.promo01:hover {
		background: url(../img/common/promo_01.jpg) no-repeat left bottom;
	}

a.promo02 {
	width: 600px;
	height: 200px;
	display: block;
	background: url(../img/common/promo_02.jpg) no-repeat left top;
	text-indent: -9999em;
}
	a.promo02:hover {
		background: url(../img/common/promo_02.jpg) no-repeat left bottom;
	}

a.promo03 {
	width: 600px;
	height: 200px;
	display: block;
	background: url(../img/common/promo_03.jpg) no-repeat left top;
	text-indent: -9999em;
}
	a.promo03:hover {
		background: url(../img/common/promo_03.jpg) no-repeat left bottom;
	}

a.promo04 {
	width: 360px;
	height: 330px;
	display: block;
	background: url(../img/common/promo_04.jpg) no-repeat left top;
	text-indent: -9999em;
}
	a.promo04:hover {
		background: url(../img/common/promo_04.jpg) no-repeat left bottom;
	}


/* innerWrap */
.innerWrap {
	width: 930px;
	margin-bottom: 20px;
}
	.innerWrap .floatLeft {
		float: left;
		width: 460px;
	}
		.innerWrap .floatLeft h2 {
			margin-bottom: 10px;
		}
		.innerWrap .floatLeft p {
			margin: 0;
			padding: 0 13px 0;
		}
		
	.innerWrap .floatRight {
		float: right;
		width: 450px;
	}
		.innerWrap .floatRight ul {
			width: 428px;
			min-height: 140px;
			padding: 0 10px 10px;
			border: 1px #D2D2D2 solid;
			border-top: none;
		}
		.innerWrap .floatRight ul.h280 {
			height: 280px;
			overflow: auto;
		}
		.innerWrap .floatRight ul a {
			font-weight: bold;
			font-size: 20px;
			color: #FF0000;
		}
			.innerWrap .floatRight ul li {
				margin-bottom: 8px;
			}
				.innerWrap .floatRight ul li span {
					font-size: 12px;
					display: inline;
					margin-right: 10px;
				}


/* 各種バナー */
.uservoiceWrap {margin-bottom: 38px;}

ul.bunnerList {
	width: 930px;
}
	ul.bunnerList li {
		float: left;
		margin-right: 20px;
		display: block;
	}
		ul.bunnerList li.last {
			float: left;
			margin-right: 0px;
		}

h2.m_top25 {
	margin-top: 25px;
}

/* 2022/05 TOPページ */
ul.bunnerList_parts_left{
	width: 450px;
}
ul.bunnerList_parts_left > li {
	margin-bottom: 20px;
}

	
/* clear */
ul.bunnerWrap:after,
innerWrap:after,
ul.bunnerList:after {
	visibility: hidden;
	content: ".";
	display: block;
	height: 0;
	clear: both;
}