/*shokika------------------------*/
body,form,fieldset {
margin: 0;
padding: 0; 
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,dl.dt.dd {
margin: 0;
padding: 0; 
}
img {
border: 0;
margin: 0;
padding: 0;
}

/*link--------------------------------*/
a {
	text-decoration: none;
}

/* body,フォント---------------------- */
body {
	background: url(../img/bodybg.gif) repeat-x 0 0;
	background-color: #362315;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #866d65;
	font-size: 12px;
}
/* ie only */
* html body {
	font-size: small;
}
/* safari only */
html:\66irst-child body {
	font-size: 12px;
}

/* clear---------------------- */
.clear { 
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* #header---------------------- */
#header {
	background: url(../img/header_bg.gif) no-repeat 0 0;
	width: 900px;
	height: 42px;
	padding: 9px;
	margin: 10px auto 0 auto;
}
#header_navi {
	padding: 17px 15px 0 15px;
	width: 870px;
	height: 25px;
}
#header_navi ul {
	list-style: none;
	text-align: right;
}
#header_navi ul li {
	display: inline;
}
#header_navi ul li a {
	background: url(../img/arrow.gif) no-repeat 0 50%;
	padding-left: 8px;
	margin-left: 10px;
	color: #866d65;
}
#header_navi ul li a:hover {
	color: #614f49;
}

/* #container---------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	background: url(../img/wh_bg.png) repeat-y;
	padding: 7px 9px 8px 9px;
}
/*IE6 hack*/
* html #container {
behavior: expression(IEPNGFIX.fix(this));
}
#container2 {
	width: 900px;
	margin: 0 auto;
	background: url(../img/br_bg.gif) repeat-y;
	padding: 5px 9px 10px 9px;
	line-height: 140%;
}
div.top_left {
	float: left;
	padding-left: 20px;
	width: 620px;
}
div.top_right {
	float: right;
	width: 202px;
	padding-right: 20px;
}
div.qr {
	width: 190px;
	padding: 3px 5px;
	background: #fff;
	font-size: 80%;
	border: 1px solid #866d65;
}
div.qr img {
	float: left;
}

/* #swf_img---------------------- */
#swf_img {
	background: url(../img/flash.jpg) no-repeat;
	width: 880px;
	height: 400px;
	border: 1px solid #362315;
	margin: 0 auto;
}
h1,h2 {
	text-indent: -9999px;
}

/*#navi---------------------------*/
#navi {
	padding: 5px 0 5px 35px;
	width: 865px;
	border-bottom: 1px solid #866d65;
	margin-bottom: 20px;
}
#navi ul {
	list-style: none;
}
#navi ul li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li#con1 a {
	background: url(../img/topnavi_01.gif) no-repeat 0 0;
	display: block;
	width: 109px;
	height: 50px;
}
#navi ul li#con1 a:hover {
	background: url(../img/topnavi_01.gif) no-repeat 0 -50px;
}
#navi ul li#con2 a {
	background: url(../img/topnavi_02.gif) no-repeat 0 0;
	display: block;
	width: 124px;
	height: 50px;
}
#navi ul li#con2 a:hover {
	background: url(../img/topnavi_02.gif) no-repeat 0 -50px;
}
#navi ul li#con3 a {
	background: url(../img/topnavi_03.gif) no-repeat 0 0;
	display: block;
	width: 105px;
	height: 50px;
}
#navi ul li#con3 a:hover {
	background: url(../img/topnavi_03.gif) no-repeat 0 -50px;
}
#navi ul li#con4 a {
	background: url(../img/topnavi_04.gif) no-repeat 0 0;
	display: block;
	width: 92px;
	height: 50px;
}
#navi ul li#con4 a:hover {
	background: url(../img/topnavi_04.gif) no-repeat 0 -50px;
}
#navi ul li#con5 a {
	background: url(../img/topnavi_05.gif) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 50px;
}
#navi ul li#con5 a:hover {
	background: url(../img/topnavi_05.gif) no-repeat 0 -50px;
}

