@charset "utf-8";
.store_line{
	border-bottom:1px dotted #949494;
}
.over2{
}
.open2{
	color:#d9c583;
}
#content .open2 A:link ,#content  .open2 A:visited{
  font-weight:normal;
	color:#d9c583;
	text-decoration:none;
}
#content .open2 A:hover ,#content .open2 A:active{
  font-weight:normal;
	color:#d9c583;
	text-decoration:none;
}
.store_t{
	color:#767676;
}
.store_t A:link , .store_t A:visited{
	color:#767676;
	text-decoration:none;
}
.store_t A:hover , .store_t A:active{
	color:#d9c583;
	text-decoration:none;
}
/*-store_d-*/
.news_d_bg{
	background-image: url(../images/news_d_tit3.jpg);
	background-repeat: repeat-x;
}
.store_d_line{
	border-right:1px solid #c3c3c3;
}

.image_carousel {
	position: relative;
}
#store_photo{
	width:429px;
	height:491px;
	overflow:hidden;
}
.image_carousel .item {
	display: block;
	float: left;
	width:429px;
	height:491px;
}
.pagination {
	text-align: right;
	margin-top:8px;
}
.pagination a {
	background: url(../images/bg_control_nav.png) 0 0px no-repeat transparent;
	width: 10px;
	height: 12px;
	margin: 0 7px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: 0px -17px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}