/*　　ＨＯＭＥ（body id="index"）　　*/
#outlinebox {
	border: 1px dotted #006c00;
	background: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}
#outline1 {
	width:100%;
}
#maplink {
	text-align: right;
	vertical-align: bottom;
}


/*　　店舗案内（body id="p1"）　　*/
#p1 th {
	color: #006c00;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	vertical-align: middle;
}
#outline2 {
	width: 100%;
}
#outline2 td {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	vertical-align: middle;
}
#outline2 .divider {
	line-height: 1px;
	border-bottom: 1px dotted #006c00;
	padding: 0px;
}
#outline2 .koumoku {
	font-weight: bold;
}
#p1 #imgtxt {
	text-align: center;
	padding-top: 5px;
}
#mapfan {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 12px;
}


/*　　シェフのおすすめ（body id="p2"）　　*/
#p2 h4 {
	font-size: 13px;
	font-weight: bold;
	color: #ff6919;
	text-align: center;
	background: url(../images/bg_nakamidashi.gif) repeat-x;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.menu {
	width: 100%;
}
.menu th {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px dotted #006c00;
}
.menu th:first-letter {
	color: #ff6919;
}
.menu td {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}


/*　　メニュー（body id="p3"）　　*/
#p3 h4 {
	font-size: 13px;
	font-weight: bold;
	color: #ff6919;
	text-align: center;
	background: url(../images/bg_nakamidashi.gif) repeat-x;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.menu2 {
	width: 100%;
	margin-bottom: 10px;
}
.menu2 td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
}
.menu2 .divider {
	line-height: 1px;
	border-bottom: 1px dotted #006c00;
	padding: 0px;
}
.price {
	color: #FF0000;
	text-align: right;
	width: 50px;
}
#p3 #imgtxt {
	text-align: center;
	padding-top: 15px;
}



/*　　お知らせ & トップお知らせ箇所　　*/
#news_box{
	width:496px;
	margin:0px auto;
}

#news_box .title{
	width:496px;
	font-size: 15px;
	font-weight: bold;
	color: #034e02;
	background: url(../images/news_icon.gif) no-repeat left center;	
	padding:5px 0px 5px 15px;
}

#news_box .report_box{
	width:496px;
	padding:25px 0px 20px;
	margin:0px 0px 35px;
}

#news_box .report_box .photo{
	padding:0px 10px 10px;
	text-align:center;
}
#news_box .report_box .comment{
	font-size: 13px;
	line-height: 23px;
	color: #333333;	
	padding:0px 15px 0px 0px;
}

#top_news_box{
	background: #FFFFFF;
	padding:0px 0px 15px;
}

#top_news_box .report_box{
	background: url(../images/top_news_bg.gif) no-repeat bottom;
	margin:0px;
	padding:0px 0px 20px;
}

#top_news_box .report_box ul{
	padding:0px;
	margin:0px;
}

#top_news_box .report_box ul li{
	font-size: 12px;
	padding:10px 15px 7px;
	background: url(../images/top_news_icon.gif) no-repeat left center;
	border-bottom: 1px dotted #999999;
	list-style: none;
	margin:0px 20px 0px;
}







.ptb15{
	padding:15px 0px 0px;
}