/*----------------------------------------------------------------------
lunch/index.html
----------------------------------------------------------------------*/
h2 {
	clear: both;
	text-indent: -9999px;
	margin-top: 12px;
	padding-bottom: 6px;
	
}

h2.oiwai {
	background: url(../images/h2_o_title.gif) 0 0 no-repeat;
	width: 900px;
	height: 80px;
}


h3 {
	clear: both;
	text-indent: -9999px;
	margin-top: 10px;
	padding-bottom: 2px;
	
}

h3 {
	clear: both;
	text-indent: -9999px;
	margin-top: 20px;
	padding-bottom: 6px;
	
}

h3.drink {
	background: url(../enkai/images/h3_e_title1.gif) 0 0 no-repeat;
	width: 850px;
	height: 45px;
}

h3.tyouju {
	background: url(../oiwai/images/h3_o_title1.gif) 0 0 no-repeat;
	width: 850px;
	height: 50px;
	margin-top: 0px;
	padding-bottom: 3px;
}

h3.toptitle {
	clear: both;
	text-indent: -9999px;
	margin-top: 0px;
	padding-bottom: 3px;
	background: url(../oiwai/images/h3_o_title2.gif) 0 0 no-repeat;
	width: 850px;
	height: 45px;
	
}

.oiwai_img{

	margin-bottom:10px; 
}

.top_txt {
	text-align: center;
	font-size: 90%;
	padding: 0px 0 0px 0px;
	line-height: 155%;

}



.attention {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	padding: 0px 0px 7px 170px;
	line-height: 155%;

}


.o_txt {
	text-align: justify;
	font-size: 80%;
	font-weight: bold;
	padding: 12px 20px;
	margin: 5px 110px;
	line-height: 155%;
	background-color: #ffedf0;

}

.o_txt span {
	font-size: 125%;
	font-weight: bold;
	color:#fc6a80;

}



.drink_top_title {
	text-align: left;
	padding: 5px 0 3px 6px;
	margin-top: 10px;
	font-size: 90%;
	color: #ffffff;
	font-weight: bold;
	background-color: #570d0d;
}


.drink_top_title2 {
	text-align: left;
	padding: 5px 0 3px 6px;
	margin-top: 10px;
	font-size: 90%;
	color: #ffffff;
	font-weight: bold;
	background-color: #573a0d;
}



.drink_title {
	text-align: left;
	padding: 4px 0 2px 6px;
	margin-top: 10px;
	font-size: 90%;
	color: #570d0d;
	font-weight: bold;
	background-color: #f7f4f4;
	border-left: 7px solid #570d0d;
}

.drink_title2 {
	text-align: left;
	padding: 4px 0 2px 6px;
	margin-top: 10px;
	font-size: 90%;
	color: #573a0d;
	font-weight: bold;
	background-color: #f7f4f4;
	border-left: 7px solid #573a0d;
}

.drink_ban {
	padding: 0 0 15px 0px;
}




.drink_left {
	float: left;
	padding: 0 0 15px 0px;
	width: 410px;
}




.drink_right {
	float: right;
	padding: 0 0px 15px 0;
	width: 410px;
}


.d_table {
	clear: both;
	width: 410px;
	text-align: left;
	margin: 0px auto 8px 0;
}

.d_table .d_name {
	border-bottom: 1px dotted #e8dede;
	text-align: left;
	padding: 8px 0 4px 15px;
	font-size: 80%;
	width: 270px;
	vertical-align: top;

}

.d_table .d_price {
	border-bottom: 1px dotted #e8dede;
	text-align: right;
	padding: 8px 15px 4px 0px;
	font-size: 80%;
	line-height: 165%;
	vertical-align: bottom;

}

.drink_btn{
	text-align: right;
	padding: 0 10px 15px 0;
}

.o_attention{
	text-align: right;
	font-size: 75%;
	padding: 0px 0px 10px 0px;
	line-height: 155%;
}












































