/* =============================================================================
	4つの安心
============================================================================= */
.mainimage {
	background:url("img/mainimage.jpg") no-repeat 0 0;
	width:1000px;
	height:300px;
	text-indent:-9876px;
	margin-bottom:10px;
}

.left {
	float:left;
	background:url("../common/img/gray_back.gif") repeat;
	width:652px;
	padding:5px;
}

.right {
	width:324px;
	float:right;
}


.left .inner {
	padding:15px;
	background:#fff;
}

.title6 {
	background:url("img/title6.png") no-repeat 0 0;
	width:473px;
	height:32px;
	text-indent:-9876px;
	margin-bottom:20px;
}

.title7 {
	background:url("img/title7.png") no-repeat 0 0;
	width:274px;
	height:32px;
	text-indent:-9876px;
	margin-bottom:20px;
}

h3 {
	font-size:16px;
	color:#c00;
	margin-bottom:20px;
}

h4 {
	color:#666;
	margin-bottom:5px;
}

.gray_back_list {
	background:#f5f5f5;
	padding:10px 40px;
}

.anshin {
	background:url("../common/img/gray_back.gif") repeat;
	padding:5px;
}

.anshin .inner {
	padding:20px 24px;
	background:#fff;
}

.anshin h3 {
	background:url("img/sub_title.png") no-repeat 0 0;
	width:409px;
	height:27px;
	text-indent:-9876px;
	margin:0 auto 20px;
}

.s_btn {
	float:left;
	margin-right:14px;
	display:block;
	text-indent:-9876px;
	width:225px;
	height:200px;
}

.s_btn1 {
	background:#eee url("img/s_btn1.png") no-repeat 0 0;
}

.s_btn2 {
	background:#eee url("img/s_btn2.png") no-repeat 0 0;
}

.s_btn3 {
	background:#eee url("img/s_btn3.png") no-repeat 0 0;
}

.s_btn4 {
	background:#eee url("img/s_btn4.png") no-repeat 0 0;
}

.s_btn:hover {
	background-color:#ddd;
}

.anshin .last {
	margin-right:0;
}



