/*--------------------------------------------------------------------
Dresslave Style Sheet

author:    Nandy
updated:   2009
email:     nandy@nnbros.com
website:   http://www.nnbros.com
/--------------------------------------------------------------------*/
h2#titleShoplist {
 background: url(images/title.gif) no-repeat;
 width: 203px;
 height: 29px;
}
div#shopLeft {
 float: left;
 width: 320px;
}
div#shopRight {
 float: right;
 width: 350px;
}
div#shopLeft h3 {
 text-indent: -9999px;
 overflow: hidden;
 height: 13px;
}
div#shopLeft h3#kobe {
 background: url(images/shop01.gif) no-repeat;
 width: 50px;
}
div#shopLeft h3#osaka {
	width: 250px;
	background-image: url(images/shop05.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#shopLeft h3#crysta {
 background: url(images/shop02.gif) no-repeat;
 width: 250px;
 margin: 35px 0 0 ;
}

div#shopLeft h3#online {
 background: url(images/shop_official.gif) no-repeat;
 width: 250px;
 margin: 35px 0 0 ;
}
div#shopLeft h3#onlinezozo {
 background: url(images/shop_zozo.gif) no-repeat;
 width: 250px;
 margin: 35px 0 0 ;
}

div#shopLeft h3#shibuya {
	width: 250px;
	background-image: url(images/shop04.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#shopLeft p {
 padding: 10px 0 0 ;
}
div#shopLeft p.shop {
 font-weight: bold;
}
div#shopLeft p#shopOn {
 font-weight: bold;
 color: #BE9444;
}
div#shopLeft p.shop span {
 margin: 0 5px;

}
div#shopLeft p.shop span a {
 background: #C7C8C8;
 color: #FFF;
 padding: 1px 5px;
}
div#shopLeft p.shop span a:hover {
 background: #D4BA8A;
 color: #FFF;
}
div#shopRight p{
 text-align: right;
 padding: 10px 0 0;
}

