@charset "utf-8";
/* CSS Document */


#body h3{
	background-image:url(../images/bar.jpg);
}


.rp{
	display:block;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	width:350px;
	height:127px;
	margin:5px;
	padding:5px;
	float:left;
	padding-top:10px;
}

.rp strong a{
	color:#990000;
}

.b1{
	width:308px;
	height:15px;
	background-image:url(../images/b1.jpg);
	background-repeat:no-repeat;
}

.b2{
	background-image:url(../images/b2.jpg);
	background-repeat:repeat-y;
	width:308px;
}

.b2 strong{
	color:#0066FF;
}

.b3{
	width:308px;
	height:15px;
	background-image:url(../images/b3.jpg);
	background-repeat:no-repeat;
}

#ttble{
	border-collapse:collapse;
}
#ttble td, #ttble th{
	border: solid 1px #0066FF;
	font-size:10px;
}
#ttble th{
	background-color:#E2F3FE;
}

#res_table{
	width:95%;
	border-collapse:collapse;
}

#res_table th, #res_table td{
	border: solid 1px #999999;
}
	
#res_table th{
	background-color:#F5EADA;
}

.menu_table{
	margin-bottom:20px;
}



.menu_txt{
	color:#FFF;
}

.menu_desc{
}

.menu_price{
	width:50px;
	color:#FF0000;
	text-align:right;
}



