/* ----------------------------------------------------------
	gnav current
 ---------------------------------------------------------- */

#gNav li#gRealShop a span {
	background-image:url(../img/g_realshop_cr.jpg);
}



/* ----------------------------------------------------------
	#body
 ---------------------------------------------------------- */

ul.picts {
	margin-bottom:30px;
}
ul.picts li.pict1 {
	float:left;
	margin-right:1px;
}
ul.picts li.pict2 {
	float:right;
}
ul.picts li.pict3 {
	float:right;
	margin-top:1px;
}


.grandopen {
	margin-left:15px;
}

.shop {
	margin-bottom:30px;
}


.shop div.floatL {
	width:484px;
}

.shop div.floatL h3 {
	margin-top:20px;
	margin-bottom:6px;
}

.shop div.floatR {
	padding-top:40px;
	width:354px;
}


.shop table {
	width:100%;
	margin: 0px 0 20px 0;
	line-height:180%;
}
.shop table th,
.shop table td {
	border-bottom: solid 1px #ddd;
	font-weight:normal;
}
.shop table th {
	color:#795139;
	padding:5px 10px 5px 0;
	text-align:left;
	width:20%;
}
.shop table th.widthAuto {
	width:auto;
}
.shop table td {
	padding:5px 0px;
}
.shop table .noBorder th,
.shop table .noBorder td {
	border:none;
}

#body .shop a.blank:link,
#body .shop a.blank:visited {
	text-indent:0;
	background:url(../img/i_blank.png) no-repeat right center;
	padding-right:15px;
	display:inline;
	text-decoration:underline;
}
#body .shop a.blank:hover {
	text-decoration:none;
}


/* 追記 */

#realshop_anchor{
	width :900px;
	height: 80px;
}

#realshop_anchor li{
	display:inline-block;
	padding-right:20px;
	margin-right:15px;
	border-right: 1px solid #e4e4e4;
	height: 18px;
}

#realshop_anchor li.last{
	border-right:none; 
}

#realshop_anchor li a{
	display:block;
	height:25px;
	color:#795139 !important;
}

#realshop_anchor li a:hover{
	background:url(../img/g_arrow.png) no-repeat bottom center;
	text-decoration: none;
}


