@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 */

/*
 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
----------------------------------------------------------- */
.shop-btn {
	position: absolute;
	top: 6px;
	left: 371px;
}
h2 { 
	margin-left: 10px;
}
.matsumoto-area {
	background: url(images/matsumoto_bg.jpg) no-repeat center top;
	width: 645px;
	position: relative;
	margin-bottom: 30px;
}
.matsumoto-area p {
	color: #bcad93;
	padding-left: 27px;
	padding-top: 18px;
}
.material-area {
	background: url(images/material_bg.jpg) no-repeat center top;
	width: 645px;
	position: relative;
	margin-bottom: 30px;	
}
.material-area p {
	color: #bcad93;
	padding-left: 27px;
	padding-top: 18px;
}
.nagano-area {
	background: url(images/nagano_bg.jpg) no-repeat center top;
	width: 645px;
	position: relative;
	margin-bottom: 30px;	
}
.nagano-area p {
	color: #bcad93;
	padding-left: 27px;
	padding-top: 18px;
}
.omachi-area {
	background: url(images/omachi_bg.jpg) no-repeat center top;
	width: 645px;
	position: relative;
	margin-bottom: 30px;	
}
.omachi-area p {
	color: #bcad93;
	padding-left: 27px;
	padding-top: 18px;
}
.suwa-area {
	background: url(images/suwa_bg.jpg) no-repeat center top;
	width: 645px;
	position: relative;
	margin-bottom: 30px;	
}
.suwa-area p {
	color: #bcad93;
	padding-left: 27px;
	padding-top: 18px;
}
.rightBox {
	float:right;
	margin: 20px 250px 0 15px;
}