a:link{color:#FF6600;}
a:visited{color:#FF6600;}


/*法要トップイメージ　firefox用*/
.banquet_houyo_plan_top_image {
	width:900px;
	height:302px;
	background-image:url(../img/banquet/hoyo_top.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	background-color:#ffffff;

}
/*法要トップイメージ　IE用*/
* html .banquet_houyo_plan_top_image {
	width:100%;
	height:302px;
	background-image:url(../img/banquet/hoyo_top.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	background-color:#ffffff;

}

/*法要ベース　firefox用*/
.banquet_houyo_plan_base {
	width:900px;
	margin-top:10px;
}

.banquet_houyo_plan_base h2{
	width:893px;
	height:20px;
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/banquet/hoyo_infomation.jpg);
	background-repeat:no-repeat;
	background-position:5 1;
}

/*法要ベース　IE用*/
* html .banquet_houyo_plan_base {
	width:100%;
	margin-top:10px;
}

* html .banquet_houyo_plan_base h2{
	width:100%;
	height:20px;
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/banquet/hoyo_infomation.jpg);
	background-repeat:no-repeat;
	background-position:5 1;
}


/*各プラン　メニューエリア　firefox用*/
.banquet_menu ul{
	width:150px;
	height:1100px;
	float:left;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	display: block;
	list-style:none;
}

/*各プラン　メニューエリア　IE用*/
.banquet_menu ul{
	width:150px;
	height:630px;
	float:left;
	margin-left:2px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	display: block;
}


/*特別宴会メニューボタン　firefox用*/

.banquet_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:2 0;
	float:none;
	text-indent:-5000px;
	margin-top:10px;
	margin-bottom:10px;
}

.banquet_plan_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:2 0;
	display:block;
}

.banquet_plan_btn a:hover{
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:2 -30px;
}


/*特別宴会メニューボタン　IE用*/

* html .banquet_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	float:none;
	text-indent:-5000px;
	margin-top:10px;
	margin-bottom:10px;
}

* html .banquet_plan_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}

* html .banquet_plan_btn a:hover{
	background-image:url(../img/banquet/menu_enkai.jpg);
	background-repeat:no-repeat;
	background-position:0 -30px;
}

/*ご法要メニューボタン　firefox用*/
.houyo_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_hoyo.jpg);
	background-repeat:no-repeat;
	background-position:2 -30px;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}


/*ご法要メニューボタン　IE用*/
* html .houyo_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_hoyo.jpg);
	background-repeat:no-repeat;
	background-position:0 -30px;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}


/*団体昼食メニューボタン　firefox用*/
.dantai_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	background-position:2 0;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}

.dantai_plan_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	background-position:2 0;
	display:block;
}

.dantai_plan_btn a:hover{
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	background-position:2 -30px;
}

/*団体昼食メニューボタン　IE用*/
* html .dantai_plan_btn {
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	float:none;
	text-indent:-5000px;
	margin-bottom:10px;
}

* html .dantai_plan_btn a{
	width:150px;
	height:30px;
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	background-position:0 -30px;
	display:block;
}

* html .dantai_plan_btn a:hover{
	background-image:url(../img/banquet/menu_dantai.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

/*宴会問い合わせフォームボタン　firefox用*/
.banquet_form_btn {
	width:150px;
	height:50px;
	float:right;
	background-image:url(../img/banquet/form_btn.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin-top:10px;
}

.banquet_form_btn a{
	height:50px;
	background-image:url(../img/banquet/form_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}

.banquet_form_btn a:hover{
	background-position:0 -50;
}

/*ご法要コメントエリア　firefox用*/

.banquet_houyo_info {
	width:728px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}

/*ご法要コメントエリア　IE用*/

* html .banquet_houyo_info {
	width:730px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}


/*日本料理　枠　firefox用*/

.banquet_houyo_j {
	width:728px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}

.banquet_houyo_j h1{
	width:720px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

.banquet_houyo_j ul{
	list-style:none;
}



/*日本料理　枠　IE用*/

* html .banquet_houyo_j {
	width:730px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}

* html .banquet_houyo_j h1{
	width:730px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

/*日本料理画像　firefox用*/

.banquet_houyo_j_image {
	width:235px;
	height:157px;
	float:left;
	background-color:#ffffff;
	background-image:url(../img/banquet/img_nihon.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*日本料理画像　IE用*/

* html .banquet_houyo_j_image {
	width:235px;
	height:157px;
	float:left;
	background-color:#ffffff;
	background-image:url(../img/banquet/img_nihon.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*お品書き　firefox用*/

.banquet_houyo_j_text {
	width:480px;
	height:157px;
	float:right;
	line-height:20px;
}

.menu_list_j1 {
	width:240px;
	height:157px;
	float:left;
	line-height:30px;
}

.menu_list_j2 {
	width:240px;
	height:157px;
	float:right;
	line-height:30px;
}

/*和洋折衷料理　枠　firefox用*/

.banquet_houyo_wayo {
	width:728px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}

.banquet_houyo_wayo h1{
	width:720px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

.banquet_houyo_wayo ul{
	list-style:none;
}

/*和洋折衷料理　枠　IE用*/

* html .banquet_houyo_wayo {
	width:730px;
	height:auto;
	float:right;
	margin:0 2px 20px 0;
}

* html .banquet_houyo_wayo h1{
	width:730px;
	height:20px;
	font-size:15px;
	color:#696969;
	float:none;
	border-left:5px solid #ccccff;
	border-bottom:1px solid #ccccff;
	background-color:#ffffff;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

* html .banquet_houyo_wayo ul{
	list-style:none;
}


/*日本料理画像　firefox用*/

.banquet_houyo_wayo_image {
	width:235px;
	height:157px;
	float:left;
	background-color:#ffffff;
	background-image:url(../img/banquet/img_wayo.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*お品書き　firefox用*/

.banquet_houyo_wayo_text {
	width:480px;
	height:157px;
	float:right;
	line-height:20px;
}

.mnue_list_j1 {
	width:240px;
	height:157px;
	float:left;
	line-height:30px;
}

.mnue_list_j2 {
	width:240px;
	height:157px;
	float:right;
	line-height:30px;
}



/*利用注意　firefox用*/

.banquet_info {
	width:700px;
	height:70px;
	float:left;
	margin-left:15px;
	margin-top:15px;
	padding:10px;
	border:1px solid #ccccff;
}

.banquet_info ul{
	list-style:none;
}


/*利用注意　IE用*/

* html .banquet_info {
	width:720px;
	height:70px;
	float:left;
	margin-left:15px;
	margin-top:15px;
	padding:10px;
	border:1px solid #ccccff;
}

* html .banquet_info ul{
	list-style:none;
}