/* Website template by freewebsitetemplates.com */
body {
	background: url(../images/bg-body.jpg) repeat left top;
	font-family: "Shin Maru Go Regular";
	margin: 0;
}
img {
	border: 0;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background: url(../images/bg-header.jpg) repeat-x left top;
	height: 160px;
}
#header > div {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
}
/** Navigation **/
#navigation {
	display: inline-block;
	line-height: 40px;
	list-style: none;
	width: 550px;
	margin: 25px 0px 0px 0px;
	padding: 0;
}
#navigation li {
	float: left;
	width: 80px;
	text-align: center;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #cc8100;
	line-height: 40px;
	text-decoration: none;
	text-shadow: -2px 2px 1px #000;
}
#navigation li a:hover, #navigation li.selected a {
	color: #ffb22e;
}
/*------------------------------ CONTENTS ------------------------------*/
/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #8b4513;
  margin-left: 110px;          /* 左に余白を設ける */
  margin-right: 30px;          /* 右に余白を設ける */
  box-shadow: 0px 0px 10px 0px #a7a7a7;         /* 吹き出し本体の影 */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -120px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #8b4513;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#contents {
	background: #fff7db url(../images/content-border.jpg) repeat-x left bottom;
	min-height: 50px;
	padding-bottom: 50px;
}
#contents > div {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 18px;
}
#contents h2 {
	color: #a17b2d;
	font-family: "Shin Maru Go Regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 15px 0px 3px;
    padding: 8px 0px 3px;
}
#contents p {
	color: #65361F;
	font-family: "Shin Maru Go Regular", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
}
#contents p a {
	color: #aa9387;
}
#contents a:hover {
	color: #ce8763;
}
/** Adbox **/
#contents div#adbox {
	margin-bottom: 12px;
	padding: 0;
	text-align: left;
}
#adbox img {
	margin-bottom: 0px;
}
#adbox p {
	width: 820px;
	height: 180px;
	}
/** Featured **/
#contents div#featured {
	background: url(../images/bg-featured2.png) no-repeat center top;
	width: 100%;
	margin-bottom: 60px;
	padding: 30px 0 24px;
	text-align: center;
}
#featured ul {
	display: inline-block;
	list-style: none;
	width: 960px;
	margin: 0;
	padding: 0;
}
#featured ul li {
	float: left;
	width: 300px;
	margin: 0 10px;
}
#featured p {
	padding: 0;
	text-align: left;
}
/** About **/
#contents div#about {
	width: 730px;
	padding: 20px 115px 0;
}
#about h3 {
	margin: 30px 0 0;
}
#about p {
	font-size: 13px;
	margin: 0 auto;
	text-align: justify
}
/** Shop **/
#contents div#shop {
	width: 930px;
	margin-bottom: 60px;
	padding-left: 10px;
	padding-right: 20px;
}
#shop > div {
	display: inline-block;
	margin: 0 0 30px;
}
#shop > div img {
	float: left;
	margin: 0 40px 30px 0;
}
/** MAIN **/
#main {
	float: left;
	min-height: 100px;
	width: 520px;
	margin: 0 30px 0 100px;
}
#main > div {
	background: url(../images/separator.png) no-repeat center bottom;
	display: inline-block;
	margin: 0 0 18px;
}
#main > div h3 {
	margin: 30px 0 12px;
}
#main > div p {
	text-align: justify;
}
/** SIDEBAR **/
#sidebar {
	float: left;
	background: url(../images/vborder.png) repeat-y left top;
	min-height: 848px;
	width: 180px;
	margin: 30px 0 0;
	padding-left: 21px;
}
#sidebar h3 {
	margin: 15px 0 12px;
	padding-left: 40px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar > ul li {
	margin: 0 0 24px;
}
#sidebar > ul li a {
	color: #aa9387;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
#sidebar ul li > div {
	display: none;
	width: 80px;
	padding-left: 40px;
}
#sidebar ul li:hover > div {
	display: block;
}
#sidebar ul li > div a {
	color: #aa9387;
	font-size: 12px;
	display: block;
}
#sidebar ul li > div a:hover {
	color: #ce8763;
}
/** Contact **/
#contents div#contact {
	width: 720px;
	padding: 50px 120px 0;
}
#contact h4 {
	color: #8a5c02;
	font-family: "Shin Maru Go Regular", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}
#contact h4 a {
	color: #8a5c02;
	text-decoration: none;
}
#contact a.email {
	font-size: 13px;
}
#contact p.numbers {
	margin: 0 0 30px;
	padding-left: 40px;
}
#contact p.address {
	padding-left: 40px;
}


/*------------------------------ FOOTER ------------------------------*/
#footer {
	background: url(../images/bg-footer.png) repeat-x center bottom;
	padding: 18px 0 30px;
}
/** Connect **/
#connect {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}
#connect a {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	height: 39px;
	width: 40px;
	margin: 0 20px;
}
#connect a.facebook {
	background-position: 0 0;
}
#connect a.email {
	background-position: 0 -49px;
}
#connect a.twitter {
	background-position: 0 -98px;
}
#connect a.googleplus {
	background-position: 0 -147px;
}
#footer p {
	color: #956836;
	font-family: "Shin Maru Go Regular", sans-serif;
	font-size: 13px;
	line-height: 24px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background:url(images/top00.jpg) no-repeat;
    width:800px;
    height: 522px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 920px;
    height: 550px;
	margin: 12 auto;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-21px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: "Shin Maru Go Regular", sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


