/*====================================================================

	共通部分

====================================================================*/

body{

}


div.contentIn{
	width:960px;
	margin:0px auto;
	overflow:hidden;
	color:#333;
	padding:45px 0;

}



/*====================================================================

	ナビゲーション

====================================================================*/

.nav {
	position: relative;
	height:120px;
	
}
.nav-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:120px;
	background:url(img/navBack.jpg) 0px 0px repeat-x;
	box-shadow:3px 3px 3px 3px rgba(0,0,0,0.3);
	z-index: 12;
	
}
.nav.fixed .nav-inner {
	position: fixed;
	z-index: 11;
}

.nav-main {
	padding: 53px 0px 20px;

}
.nav-main-inner {
	position: relative;
	margin: 0 auto;
	width:960px;
	text-align:center;
}
.nav-main-inner li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	

}

.nav-main-inner li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
	text-align:center;
	}

.nav-main-inner li a:hover{

}

.nav-main-inner li span{
	background:url(img/navIcon.png) 0px 1px no-repeat;
	padding-left:32px;
	margin-right:45px;
	display:block;
}



/*サイトロゴ*/
li.siteLogo{
	margin:0px 45px 0 10px;
}
li.siteLogo a,
li.siteLogo a:hover{
}



/*====================================================================

	メインイメージ

====================================================================*/

.gallary {
	position: relative;
	min-width: 1000px;
	height:800px;
}

.gallary-inner {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	min-width: 1600px;
	height: 100%;
}
.gallary-item {
	position: absolute;
	left: -50%;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/*====================================================================

	奥むらについて

====================================================================*/
#about{
	overflow:hidden;
	background:url(img/aboutBack.png) right 0px no-repeat;

}

.aboutLeft{
	float:left;
	margin-top:25px;
}

.aboutRight{
	width:500px;
	float:right;
	margin-top:0px;
}

.aboutRight h2{
	padding-top:10px;
}

.aboutRight h3{
	font-weight:bold;
	font-size:16px;
	margin:10px 0 0px;
}

.aboutRight p{
	margin-top:15px;
	
}

/*====================================================================

	お食事

====================================================================*/


#food{
	padding-bottom:0px;
}

/*タイトル部分*/

.foodTitle{
	overflow:hidden;
	background:url(img/foodTitleBack.jpg) 720px 0px no-repeat;
	height:160px;
	margin-bottom:20px;
}

.foodTitle h3{
	float:left;
	margin:15px 70px 0px 30px;
}

.foodTitle h4{
	margin-top:30px;
}

ul.foodImage{
	overflow:hidden;
}

ul.foodImage li{
	float:left;
}


/*メニュー部分*/

.foodMenu{
	overflow:hidden;
}

dl.foodMenuBox{
	width:460px;
	float:left;
}

dl.foodMenuBox dt{
	margin:30px 0 20px;
}

dd.foodMenuList{
	overflow:hidden;
}

dd.foodMenuList ul{
	float:left;
	
}

dd.foodMenuList ul li{
	line-height:2.5;
	font-weight:bold;
	}

.foodMenuName{
	margin-right:40px;
}

.foodMenuPrice{
	text-align:right;
	
}

/*料理写真*/

ul.menuImages{
	overflow:hidden;
	margin:40px 0 20px;
}

ul.menuImages li{
	float:left;
	margin-top:15px;
}


.foodTxt{
	text-align:center;
	padding:20px 0px;
	font-weight:bold;
	font-size:15px;
	line-height:1.8;
	border-top:#b5aaa2 1px solid;
	border-bottom:#b5aaa2 1px solid;
	margin-bottom:20px;
	margin-top:40px;
	color:#534741;
}

/*====================================================================

	お飲み物

====================================================================*/

#drink{
	
}

/*タイトル部分*/

.drinkTitle{
	overflow:hidden;
	background:url(img/drinkTitleBack.jpg) 780px 10px no-repeat;
	margin-bottom:20px;
}

