@charset "UTF-8";
@import url("resetcss.css");
@import url("index.css");
@import url("layout.css");
@import url("dynamicpage.css");
@import url("static.css");
/************** head *****************/
#header h1{
	background:url(../image/logo.jpg) no-repeat;
	display:block;
	height:60px;
	text-indent:-5000px;
	width:190px;
}
#header h1 a{
	display:block;
	height:60px;
	width:190px;
}
.topNavi{margin:0 0 0 190px; position:relative; z-index:2;}
.topNavi ul li{
	color:#999;
	float:left;
	font-size:11px;
	margin-right:5px;
	margin-bottom:-5px;
	line-height:16px;
}
.storetitle{
	float:right;
	height:50px;
	width:300px;
	margin-top:-50px;
	position:relative;
	z-index:1;
}

/************** sidebar  **************/
/*** 店舖資訊 ***/
#sidebar p.subject{
	line-height:20px;
	height:20px;
	text-align:center;
	font-size:12px;
	background-color:#A9ADB2;
	color:#fff;
}
.storeInfo{padding:5px;_padding:5px;}
.storeInfo .title{
	background:url(../image/dot_storeinfo.gif) left center no-repeat;
	font-size:12px;
	color:#747474;
	padding-left:10px;
	line-height:15px;
	height:15px;
}
.storeInfo .contentText{
	font-size:11px;
	color:#666;
	margin:5px 0 5px 10px
}
.submenu{
	background:#dbdcdc;
	font-size:11px;
	padding:5px;
	width:175px;
	_padding:5px 2px;
	_width:175px;
	text-align:center;
}
.submenu a{color:#666;}

/*** 商品介紹/品牌活動情報 ***/
.proCategory ul{margin-left:1px;}
.proCategory ul li{
	width:61px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	background:#EEF0F3;
	margin:2px 2px 0 0;
	font-size:12px;
}
.proCategory ul li a{
	display:block;
	width:61px;
	height:30px;
}
.proCategory ul li a:hover{background:#993333;color:#fff;}

.proCategory .select{background:#993333;color:#fff;}

/*** 搜尋 ***/
.search{
	background-color:#E9EBEE;
	padding:5px;
	font-size:12px;
	clear:both;
	margin-top:5px;
}
.search p{color:#b3b3b3;margin:5px 0;}
.search form{}
.search input{margin:3px 0;}


/*** 選單 ***/
.sideMenu ul li{
	text-align:center;
	font-size:12px;
	background-color:#A9ADB2;
	margin-top:3px;
	line-height:20px;
	_line-height:normail;
}
.sideMenu ul li a{display:block;color:#fff;_height:20px;_line-height:20px;}
.sideMenu ul li a:hover{background:#fdd6dd;color:#666;}

.sideMenu ul .point{background-color: #0095DD;}

/*** 分店連結 ***/
.storeLink{margin-bottom:5px;}
.storeLinkHead{
	background:url(../image/bg_storelink.jpg) repeat-y;
	color:#0095DD;
	letter-spacing:1px;
	line-height:22px;
	font-size:12px;
	display:block;
	width:170px;
	padding-left:20px;
}
.subStoreLink{
	background:url(../image/bg_storelink.jpg) repeat-y;
	font-size:12px;
}
.subStoreLink a{
	display:block;
	background:url(../image/dot_storelink.jpg) left center no-repeat;
	margin-left:15px;
	padding-left:12px;
	line-height:22px;
}
.storeLink ul li{
	background:url(../image/bg_storelink.jpg) repeat-y;
	color:#0095DD;
	letter-spacing:1px;
	line-height:22px;
	padding-left:20px;
	font-size:12px;
}
.storeLink ul li a{
	background:url(../image/dot_storelink.jpg) left center no-repeat;
	margin-left:15px;
	padding-left:12px;
}

/*** 相關投資事業 ***/
.businessLink h1{
	background:url(../image/bg_businesstitle.gif) no-repeat;
	display:block;
	height:20px;
	text-indent:-5000px;
	width:175px;
}
.businessLink ul li{font-size:12px;font-weight:bold;line-height:28px;margin-left:20px;}
.businessLink ul li a{color:#111;display:block;width:100%;}
.businessLink ul li a:hover{color:#c00;}

/****************** footer ********************/
.copyright{color:#999;float:left;font-size:10px;}
.footerNavi{float:right;width:50%}
.footerNavi ul li{
	border-left:1px solid #ccc;
	float:right;
	font-size:11px;
	padding:0 5px;
	line-height:16px;
}
.footerNavi ul li:last-child{border:none;}
