﻿@charset "UTF-8";


/* Universal selecta */
*{
margin:0;
padding:0;
}

img {
border: none;
vertical-align: bottom;
}

.floatclear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.floatclear {
display: inline-table;
}
/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
*+html .floatclear {min-height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */

body {
	background: #fcf5ea;
}
#wrapper {
	width: 900px;
	background: url(../img/bg_shadow.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 14px;
	font-family: "ＭＳ 明朝",serif;
}
h1 {
	font-size: 0.8em;
	font-weight: normal;
}
h2 {
	height: 32px;
	margin-bottom: 25px;
	background: url(../img/titlebar.jpg) no-repeat;
	color: #00a287;
	font-size: 1.2em;
	padding-left: 20px;
	line-height: 32px;
}
#header {
	background: url(../img/header_bg.jpg) no-repeat;
	color: #fff;
	padding: 5px 15px;
}
.header_left {
	width: 350px;
	float: left;
}
.header_right {
	width: 345px;
	float: right;
}
address {
	font-size: 0.7em;
	font-style: normal;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #FFEDBF;
}
.openhour {
	font-size: 0.7em;
	font-style: normal;
	font-family: "ＭＳ ゴシック",sans-serif; 
}
.tel {
	margin-top: 15px;
}
.header_menu {
	list-style: none;
	margin-top: 10px;
	padding-left: 30px;
}
.header_menu li a{
	color: #fff;
	text-decoration: none;
	background: url(../img/top_arrow.jpg) no-repeat;
	padding-left: 20px;
	line-height: 18px;
	height: 18px;
	font-size: 1em;
	display: block;
}
.header_menu a:hover{
	background: url(../img/top_arrow_h.jpg) no-repeat !important;
	text-decoration: none;
	color:#015b5d;
}
.header_menu li{
	float: left;
}
.header_menu li:first-child {
	padding-right: 20px;
}

#menu {
	list-style: none;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-top: 2px;
}
#menu li{
	width: 180px;
	float: left;
}

#content {
	width: auto;
	background: url(../img/content_bg.gif) repeat-y;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.sidebar {
	width: 220px;
	float: left;
	padding-top: 10px;
}
.banner {
	margin-bottom: 20px;
}
.innerbox {
	width: 594px;
	float: left;
	margin-left: 40px;
	padding-bottom: 20px;
	color: #231815;
	line-height: 1.5em;
}
.left_p_box {
	width: 308px;
	float: left;
}
.right_img_box {
	width: 280px;
	float: right;
	text-align: left;
}
p.content_p {
	padding: 0 8px;
	text-indent: 1em;
	line-height: 1.6em;
}
p.mgn20 {
	margin-bottom: 20px;	
}

#footer {
	background: url(../img/footer_bg.jpg) no-repeat;
	height: 70px;
	text-align: center;
	color: 	#fff;
}
.footer_menu {
	list-style: none;
	padding-top: 15px;
	padding-left: 25px;
}
.footer_menu li {
	width: 120px;
	border-right: 1px solid #fff;
	float: left;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.6em;
}
.footer_menu li:first-child {
	border-left: 1px solid #fff;	
}
.footer_menu li a { color: #fff;text-decoration: none; }
.footer_menu li a:link { color: #fff;text-decoration: none; }
.footer_menu li a:visited { color: #fff;text-decoration: none; }
.footer_menu li a:active { color: #fff;text-decoration: none; }
.copyright {
	font-size: 0.8em;
	padding-top: 14px;
}


.page_main {
	width: 880px;
	margin: 4px auto 10px;
}
/* about */
.about_img {
	width: 380px;
	margin: 40px auto 0;
}
.pic_wo1 {
	width: 170px;
	float: left;
}
.pic_wo2 {
	width: 170px;
	float: right;
}

/* price */
.td_blue {background-color: #F4F3F6}
.td_pink {background-color: #F4EDEA}
.menu_td {
	background: #fff;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.detail_td {
	vertical-align: top;
	padding: 15px;
	line-height: 1.5em;
}

/* privacy */
p.privacy_p {
	padding: 0 8px;
}
p.privacy_midashi {
	padding: 0 8px;
}
ul.privacy_ul {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* sitemap */
.sitemap_ul {
	list-style: none;
	padding-left: 20px;
}
.sitemap_ul li {
	margin-bottom: 10px;
}
.sitemap_ul li a {color: #231815; text-decoration:none;}
.sitemap_ul li a:visited {color: #231815; text-decoration:none;}
.sitemap_ul li a:active {color: #231815; text-decoration:none;}
.sitemap_ul li a:link {color: #231815; text-decoration:none;}