﻿@charset "UTF-8";
@import url(reset.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	全体に関する設定
 * ---------------------------------------------------------------- */
html, body {
	height: 100%;
	margin:0;
	background-color: #000000;
	position:relative;
}

.clr {
clear:both;
}

/* ---------------------------------------------------------------- *
	ブラウザサイズ分岐
 * ---------------------------------------------------------------- */
#count {
font-size:10px;
color:#CCCCCC;
padding-left:20px;
display:none;
}

.initial #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.pda_ver #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.pda_hor #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_ultralow #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_low #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_med_short #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_med #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_high_short #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_high #container {
width:100%;
position:absolute;
left:0;
top:60px;
}

.screen_wide #container {
width:1300px;
position:absolute;
left:0;
top:60px;
}


.initial #container #wrapper {
width:940px;
margin:0 auto;
}

.pda_ver #container #wrapper {
width:760px;
margin:0 auto;
}

.pda_hor #container #wrapper {
width:760px;
margin:0 auto;
}

.screen_ultralow #container #wrapper {
width:760px;
margin:0 auto;
}

.screen_low #container #wrapper {
width:760px;
margin:0 auto;
}

.screen_med_short #container #wrapper {
width:940px;
margin:0 auto;
}

.screen_med #container #wrapper {
width:940px;
margin:0 auto;
}

.screen_high_short #container #wrapper {
width:1100px;
margin:0 auto;
}

.screen_high #container #wrapper {
width:1100px;
margin:0 auto;
}

.screen_wide #container #wrapper {
width:1100px;
margin:0 auto;
}


.initial #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.pda_ver #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.pda_hor #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.screen_ultralow #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.screen_low #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.screen_med_short #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:200px;
padding:20px 20px 30px 20px;
}

.screen_med #container #wrapper #contents {
width:600px;
margin:0 0 0 300px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:370px;
padding:20px 20px 30px 20px;
}

.screen_high_short #container #wrapper #contents {
width:710px;
margin:0 0 0 350px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:560px;
padding:20px 20px 30px 20px;
}

.screen_high #container #wrapper #contents {
width:710px;
margin:0 0 0 350px;
background-image: url(../images/contents_bg.png);
background-color: transparent;
height:660px;
padding:20px 20px 30px 20px;
}

.screen_wide #container #wrapper #contents {
width:710px;
margin:0 0 0 350px;
background-color:#000000;
background-image: url(../images/contents_bg.png);
height:780px;
padding:20px 20px 30px 20px;
}

/*IE7フィルターバグ回避+IE6透過画像使用回避*/
/** html .screen_med_short #container #wrapper #contents {
filter: alpha(opacity=75);
background-color:#000000;
background-image: none;
}*/
* html .initial #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .pda_ver #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .pda_hor #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_ultralow #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_low #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_med_short #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_med #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_high_short #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_high #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
* html .screen_wide #container #wrapper #contents {
behavior: expression(IEPNGFIX.fix(this));
}
/* ---------------------------------------------------------------- *
	基本要素の設定
 * ---------------------------------------------------------------- */
#contents p {
margin-bottom:15px;
}

/* ---------------------------------------------------------------- *
	ニュース
 * ---------------------------------------------------------------- */
#news h2 {
	font-size:100%;
	margin-bottom:10px;
	border-top: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	padding:5px 0 3px 15px;
}
#news h2 span {
	color:#666666;
}
#news p {
	font-size:80%;
	margin-bottom:15px;
	padding:0 15px 15px 15px;
}
#news img {
	float:right;
	margin:0 15px 0 35px;
}
/* ---------------------------------------------------------------- *
	オーナーシェフ紹介
 * ---------------------------------------------------------------- */
.initial #sakai ul {
width:470px;
}
.pda_ver #sakai ul {
width:360px;
}
.pda_hor #sakai ul {
width:360px;
}
.screen_ultralow #sakai ul {
width:360px;
}
.screen_low #sakai ul {
width:360px;
}
.screen_med_short #sakai ul {
width:360px;
}
.screen_med #sakai ul {
width:360px;
}
.screen_high_short #sakai ul {
width:470px;
}
.screen_high #sakai ul {
width:470px;
}
.screen_wide #sakai ul {
width:470px;
}
.initial #sakai ul li span {
width:60px;
display:block;
float:left;
}
.pda_ver #sakai ul li span {
width:360px;
}
.pda_hor #sakai ul li span {
width:360px;
}
.screen_ultralow #sakai ul li span {
width:360px;
}
.screen_low #sakai ul li span {
width:360px;
}
.screen_med_short #sakai ul li span {
width:360px;
}
.screen_med #sakai ul li span {
width:360px;
}
.screen_high_short #sakai ul li span {
width:60px;
display:block;
float:left;
}
.screen_high #sakai ul li span {
width:60px;
display:block;
float:left;
}
.screen_wide #sakai ul li span {
width:60px;
display:block;
float:left;
}
.initial #sakai ul li .sp {
display:block;
}
.pda_ver #sakai ul li .sp {
display:none;
}
.pda_hor #sakai ul li .sp {
display:none;
}
.screen_ultralow #sakai ul li .sp {
display:none;
}
.screen_low #sakai ul li .sp {
display:none;
}
.screen_med_short #sakai ul li .sp {
display:none;
}
.screen_med #sakai ul li .sp {
display:none;
}
.screen_high_short #sakai ul li .sp {
display:block;
}
.screen_high #sakai ul li .sp {
display:block;
}
.screen_wide #sakai ul li .sp {
display:block;
}
#sakai ul li {
font-size:80%;
margin-bottom:5px;
padding-bottom:2px;
}
#sakai ul li span {
width:60px;
display:block;
float:left;
}
#sakai .line {
border-bottom: 1px dotted #333333;
margin-bottom:8px;
}
#sakai .line2 {
border-bottom: 1px dotted #333333;
margin-bottom:12px;
}
#sakai .noline2 {
margin-bottom:12px;
}
* html .iepngfixSakai {
width:470px;
height:340px;
behavior: expression(IEPNGFIX.fix(this));
}
/* ---------------------------------------------------------------- *
	会社概要
 * ---------------------------------------------------------------- */