.drinkTitle h4{
	float:left;
	margin:0px 150px 0px 30px;
}

.drinkTitle h3{	
	margin-top:0px;
}


/*飲み物画像フェード*/

.drinkImage{
	margin:0 0;
	float:left;
}
.drinkImage img {
	position:absolute;
	margin:0 0;
}



/*メニュー部分*/

.drinkMenu{
	overflow:hidden;
	margin-top:50px;	
}

/*商品名と価格囲み*/
.drinkMenuAll{
	float:right;
	margin-right:60px;
}



dl.drinkMenuBox{

}

dl.drinkMenuBox dt{
	margin:0px 0 15px;
}

dd.drinkMenuList{
	overflow:hidden;
}

dd.drinkMenuList ul{
	float:left;
	
}

dd.drinkMenuList ul li{
	line-height:2;
	font-weight:bold;
	}

.drinkMenuName{
	margin-right:10px;
	width:250px;
}

.drinkMenuPrice{
	text-align:right;
	
}
/*====================================================================

	ところ

====================================================================*/

#access{
	padding-top:20px;
}

.accessIn{
	overflow:hidden;
	padding-bottom:20px;
}

.accessLeft{
	width:450px;
	float:left;
}

h3.accessTitle{
	background:url(img/accessTitleBack.jpg) right 10px no-repeat;
	height:170px;
	padding-top:45px;
}

.accessRight{
	float:right;
	padding-top:70px;
}

/*住所*/

dl.accessBox{

}
dt.accessTitle{
	position:relative;
	top:-50px;
}
dt.accessTitle small{
	padding-right:15px;
}

dt.accessTitle strong{
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.2em;
	padding-top:1px;
}


table.accessTxt{
	width:430px;
	position:relative;
	top:-25px;
	
}

table.accessTxt th{
	width:60px;
	padding:5px 0;
	border-bottom:#333 1px dotted;
	vertical-align:middle;
	
}

table.accessTxt td{
	padding:5px 5px;
	border-bottom:#333 1px dotted;
	vertical-align:middle;
}

/*====================================================================

	googlemap

====================================================================*/

.access-map {
	margin: 0px 0 0;
	height: 550px;

}


/*====================================================================

	イメージギャラリー

====================================================================*/
#imgGallery{
	text-align:center;
}

ul.imgList{
	overflow:hidden;
	margin-top:40px;
}
ul.imgList li{
	float:left;
	margin:10px 10px;
}

/*====================================================================

	フッター

====================================================================*/

/*背景*/
#footer{
	width:100%
	min-width:1100px;
	position: relative;
	over-flow:hidden;
	background:url(img/footerBack01.png) 0px 0px repeat-x;
	margin-top:30px;
}

#footerCenter{
	position: relative;
	margin: 0 auto;
	width:1000px;
	background:url(img/footerBack02.png) 0px 0px no-repeat;
	z-index:1;
	padding:45px 0 25px;
}

#footerIn{
	width:940px;
	margin:0px auto;
	color:#fff;
	overflow:hidden;
	padding-right:20px;

}

#footer h1{
	margin-left:20px;
}

.footerLeft{
	float:left;
}

address{
	font-size:12px;
	border-top:#aaa 1px solid;
	border-bottom:#aaa 1px solid;
	padding:10px 10px;
	margin:15px 0 10px;
}

.copyright{
	font-size:12px;
	padding-left:10px;
}


.footerRight{
	float:right;
	overflow:hidden;
	margin-top:20px;
}


.footerRight dl{
	float:left;
	margin-left:20px;
}

.footerRight dt{

}

.footerRight dd{
	font-size:10px;
	text-align:center;
	margin-top:5px;
}


.companyLink{
	clear:both;
	margin-top:160px;
	text-align:right;
}

.companyLink a{
	color:#fff;
}

.companyLink a:hover{
	color:#948f7f;
	text-decoration:underline;
}
