/*shop_index.css*/


#contentsbox #allbox #contents a:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#contentsbox #allbox #contents h2 {
	display:none;
}


#contentsbox #contents #shoplist {
	background-color: white;
	padding: 0px 0px 30px 0px;
min-height:500px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
#contentsbox #contents #page_tit #tit_shoplist {
	background-color: #fff;
	background-image: url(../img/page_tit_shoplist.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}



#contentsbox #allbox #contents #shoplist #h3_1 {
	background-image: url(../img/subtit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:466px;
	height:42px;
	margin:0px auto;
}
#contentsbox #allbox #contents #shoplist #h3_1 .texthide {
	display:none;
}

#contentsbox #allbox #contents #shoplist .blockLink {
	display:none;
}
#contentsbox #allbox #contents #shoplist #shops {
	list-style:none;
}
#contentsbox #allbox #contents #shoplist #shops li {
	width:576px;
	height:188px;
	display:block;
	margin: 10px auto 0px auto;
}
#contentsbox #allbox #contents #shoplist #beginner {
	background-image: url(../img/thum_beginner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #a11nin {
	background-image: url(../img/thum_11nin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #orenosora {
	background-image: url(../img/thum_orenosora.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #collabo {
	background-image: url(../img/thum_collabo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #hairstyle {
	background-image: url(../img/thum_hairstyle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #clothesset {
	background-image: url(../img/thum_clothesset.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #upperbody {
	background-image: url(../img/thum_upperbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #lowerbody {
	background-image: url(../img/thum_lowerbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}
#contentsbox #allbox #contents #shoplist #accessorie {
	background-image: url(../img/thum_accessorie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:576px;
	height:188px;
	display:block;
}


