@charset "utf-8";
/* CSS Document */


/*common---------*/

.fs11{
	font-size: 11px;
}

/*top--*/

.title{
	padding:10px 0 10px 0;
}

.titleinfo{
	padding:20px 0 10px 0;
}

.info{
	padding:20px;
}

.infobold{
	font-weight: bold;
}

.newpost{
	padding:0 0 30px 0;
}

.newpost dt{
    color: #999999;
    margin-top: 0.3em;
}
      
.newpost dd{
    border-bottom: dotted 1px #cccccc;
    padding: 0 0 0.5em 0;
    margin-left: 0em;
    margin-top: 0.3em;
}

.recommend{
	width:500px;
	border: dotted 1px #cccccc;
}

.recommend td.left{
	width:50%;
	padding: 10px;
	border-right: dotted 1px #cccccc;
}

.recommend td.right{
	width:50%;
	padding: 10px;
}

.recommend img {
    display:block;
    margin: 0 auto;
    text-align: center;
}

.shopinfo{
	padding:20px 0 10px 0;
}


.shopinfo table td{
	padding:5px;
}

.shopinfo .td1 {
	width:100px;
    text-align: right;
}

.kuchikomi{
	padding-bottom:10px;
}

.kuchikomi li{
	list-style: none;
	display: inline;
	padding-left:20px; 
	line-height: 150%;

}

.maptext{
	font-size: 85%;
}

.text_c{
	text-align: center;
}

.bnr_topside{
	margin:0 0 20px 0;
}

item{
    width:400px; /*必ずwidthは指定する。(100%などでもOK)*/
    display:table;
}

.item p.itemimage{
    margin:0; /* table-cell で実現する場合と IE 6, 7 とで差が出ないようにmarginは0に設定*/
    display:table-cell;
    vertical-align:top;
    width:1%;
    /width:auto;
    /float:left; /* IE 6, 7 */
}

.item .itemtext{
	padding:10px;
    display:table-cell;
    vertical-align:top;
    /zoom:1; /* IE 6, 7 */
}


/*menu--*/

#menu{
	width: 800px;
	margin: 0 auto;
	margin-bottom:20px;
	padding:0;
	color:#54332c;
}

#menu #frame_top{
	width: 800px;
	height: 20px;
	background: url(/menu/images/frame_top.png) no-repeat;
}

#menu #frame_middle{
	width: 800px;
	height: 100%;
	background: url(/menu/images/frame_middle.png) repeat-y;
}

#menu #frame_middle #menu_cont{
	width: 740px;
	height: auto;
	margin:0 auto;
	padding:10px 0;
}

#menu #frame_middle #menu_cont #m_coffee,
#menu #frame_middle #menu_cont #m_food,
#menu #frame_middle #menu_cont #m_dessert,
#menu #frame_middle #menu_cont #m_alcohol{
	margin: 20px 0;
	clear: both;
}

.menucol{
	width: 740px;
	margin:10px 0;
	float:left;
	display: inline;
}

.menucol01{
	float:left;
	width:242px;
	margin-right: 7px;
	display: inline;
}

.menucol02{
	float:left;
	width:242px;
	display: inline;
}

.menucol03{
	float:right;
	width:242px;
	display: inline;
}

.cell{
	width: 240px;
	border: solid 1px #dedede;
	margin:10px 0;
}

.cell .photo{
	width:200px;
	margin:10px auto;
}

.cell .menutitle{
	margin:10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cell .price{
	font-size:12px;
	font-weight:normal;
}

.cell .cnt{
	font-size:12px;
	font-weight:normal;
	text-align: left;
	padding:0 20px;
}

.cell_t	{
	width:220px;
	margin:10px auto;
	font-size: 12px;
}

.caution{
	background: #f0f0f0;
}

.cell_t th{
	width:160px;
}
.cell_t td{
	width:60px;
	text-align: right;
}

#menu #frame_bottom{
	clear: both;
	width: 800px;
	height: 20px;
	background: url(/menu/images/frame_bottom.png) no-repeat;
}


/*inquiry--*/
#inq{
	width: 740px;
	margin: 0 auto;
	margin-bottom:20px;
	padding:0;
}

#inq h3{
	margin-top:20px;
}

#inq .inq_form{
	width:600px;
	margin:30px auto;
}

#inq .inq_cnt img{
	display: none;
}

.content-message{
	padding: 20px;
	border: dotted #cccccc 1px;
}


/*link--*/
#link{
	width: 740px;
	margin: 0 auto;
	margin-bottom:20px;
	padding:0;
}

#link h3{
	border-left:#f0f0f0 6px solid;
	font-size:100%;
	font-weight:bold;
	line-height:180%;
	padding:2px 8px;
	margin:20px 0;	
}

#link .link_cnt{
	width: 700px;
	margin: 0 auto;
}

.content-message{
	padding: 20px;
	border: dotted #cccccc 1px;
}


/*error--*/
.nocontent{
	padding: 20px;
	border: dotted #cccccc 1px;
}


/*photo center--*/
.layout-img{
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
}



