@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	min-width: 970px;
}
body {
	background: #f3efe7 url(../images/page_bg.gif) top;
	font-size: 75%;
	line-height: 1.6;
	color: #777777;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	line-height: 1.6;
}
a {
	color: #40bff3;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
iframe {
	max-width: 100%;
	vertical-align: top;
}


/* コンテナ
============================================================================================================ */
#pageContainer {
	width: 970px;
	margin: 0 auto;
	padding: 30px 0;
}
#pageContainer:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}


/* シャドウボックス
============================================================================================================ */
.s-box {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}

/* サイドエリア
============================================================================================================ */
#sideArea {
	float: left;
	width: 200px;
}


/* ナビ
-------------------------------------------------------------------------- */
#naviArea {
	padding: 7px;
	background-color: #4ad1c9;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), inset 0 0 10px rgba(255, 255, 255, 0.7);
}
#naviArea ul {
	padding-top: 15px;
}
#naviArea li {
	margin-bottom: 5px;
	font-size: 92%;
}
#naviArea li a {
	display: block;
	padding: 4px 0 4px 28px;
	background: url(../images/navi/navi_bg.gif) no-repeat;
	color: #ffffff;
}
#naviArea li strong a {
	font-weight: normal;
	color: #b0fffa;
}
#naviArea li a:link, #naviArea li a:visited,
#naviArea li strong a:hover, #naviArea li strong a:active {
	text-decoration: none;
}
#naviArea li a:hover, #naviArea li a:active {
	text-decoration: underline;
}


/* オンラインショップ
-------------------------------------------------------------------------- */
#sideBnr {
	position: relative;
}
#sideBnr .ring {
	position: absolute;
	top: -11px;
}


/* アクセス
-------------------------------------------------------------------------- */
#sideAccess {
	padding: 8px 4px;
	font-size: 92%;
	background-color: #f9f9f9;
}
#sideAccess .title {
	position: relative;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 20px;
	font-size: 13px;
}
#sideAccess .title:before {
	content: "";
	position: absolute;
	width: 14px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	border-top: 3px solid #4ad1c9;
}
#sideAccess .title ~ .title {
	margin-top: 10px;
}
#sideAccess .open {
	margin-bottom: 2px;
	padding: 1px;
	background-color: #fd6277;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#sideAccess dd {
	padding: 0 5px;
}
#sideAccess .tel {
	padding: 10px 5px 0;
}
#sideAccess .map {
	margin-bottom: 5px;
	padding: 2px;
	background-color: #ffffff;
	border: 2px solid #c4edeb;
}
#sideAccess .map iframe {
	width: 100%;
	height: 160px;
}
#sideAccess #map_canvas {
	width: 176px;
	height: 118px;
}
#sideAccess #map_canvas2 {
	width: 176px;
	height: 118px;
}



/* 写真
-------------------------------------------------------------------------- */
#sidePh {
	position: relative;
	height: 240px;
}
#sidePh li {
	position: absolute;
	top: 0;
	left: 0;
}


/* コンテンツ
============================================================================================================ */
#contentsArea {
	float: right;
	width: 750px;
}




/* フッター
============================================================================================================ */
#footer {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footer a {
	color: #ffffff;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}


/* pagetop
-------------------------------------------------------------------------- */
#pagetop {
	float: right;
	background: #bcb7ac url(../images/foot/bg_right01.gif) no-repeat right;
}
#pagetop p {
	height: 22px;
	padding: 3px 15px 0 30px;
	background: url(../images/foot/bg_arrow01.gif) no-repeat left;
}
* html #pagetop p {
	width: 5em;
	white-space: nowrap;
}

/* navi
-------------------------------------------------------------------------- */
#footer ul {
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	background: #cecbc4 url(../images/foot/bg_right02.gif) no-repeat right;
}
#footer ul li {
	float: left;
	height: 22px;
	padding: 3px 6px 0 24px;
	background: url(../images/foot/bg_arrow02.gif) no-repeat left;
}
#footer ul li.top {
	padding: 3px 10px 0 30px;
	background: #bcb7ac url(../images/foot/bg_arrow01.gif) no-repeat left;
}


/* copyright
-------------------------------------------------------------------------- */
#copyright {
	clear: both;
	text-align: center;
	color: #8d887c;
	font-size: 92%;
}

