/*------------------------------
#restaurant

--------------------------------*/
/*-------------
 p
---------------*/

#restaurant .maincol p{
margin:5px 0 0;
padding:0;
font-size:x-small;
}




/*-------------
 h2
---------------*/

#restaurant .maincol h2{
 width:345px;
 height:20px;
 margin:20px 0;
 padding:0;
 text-indent:-9999px;
 background:url(../../common/images/title_restaurant.gif) 0 0 no-repeat;
}



/*-------------
 Box01
---------------*/

#restaurant .Box01 h3{
	font-size:medium;
	width:500px;
	padding: 0 0 0 20px;
	background:url(../../common/images/text_bg.jpg) no-repeat;
	color: #ffffff;
	line-height: 2.5em;
	height: 32px;
}
#restaurant .Box01 p{
	font-size:100%;
	margin:0 0 1em 0;
}

#restaurant .Box01 dl{
 margin:0 0 5px;
}

#restaurant .Box01 dt{
 width:520px;
 height:31px;
 font-size: medium;
 font-weight: bold;
 margin:5px 0 0 10px;
 color: #ff8800;
}

#restaurant .Box01 table{
	padding:0;
	margin:0 0 5px 0;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
}
#restaurant .Box01 table th{
	padding:5px;
	margin:0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F1F1F1;
}
#restaurant .Box01 table td{
	padding:5px;
	margin:0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#restaurant .Box01 ul{
	padding:0 0 0 20px;
	margin:0;
	list-style-type:disc;
}
#restaurant .Box01 ul li{
	padding:0;
	margin:0;
}

/*-------------
 table
---------------*/

#restaurant .Box01 table{
 width:500px;
 margin:0 10px 20px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
}

#restaurant .Box01 table th{
padding:3px 5px;
text-align:left;
font-size:x-small;
color:#444;
border-left: 1px solid #ccc;
background:#FFF url(../../common/images/th_bg.gif) left bottom repeat-x;
}

#restaurant .Box01 table td{
font-size:x-small;
padding:3px 5px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#restaurant .Box01 table td.midashi{
font-size:x-small;
padding:2px 5px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
color:#BA4500;
background-color:#eee;
text-align:center;
}
