@import "header.css";
@import "footer.css";


* {margin:0;padding:0;}  
 
img {border:0;}

h1,h2,h3,h4.h5,h6,p,ul,li,dl,dt,dd{font-family:"ＭＳ Ｐゴシック", "Osaka";}

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:100%;
	background:url(../image/body-back.jpg);
	color:#FFFFFF;
}

*html body #top-contents{
	width:100%;
	height:695px;
	margin-right:auto;
	margin-left: auto;
	background:url(../image/top-contents-back.jpg) left bottom repeat-x;
}

#top-contents{
	width:100%;
	height:700px;
	margin-right:auto;
	margin-left: auto;
	background:url(../image/top-contents-back.jpg) left bottom repeat-x;
}

*:first-child+html #top-contents{
	width:100%;
	height:695px;
	margin-right:auto;
	margin-left: auto;
	background:url(../image/top-contents-back.jpg) left bottom repeat-x;
}


#sub-contents{
	width:100%;
	height:auto;
	margin-right:auto;
	margin-left: auto;
	background:url(../image/sub-contents-back.jpg) left top repeat-x;
}

#wrapper{
	margin:0 auto;
	width:750px;
	background-color:#000000;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPイメージエリア
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.image-area{
	margin:0;
	padding:0;
	width:375px;
	float:left;
}

.image-area h1{
	margin:0;
	padding:0;
	text-align:left;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPナビゲーションエリア
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.navi-area{
	margin:0;
	padding:0;
	width:330px;
	float:right;
	
}

/*------------------------------------------------------------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------------------------------------------------------------*/
.navigation{
	width:330px;
	text-align:left;
}

.navigation ul{
	margin:0;
	padding-top:40px;
	list-style-type:none;
}

.navigation li{
	margin:0;
	margin-bottom:15px;
	list-style-type:none;
}

.navigation li span{display:none;}

/*料理のご紹介*/
.navigation li#t-dish-navi a{
	display:block;
	width:280px;
	height:38px;
	background:url(../image/top-navi-back.jpg);
	background-position:0 0;
}
.navigation li#t-dish-navi a:hover{background-position:-280px 0;}

/*飲み物ご紹介*/
.navigation li#t-drink-navi a{
	display:block;
	width:280px;
	height:38px;
	background:url(../image/top-navi-back.jpg);
	background-position:0 -38px;
}
.navigation li#t-drink-navi a:hover{background-position:-280px -38px;}

/*宴会コースご紹介*/
.navigation li#t-course-navi a{
	display:block;
	width:280px;
	height:38px;
	background:url(../image/top-navi-back.jpg);
	background-position:0 -76px;
}
.navigation li#t-course-navi a:hover{background-position:-280px -76px;}

/*店舗紹介*/
.navigation li#t-shop-navi a{
	display:block;
	width:280px;
	height:38px;
	background:url(../image/top-navi-back.jpg);
	background-position:0 -114px;
}
.navigation li#t-shop-navi a:hover{background-position:-280px -114px;}


/*------------------------------------------------------------------------------------------------------------------
季節のおすすめ
--------------------------------------------------------------------------------------------------------------------*/
.season{
	width:330px;
	text-align:left;
}

.season h2{
	margin:0;
	margin-bottom:15px;
}

/*
.season p img{
	border:5px solid #E1E1E1;
}
*/

.season p{
	margin:0 10px 10px 0;
	font-size:80%;
	line-height:1.2;
	color:#FFFFFF;
}

.season p.stc{
	margin:0 10px 10px 0;
	font-size:80%;
	line-height:1.2;
	color:#FFFFFF;
	text-align:center;
}

/* ////////////////////////////////////////
クラス設定
//////////////////////////////////////// */
.c12{clear:both;height:12px;font-size:0;line-height:0;}
.c30{clear:both;height:30px;font-size:0;line-height:0;}

.green {font-weight:bold;color:#336600;}
.black {font-weight:bold;color:#000;}
.red-center {color:#FF0000;font-weight:bold;text-align:center;	}
.red {color:#FF0000;font-weight:bold;}
.red-right {color:#FF0000;font-weight:bold;}
.green-normal {color:#336600;}
.brown {color:#996600;}
.blue {color:#6699FF;}
.gray {color:#333333;}
.text-right {text-align:right;}
.left10 {float:left;margin-right:1em;margin-bottom:2em;}
.right10 {float:right;margin-left:1em;margin-bottom:2em;}