/*#footer-------------------------*/
#footer {
	background: url(../img/footer_bg.gif) no-repeat 0 0;
	width: 870px;
	height: 66px;
	font-size: 80%;
	padding: 10px 24px 9px 24px;
	margin: 0 auto;
	line-height: 120%;
}
#footer div.left {
	float: left;
	width: 420px;
	padding-top: 1.5em;
}
#footer div.right {
	float: right;
	text-align: right;
	width: 420px;
	padding-top: 3.5em;
}
#footer div.right a {
	color: #ccc;
}

/*jquery-facebox-css----------------*/
#facebox .b {
  background:url(../img/fb_b.png);
}
#facebox .tl {
  background:url(../img/fb_tl.png);
}
#facebox .tr {
  background:url(../img/fb_tr.png);
}
#facebox .bl {
  background:url(../img/fb_bl.png);
}
#facebox .br {
  background:url(../img/fb_br.png);
}
/*IE6 hack*/
* html #facebox .b,#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br {
behavior: expression(IEPNGFIX.fix(this));
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background: none;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*calendar page*/
#calendar {
	width: 700px;
}
#calendar table{
	border-collapse: collapse;
	border: 1px solid #dec8b9;
	border-spacing: 0;
	empty-cells: show;
	margin: 20px 22px;
	color: #866d65;
	float: left;
}
#calendar table td{
	padding: 5px 8px;
	border: 1px solid #dec8b9;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
}
#calendar table th, #calendar table td.close {
	border: 1px solid #dec8b9;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
	background-color: #c9aea6;
	font-weight: bold;
}
#calendar table td p{
	margin: 0;
}

/*campaign page---------------*/
div#campaign {
	text-align: center;
	margin: 0 auto 10px auto;
	font-size: 100%;
	line-height: 200%;
}
div#campaign span {
	font-weight: bold;
	font-size: 120%;
	color: #a04c13;
}
div#campaign em {
	background-color: #362315;
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 10px;
}

/*campaign0905 page---------------*/
div.diet {
	margin: 10px auto 0 auto;
	width: 500px;
	border: #bd7032 solid 1px;
	padding: 10px;
}
div.diet p {
	margin-bottom: 1em;
}
div#campaign0905 {
	margin: 10px auto;
	width: 600px;
	padding: 10px 10px 20px 10px;
	font-size: 100%;
	background-color: #fff;
	border: 2px solid #866d65;
	line-height: 180%;
}
span.campaign0907 {
	background: url(../img/h3.gif) no-repeat 0 0;
	display: block;
	width: 300px;
	padding: 10px 0 1px 0;
	border-bottom: 1px solid #bd7032;
	color: #bd7032;
	margin: 5px auto;
	font-size: 120%;
}
span.campaign0905 {
	background: url(../img/h3.gif) no-repeat 0 0;
	display: block;
	width: 450px;
	padding: 10px 0 1px 0;
	border-bottom: 1px solid #bd7032;
	color: #bd7032;
	margin: 5px auto;
	font-size: 120%;
}
dl.campaign0905 {
	width: 450px;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
}
dl.campaign0905 dt {
	float: left;
	width: 15em;
}
dl.campaign0905 dd {
	margin-left: 15em;
}
dl.campaign0905 dd p {
	padding-right: 2em;
}
span.cam_price {
	font-weight: bold;
	font-size: 120%;
	color: #a04c13;
}
div#campaign0905 em {
	background-color: #362315;
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 10px;
	text-align: center;
}
div.close {
	text-align: center;
	padding: 20px;
}
div.close a {
	color: #fff;
	background-color: #866d65;
	padding: 5px 10px;
	border: solid 1px #c3ada6
}
div.close a:hover {
	color: #fff;
	background-color: #c3ada6;
	padding: 5px 10px;
}

/*image----------------------*/
img.left_img {
	float: left;
	padding-right: 10px;
}
img.right_img {
	float: right;
	padding-left: 10px;
}

/*recruit------------------------------------------------*/
div.recruit {
	width: 400px;
	padding: 20px;
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid #dec8b9;
	color: #60431f;
}
div.recruit em {
	font-size: 130%;
	font-weight: bold;
	color: #3d0a07;
}
div.recruit dl dt {font-weight: bold;}
