#index_content_main {
	position: relative;
	width: 760px;
}
#index_content_main_head {
	background-image: url(../img/bg_head.png);
	height: 10px;
	overflow: hidden;
}
#index_content_main_body {
	background-image: url(../img/bg_body.png);
	padding: 5px 10px;
}
#index_content_main_foot {
	background-image: url(../img/bg_foot.png);
	height: 10px;
	overflow: hidden;
}

/* index.html */
#catch {
	position: relative;
	width: 740px;
	height: 439px;
	background-image: url(../img/catch/sofa.jpg);
}

#catch_text {
	position: absolute;
	left: 40px;
	top: 40px;
	color: #451575;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#catch_logo {
	position: absolute;
	right: 20px;
	top: 10px;
}

#campaign {
	text-align:center;
	padding: 40px 0px 10px 0px;
}

#quick_purchase {
	position: absolute;
	left: 607px;
	top: 1015px;
}