#company ul li span {
width:100px;
display:block;
float:left;
}
#company ul li {
margin-bottom:7px;
padding-bottom:2px;
border-bottom: 1px dotted #333333;
}
#company ul li p {
margin:0 0 0 100px;
}
.noLine {
border-bottom: 0px dotted #333333;
}
/* ---------------------------------------------------------------- *
	お問い合わせ
 * ---------------------------------------------------------------- */
#contact ul li .ck {
width:130px;
display:block;
float:left;
}
#contact ul li {
margin-bottom:7px;
padding-bottom:2px;
border-bottom: 1px dotted #333333;
}
#contact ul li p {
margin:0 0 0 100px;
}
/* ---------------------------------------------------------------- *
	プライバシーポリシー
 * ---------------------------------------------------------------- */
#privacy h2 {
	font-size:100%;
	margin-bottom:10px;
	border-top: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	padding:5px 0 3px 5px;
}

#privacy ol {
	list-style-position: outside;
	padding-left: 30px;
	list-style-type: decimal;
	margin-bottom:30px;
}
#privacy ol li {
	margin-bottom:10px;
}
#privacy ul {
	list-style-position: outside;
	padding-left: 7px;
	margin-bottom:30px;
}

/* ---------------------------------------------------------------- *
	レイアウト・h要素タイトル画像
 * ---------------------------------------------------------------- */
#leftcontents {
	width: 206px;
	float: left;
	}
	#leftcontents li a {
	display:block;
	}

#centercontents {
	width: 620px;
	float: left;
	}
	.pttDinner {
	text-indent:-9999px;
	background-image:url(../images/ptt02_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttLaunch {
	text-indent:-9999px;
	background-image:url(../images/ptt02_3.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttWine {
	text-indent:-9999px;
	background-image:url(../images/ptt02_4.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttFaciritysub {
	text-indent:-9999px;
	background-image:url(../images/ptt01_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttBridalsub {
	text-indent:-9999px;
	background-image:url(../images/ptt03_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttNewssub {
	text-indent:-9999px;
	background-image:url(../images/ptt04_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttContactsub {
	text-indent:-9999px;
	background-image:url(../images/ptt04_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttStaffsub {
	text-indent:-9999px;
	background-image:url(../images/ptt06_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttAccesssub {
	text-indent:-9999px;
	background-image:url(../images/ptt07_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttAboutsub {
	text-indent:-9999px;
	background-image:url(../images/ptt08_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttSitemapsub {
	text-indent:-9999px;
	background-image:url(../images/ptt09_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.pttPrivacysub {
	text-indent:-9999px;
	background-image:url(../images/ptt09_2.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}

#rightcontents {
	width: 164px;
	float: left;
	margin-left:36px;
	}
	.pttPhoto {
	text-indent:-9999px;
	background-image:url(../images/ptt_03.gif);
	width:164px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}
	.screen_med #rightcontents {
	width: 620px;
	float: left;
	margin-left:206px;
	_margin-left:103px;
	}
	.screen_med .pttPhoto {
	text-indent:-9999px;
	background-image:url(../images/ptt_03.gif);
	width:620px;
	height:36px;
	border-bottom:1px solid #EBEBEB;
	background-repeat: no-repeat;
	}

/* ---------------------------------------------------------------- *
	メインコンテンツ
 * ---------------------------------------------------------------- */


#centercontents dl {
margin:15px 0 10px 0;
}
#centercontents dd {
font-size: 10px;
color:#999999;
border-bottom:1px solid #EBEBEB;
padding:2px 0 4px 0;
float:left;
width:570px;
display:block;
margin-bottom:13px;
}
#centercontents .lineless {
font-size: 10px;
color:#999999;
border-bottom:0px solid #EBEBEB;
padding:2px 0 0px 0;
float:left;
width:570px;
display:block;
margin-bottom:0px;
}

#centercontents .or {
	width:620px;
	display:block;
	border-bottom:0px solid #EBEBEB;
	color: #CC9900;
	margin-bottom:13px;
	padding:0px;
}

#centercontents .photo {
font-size: 10px;
float:left;
width:50px;
display:block;
}

.price {
	font-size: 160%;
	text-decoration: underline;
	margin-bottom:40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:right;
}

/* ---------------------------------------------------------------- *
	ハック
 * ---------------------------------------------------------------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #leftside {
  margin-top: 0;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

/* ---------------------------------------------------------------- *
	入力チェック
* ---------------------------------------------------------------- */
 
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: inline;/*(06)*/
	color: #990000;
	padding: 0 3px 0 3px;
	width:400px;
}
#sprytextfield3 {
width:550px;
}

.textfieldValidState input, input.textfieldValidState {

}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {

}


.textfieldFocusState input, input.textfieldFocusState {

}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
	border: 1px solid #999999;
}

.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

.radioRequiredMsg, .radioInvalidMsg{
	display: none;
}

.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	display: inline;
	color: #990000;
}


/* ---------------------------------------------------------------- *
	英語版
* ---------------------------------------------------------------- */

.e-sakai li {
border-bottom: 1px dotted #333333;
position:relative;
padding-left:60px;
}
.e-sakai li span {
width:60px;
position:absolute;
left:0;
_margin-left:-60px;
}
