@charset "utf-8";
/* CSS Document */

#detail_left {
	width:236px;
	float:left;
	margin-right:10px;
}

#detail_right {
	width:434px;
	float:right;
}

.art_box {
	background:#EFE4B3;
	text-align:center;
}

.pre_box {
	background:#FCFAF1;
	text-align:center;
}

.art_box_main {
	background:#EFE4B3;
	text-align:center;
	border-top:1px solid #ABA28C;
}

.pre_box_main {
	background:#FCFAF1;
	text-align:center;
	border-top:1px solid #ABA28C;
}

.title_main {
	border-top:1px solid #ABA28C;
}

p.coment {
	padding:0 0 0 20px;
}


#outlet_all {
	width:335px;
	height:115px;
	background:url(catebtn_all.jpg) no-repeat;
	overflow: hidden;
	float: left;
}
#outlet_all:hover {
	background-position:0px -120px;
}

#outlet_sale {
	width:335px;
	height:115px;
	background:url("catebtn_sale_201026.jpg") no-repeat;
	overflow: hidden;
	float: left;
}
#outlet_sale:hover {
	background-position:0px -120px;
}

#outlet_kimagure {
	width:335px;
	height:115px;
	background:url(catebtn_kimagure.jpg) no-repeat;
	overflow: hidden;
	float: left;
}
#outlet_kimagure:hover {
	background-position:0px -120px;
}

#outlet_87 {
	width:335px;
	height:115px;
	background:url(catebtn_87.jpg) no-repeat;
	overflow: hidden;
	float: left;
}
#outlet_87:hover {
	background-position:0px -120px;
}

a.btn {
	display:block;
	width:100%;
	height: 100%;
}








