@charset "UTF-8";
/* Style Import
----------------------------------------- */

@import "/themes/body/css/yui-font.css";
@import "/themes/body/css/default.css"; /* initial setting */
@import "/themes/body/css/layout.css";/* layout style */
@import "/themes/shop/override.css";/* layout style */
@import "/themes/body/css/blogstyle.css";/* blog control style */
@import "/themes/material/thickbox/thickbox.css";/* blog control style */

/*
 2.Link Color [
----------------------------------------------------------- */
a:link{
  color: #fd5706;
  text-decoration: none;
}
a:visited {
  color: #fd5706;
  text-decoration: none;
}
a:hover {
	color: #3f3f4d;
  text-decoration: underline;
}
a:active{
  color: #fd5706;
  text-decoration: none;
}

/* [ sidebar items
----------------------------- */

div#footer a:link{
	color: #43342c !important;
}
div#footer a:visied {
	color: #43342c !important;
}
div#footer a:hover {
	color: #fff !important;
}
div#footer a:active {
	color: #43342c !important;
}

/*
 3. [ Welcome
----------------------------------------------------------- */
#topCampaignBox {
	padding: 30px 15px 15px 25px;
	background: url(images/campaignBg.jpg) no-repeat center top;
	width: 580px;
	border: #867362 1px solid;
	margin-bottom: 14px;
}
#topCampaignBox .rss-js-entry {
	padding-left: 16px;
	background: url(images/rssPoint-trans.png) no-repeat 0px 3px;
} 
#topCampaignBox .rss-js-entry a:link,
#topCampaignBox .rss-js-entry a:visited {
	color: #B89D7D;
	text-decoration: none;
}
#topCampaignBox .rss-js-entry a:hover {
	color: #fff;
	text-decoration: none;
}
#topCampaignBox .rss-js-entry a:active {
	color: #B89D7D;
	text-decoration: none;
}
.menuBox {
	margin-bottom: 14px;
}
.shopInfo {
	padding: 56px 0 0 24px;
	background: url(images/shopInfo.jpg) no-repeat center top;
	width: 598px;
	height: 103px;
	margin-bottom: 14px;
}
.shopInfo p {
	padding: 53px 0 0 24px;
	color: #B89D7D;	
}
.imgBox {
	margin-bottom: 14px;
}
.catchBox {
	background: url(images/catch_text_bg.jpg) no-repeat center top;
	width: 572px;
	height: 88px;
	padding: 15px 25px;
	margin-bottom: 14px;
	color: #B89D7D;
}
.catchBox p {
	line-height: 1.7;
}
.mapBox {
	padding: 40px 10px 10px 10px;
	background: url(images/mapBg.jpg) no-repeat center top;
	width: 602px;
	height: 301px;
	margin-bottom: 14px;
}
#map {
	margin: 0 0 0 0px;
	width: 602px;
	height: 301px;
}

.staticDisplay {
	display: none;
}