﻿@charset "utf-8";

/*cafetop,cafe special menu,cafe normal menu,cafe coupon page's css*/

body{
	background: #848484 url(img/cafe_bg.gif) repeat;
	color: #000;
	line-height: 1.6em;
}

div#wrapper{
	padding: 0;
	width: 738px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	color: #000;
	border: 1px solid #000;
}
h1#header{
	padding-top:1px;
	margin: 0;
	background-image: url(img/toptitle.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 738px;
	height: 207px;
}

h1#header a{
	display:block;
	width:164px;
	height:161px;
	margin:18px auto auto 18px;
}


div#contener{
	width: 738px;
	background-image:url(img/contents_border.gif);
	background-color:#fff;
	background-repeat:repeat-y;
	clear:both;
}


div#footer{
	font-size:0.8em;
	padding:10px;
	background-position: left top;
	background-image: url(img/border_btm.gif);
	background-repeat: repeat-x;
	clear: both;
}


/*cafe*/

h2#tenpotitle{
	background-image:url(img/t_shopdeta.gif);
	/*background-position:left top;
	background-repeat:no-repeat;
	/*margin:14px auto 8px auto !important;*/
	/*width:190px;
	height:23px;*/
}


h2#sonotatitle{
	background-image:url(img/t_etc.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:17px auto 8px auto;
	width:190px;
	height:23px;
}

h2#shoptitle{
	background-image:url(img/t_shop.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:17px auto 8px auto;
	width:190px;
	height:23px;
}


p.banner{
	margin:5px auto;
	width:172px;
	height:42px;
}

/*contents*/


/*navigation*/

ul#navi {
	width:508px;
	height:36px;  
	margin: 14px auto; 
	padding :0;
}

ul#navi li{
	display:block;
	float:left;
	width: 127px;
	height: 36px;
	 position:relative;
	 /*HideMacIE¥*/
   	overflow:hidden;
   	/**/
   	
}

ul#navi a{
	display:block;
	float:left;
	width: 127px;
	height: 36px;
	 position:relative;  	
}

ul#navi a:hover {
	cursor:pointer;
}

li#nfood span{
	display:block;
	width:100%;
	height:100%;
	background:url(img/nav_1.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

li#ncourse span{
	display:block;
	width:100%;
	height:100%;
	background:url(img/nav_3.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

li#nlunch span{
	display:block;
	width:100%;
	height:100%;
	background:url(img/nav_2.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

li#ncoupon span{
	display:block;
	width:100%;
	height:100%;
	background:url(img/nav_4.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}


h2#menutitle{
	clear: both;
	background-image: url(img/t_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 510px;
	height: 24px;
	margin: 0 auto;
}

h2#lunch{
	clear:both;
	background-image:url(img/t_lunch.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height: 26px;
	width:510px;
	margin:0 auto;
}

h2#coursetitle{
	clear: both;
	background-image: url(img/t_course.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 510px;
	height: 24px;
	margin: 0 auto;
}

h2#coupontitle{
	clear:both;
	background-image: url(img/t_coupon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 510px;
	height: 25px;
	margin:0 auto;
}

/*menu*/
h4.days{
	font-weight: bold;
	border-left: 1em solid #c00;
	border-right: 1em solid #c00;
	background-image:none !important;
	padding:0 5px;
	text-align:center !important;
	font-size: 9px;
}
h5.time {
}
h5.red {
	color: #c00;
	text-align: center;
}


div.menu td{
	border-bottom: 1px #ccc dotted;
}

img.menu{
	width:130px;
	height:95px;
	padding:5px;
	margin:15px;
	background-color:#ccc;
	float:left;
}

span.spmenu{
	font-weight: normal;
	font-size: 30px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height:100%;
}

/*coupon*/
div#coupon img{
	margin:20px auto;
	border:2px #c00 dashed;
}

/*course*/

div.course {
	text-align: left;
	float: left;
	margin-left: 10px;
}

#description {
	float: right;
	font-size: 16px;
	text-align: left;
	margin: 1px;
	font-weight: bold;
	width: 240px;
}
#description img {
	margin: 5px;
}
#description2 {
	float: right;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	width: 260px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
