@charset "UTF-8";
/* ===================================================================
CSS information
 style info : news
=================================================================== */



.breakLine {
	width: 640px;
	height: 1px;
	border-bottom: 1px solid #cccccc;
}


/* border */
#side {
border-left: 1px solid #9FAAC0;
}

#content {
border-right: none !important;
}

/* -----------------------------------------------------------
	#wrap-ShopList
----------------------------------------------------------- */
#wrap-ShopList {
	width: 640px;
}
#wrap-ShopList h2 {
	display: block;
	width: 640px;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	background: url(../img/news/title_NewsList.jpg) no-repeat left top;
}
#wrap-ShopList h2#newsDetail {
	display: block;
	width: 640px;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	background: url(../img/news/title_NewsDetail.jpg) no-repeat left top;
}




/* -----------------------------------------------------------
	#cateListArea
----------------------------------------------------------- */
#cateListArea {
	width: 640px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#cateListArea h3 {
	font-size: 13px;
	line-height: 15px;
	float: left;
	margin-right: 5px;
}
#cateListArea ul {
	margin: 0;
	padding: 0;
	float: left;
}
#cateListArea ul li {
	margin-right: 12px;
	padding-right: 12px;
	background: url(../img/shops/cateList_Line.jpg) no-repeat right center;
	float: left;
}
#cateListArea ul li.cateLast {
	background: none !important;
}
#cateListArea ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #666699;
}




/* -----------------------------------------------------------
	#pageNaviArea
----------------------------------------------------------- */
#pageNaviArea {
	width: 640px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
#pageNaviArea_bottom {
	width: 640px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.pNavi_pre,.pNavi_nex {
	width: 81px;
	float: left;
}
#newsDetail .pNavi_pre {
	width: 145px;
	float: left;
}
.pNavi_num {
	width: 478px;
	float: left;
}
#newsDetail .pNavi_num {
	width: 100px;
	float: left;
}
.pNavi_num p {
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

p#pageTop {
	width: 640px;
	height: 12px;
	text-align: right;
	clear: both;
}




/* -----------------------------------------------------------
	#shopListMain
----------------------------------------------------------- */
#shopListMain {
	width: 640px;
	margin: 0;
	padding: 0;
}
#shopListMain .shopsContentsWrap {
	width: 640px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9faac0;
	clear: both;
}
#newsDetail #shopListMain .shopsContentsWrap {
	margin-bottom: 0;
	border-bottom: none;
}
.shopsContentsWrap .shopsInfoArea {
	width: 640px;
	clear: both;
}



.shopsInfoArea .shopsInfo_Left {
	width: 570px;
	float: left;
	position: relative;
}
#newsDetail .shopsInfoArea .shopsInfo_Left {
	width: 640px;
	float: left;
	position: relative;
}
.shopsInfo_Left h3 {
	font-size: 18px;
	line-height: 24px;
}
.shopsInfo_Left h3 a {
	color: #666699;
}
.shopsInfo_Left h4 {
	font-size: 13px;
	font-weight: normal;
}
.shopsInfo_Left h5 {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 5px;
}



.shopsInfoArea .shopsInfo_Right {
	width: 50px;
	float: right;
}
.shopsInfo_Right .shopsPhotoWrap {
	width: 50px;
	height: 50px;
	overflow: hidden;
}








/* -----------------------------------------------------------
	newsDerail用
----------------------------------------------------------- */
#newsDetail_PhotoArea {
	width: 640px;
	overflow: hidden;
}
#newsDetail_PhotoArea ul {
	width: 660px;
	margin: 0;
	padding: 0;
}
#newsDetail_PhotoArea ul li {
	width: 198px;
	height: 198px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#newsDetail_PhotoArea table {
	width: 198px;
	height: 198px;
}
#newsDetail_PhotoArea td {
	text-align: center;
	vertical-align: middle;
}
































