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

/*-- NewArrival --*/

#contents-left {
	width: 145px;
	float: left;
}

.area {
	height: 450px;
	width: 110px;
	display: block;
	margin: 10px 0 0 20px;
}

.area ul{
    list-style:none;
    width:100%;
    margin: 0px;
}

.area ul li{
    list-style:none;
    margin: 0px 0 5px 0 ;
}

.area ul li a{
    display: block;
    height: 22px;
}

.area a.area1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set1.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area1-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set1.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area1 {
    background-position:0px -22px;
}

.area a.area2{
	display:block;
	width:110px;
	background:url(../images/shoplist/set2.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area2-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set2.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area2 {
    background-position:0px -22px;
}

.area a.area3{
	display:block;
	width:110px;
	background:url(../images/shoplist/set3.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area3-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set3.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area3 {
    background-position:0px -22px;
}

.area a.area4{
	display:block;
	width:110px;
	background:url(../images/shoplist/set4.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area4-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set4.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area4 {
    background-position:0px -22px;
}

.area a.area5{
	display:block;
	width:110px;
	background:url(../images/shoplist/set5.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area5-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set5.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area5 {
    background-position:0px -22px;
}

.area a.area6{
	display:block;
	width:110px;
	background:url(../images/shoplist/set6.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
}

.area a.area6-1{
	display:block;
	width:110px;
	background:url(../images/shoplist/set6.jpg) no-repeat;
	height:22px;
    text-indent:-200px;
    overflow:hidden;
    background-position:0px -22px;
}

.area a:hover.area6 {
    background-position:0px -22px;
}

#contents-right {
	width: 585px;
	float: right;
}

.contents-midashi {
	width: 580px;
	padding-top: 5px;
}

#item-box {
	width: 580px;
	height: 460px;
	margin-top: 20px;
}

#item-box .left {
	width: 280px;
	float: left;
	margin-left: 15px;
}

#item-box .right {
	width: 260px;
	float: right;
	font-size: 11px;
	*font-size: 71%;
	
}

#item-box .right ul{
	list-style: none;
	margin: 10px 0 15px 5px;
}

#item-box .right li{
	list-style: none;
	margin: 3px 0 5px 0;
}

#item-box .right .shop2 {
	width: 120px;
	float: right;
}

#item-box .right .shop1 {
	width: 130px;
	float: left;
}

#item-box .shopinfo {
	margin-top: 20px;
	font-size: 11px;
	*font-size: 71%;
	color: #69594C;
}

#item-box .shopname {
	font-weight: bold;
	*font-weight: normal;
	margin-bottom: 5px;
}

#item-box .shopname , .address {
	margin-bottom: 5px;
}


