﻿@CHARSET "utf-8";

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 12px;
}

#wrapper{
	background: url("./../images/bg_black.gif") repeat;
}

#contaner{
	width:1000px;
	background: url("./../images/bg_washi.gif") repeat ;
	display: block;
	margin:  0 auto;
}
#main{
	background: url("./../images/img_shiki.jpg") no-repeat 0 0;
	height: 505px;
	display: block;
	margin:  0 auto;

}


#subMain{
	width: 482px;
	margin: 0 auto;
	padding-top: 50px;
}



#mainWrapper{
	width: 800px;
	margin: 0 auto;
}

#menuNavi{
	width: 150px;
	height:275px;
	float: left;
	margin-right: 40px;
	margin-top: 50px;

}




#mainContents{
	width: 600px;
	float: left;

}








#footer{
	width: 1000px;
	height: 100px;
	background: url("./../images/bg_footer.gif");
	margin: 0 auto;
}






#footerInner{
	padding-top: 70px;
	text-align: center;
	color: white;
}




/* あいさつ */
#aisatu{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 600px;
	background-image: url("./../images/bg_aisatu.gif");
	position: relative;

}

#aisatuText{
    color: white;
    font-family:'HG行書体',monospace;
	font-size: 1.5em;
	padding: 30px 10px ;
	width: 350px;
}

#aisatuImage{
	position: absolute;
	bottom: 0px;
	right: 55px;

}

#aisatuImage img{
	vertical-align: bottom;
}


#aisatuUtuwa{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 600px;
	background-image: url("./../images/bg_aisatu.gif");
	position: relative;

}

#utuwaImage{

	position: absolute;
	top: 0px;
	left: 55px;

}
#aisatuTextUtuwa{
    color: white;
    font-family:'HG行書体',monospace;
	font-size: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 250px;
width: 350px;

}

/* 献立のページ */
.menu{
	margin-bottom: 15px;
}

#kisetu{
	width: 600px;
	margin-top:50px;
	margin-bottom:-5px;
}
#nihonshu{
	width: 600px;
	margin-top:50px;
	margin-bottom:-5px;
}
#osake{
	margin-bottom:100px;
}
#hako{
	margin-bottom: -55px;
	margin-top: 50px;
}

#hiru{
	margin-top: 50px;
}

#omakase{
	margin-top:100px;
	margin-bottom:50px;
}

#mochikaeri{
	margin-top:100px;
	margin-bottom:50px;
}



/* 店舗案内のページ */

#Box{
	background-image: url("./../images/bg_aisatu.gif");
	margin-top: 30px;
	width: 600px;
	height: 1200px;
	margin-bottom: 50px;

}

div#mapBox{
	margin-top: 30px;
	width: 600px;
	height: 400px;

}
#map{
	width: 400px;
	float: right;
	margin-top: 50px;


}
/* 店舗住所 */
div#address{
    width: 190px;
    float: right;
    font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
    font-size: 1.1em;
    margin: 150px 5px 0 0;
	color: white;

}
div#address div{
	color : #FFF;

}


div#address p{
	color : #FFF;
	line-height: 1.1em;
}


.shopTel a {
    color:#CEE36F;
    text-decoration:none;
    }






p.textRight{
	text-align: right;
	margin-top: 30px;
}


#annai{
	font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
	font-size:1.4em;
	width:  600px;
	color: white;
	height: 400px;
	margin-bottom: 50px;
}


.annai{
	margin-left: 250px;
    margin-top: 10px;
    float: left;
}

#timeBox{
	color: white;
	width: 700px;
	margin-bottom: 50px;

}

#gaikan{
	width: 200px;
	float: left;
	margin-left:20px;
	margin-right:15px;

}
#time{
	float:left;
	width: 250px;
	text-align: center;

}
#time2{
	float:left;
	width: 350px;
	margin-top: 15px;

}


#time2 p{
	margin-bottom: 30px;

}

#chuui{
	width: 600px;
	text-align: center;
	margin-bottom: 50px;

}



/* ブログ準備 */
#jyunbiBox{
	width: 600px;
	height: auto;
	padding-bottom: 100px;
	margin-left: -50px;
}


#jyunbi{
	color: black;
	font-size: 17px;
	padding-top: 150px;
	font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
	text-align: center;
	line-height: 40px;
	padding-bottom: 15px;


}


#tenshuyori{
    font-family:'HG行書体',monospace;
	text-align: right;
	font-size: 1.5em;
	margin-top:100px;
	padding-right: 10px;
}


.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 */
