body{
	font-size: 12px;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

h1{
	margin: 0;
	}

h2{
	color: #333333;
	}



/* 画像リンク */

a img{
border: 0;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
border: 0;
}


a.arrow, a.arrow_r{
	padding-left: 12px;
	background: url(../img/arrow_a.png) center left no-repeat;
	text-decoration: none;
	color: #615C2F;
	}

a.arrow_r{
	background: url(../img/arrow_r.png) center left no-repeat;
	}

a.arrow:hover, a.arrow_r:hover{
	color: #C9BE6F;
	}

a.arrow span, a.arrow_r span{
	border-bottom: 1px dashed #C9BE6F;
	}

/* トップページ ======================================= */


h1.top_title{
	width: 385px;
	height: 78px;
	text-indent: -3000px;
	background: url(../img/top_title.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1000;
	}


div.top_menu a span.bg{
	padding-left: 13px;
	background: url(../img/top_menu_bg.png) center left no-repeat;
	}

div.top_menu a span span{
	padding-right: 13px;
	background: url(../img/top_menu_bg.png) center right no-repeat;
	}



/* イベントのお知らせ */


div.top_right_area{
	width: 280px;
	position: absolute;
	bottom: 125px; 
	right: 4%;
	right: 27px; 
	}

div.top_event{
	width: 100%;
	padding: 6px 5px 6px 5px; 
	background-color: #ffffff; 
	background: url(../img/trans85.png) top left repeat;
	}


div.top_event h2{
	margin: 0 0 6px 0;
	text-indent: -3000px;
	height: 20px;
	background: url(../img/h2_top_event.gif) top center no-repeat;
	}

div.top_event_text{
	width: 70%; 
	float: right;
	margin-bottom: 10px;
	}


div.top_event img{
	border: 4px solid #ffffff;
	float: left;
	margin-bottom: 10px;
	}

span.top_event_date{
	color: #696545;
	}

p.top_event_title{
	border-bottom: 1px solid #C9BE6F; 
	margin: 0 0 0 -6%; 
	padding-left: 6%; 
	color: #333333;
	}



div.top_event .to_event{
	margin: 0;
	text-align: right;
	}


div.top_event_text p.text{
	font-size: 10px; 
	margin: 5px 0 0 0;
	}



/* お知らせ */

div.leftarea{
	width: 17%;
	width: 240px;
	/*height: 100%;*/
	position: absolute; 
	bottom: 125px; 
	left: 4%;
	left: 15px;
	}

div.info{
	padding: 6px 0 5px 0;
	background-color: #ffffff; 
	font-size: 11px;
	background: url(../img/trans90.png) top left repeat;
	}

div.info h2{
	margin: 0 5px 5px 5px;
	text-indent: -3000px;
	height: 20px;
	background: url(../img/h2_top_info.gif) top center no-repeat;
	}

div.info .date{
	width: 90%;
	margin: 0 auto 2px auto;
	border-bottom: 1px solid #999999;
	font-size: 10px;
	}

div.info .text{
	font-weight: bold; 
	color: #555555;
	}

div.info a, div.top_event a{
	text-decoration: none;
	color: #615C2F;
	font-size: 11px;
	}


div.info a:hover, div.top_event a:hover{
	color: #C9BE6F;
	}

div.info a span, div.top_event a span{
	border-bottom: 1px dashed #C9BE6F;
	}

div.info p{
	width: 90%;
	margin: 0 auto 10px auto;
	}


/* ご婚礼のお問い合わせ */

div.top_tel{
	width: 372px;
	height: 56px;
	text-indent: -3000px;
	background: url(../img/top_tel.png) top left no-repeat;
	position: absolute;
	top: 15px;
	right: 4%;
	right: 15px;
	}

/* 共通 ================================================ */


/* パンくずリスト */

div.topic_path{
	position: absolute;
	/*bottom: 107px;*/
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: #000000;	
	opacity: 0.8; 
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding: 3px 10px;
	margin: 0;
	color: #ffffff;
	font-size: 10px;
	}

div.topic_path a{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	}

div.topic_path a:hover{
	color: #C9BE6F;
	}

div.topic_path a span{
	border-bottom: 1px dashed #C9BE6F;
	}

div.topic_path a.icon_home{
	padding-left: 11px;
	background: url(../img/icon_home.png) center left no-repeat;
	}

/* メインメニュー --------------------------------------- */

.boxTitle{  
	color: #ffffff;
	text-decoration: none;	
	position: absolute;
	height: 127px;
	bottom: 0px;
	left: 0; 
	z-index: 1000;
	cursor: pointer; 
 /*画像はjQueryで入れ替える*/  
 /*background: url('img/close.png') no-repeat; */
	}  


.hidden_menu{
	width: 105px;
	height: 20px;
	text-indent: -3000px;
	background: url(../img/button_hide_menu.png) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 10px;
	display: block;
	z-index: 1000;
	}


.open_menu{
	width: 105px;
	height: 20px;
	text-indent: -3000px;
	background: url(../img/button_open_menu.png) top left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 10px; 
	display: block;
	z-index: 1000;
	}

/* 下エリア ------------------------------ */
div.bottom_area{
	width: 100%; 
	position: absolute; 
	bottom: 0; left: 0; 
	z-index: 2000;
	}

div.main_menu{
	width: 100%;
	height: 38px;
	background: url(../img/main_menu_bg.gif) top left repeat-x;
	margin-bottom: 0;
	position: relative;
	}


div.main_menu_inner{
	width: 738px;
	margin:0 auto;
	padding-top: 3px;
	background: url(../img/main_menu_end.gif) bottom right no-repeat;
	}

div.main_menu_inner div.menu{
	float: left;
	position: relative;
	}

div.main_menu_inner a.about,
div.main_menu_inner a.ceremony,
div.main_menu_inner a.party,
div.main_menu_inner a.item,
div.main_menu_inner a.plan,
div.main_menu_inner a.about_h,
div.main_menu_inner a.ceremony_h,
div.main_menu_inner a.party_h,
div.main_menu_inner a.item_h,
div.main_menu_inner a.plan_h{
	display: block;
	height: 35px;
	width: 184px;
	text-indent: -3000px;
	/*float: left;*/
	}

	div.main_menu_inner a.about{
		background: url(../img/main_menu_about.gif) top left no-repeat;
		}

		div.main_menu_inner a:hover.about, div.main_menu_inner a.about_h{
			background: url(../img/main_menu_about.gif) bottom left no-repeat;
			}

	div.main_menu_inner a.ceremony{
		background: url(../img/main_menu_ceremony.gif) top left no-repeat;
		}

		div.main_menu_inner a:hover.ceremony, div.main_menu_inner a.ceremony_h{
			background: url(../img/main_menu_ceremony.gif) bottom left no-repeat;
			}

	div.main_menu_inner a.party{
		background: url(../img/main_menu_party.gif) top left no-repeat;
		}

		div.main_menu_inner a:hover.party, div.main_menu_inner a.party_h{
			background: url(../img/main_menu_party.gif) bottom left no-repeat;
			}

	div.main_menu_inner a.item{
		background: url(../img/main_menu_item.gif) top left no-repeat;
		}

		div.main_menu_inner a:hover.item, div.main_menu_inner a.item_h{
			background: url(../img/main_menu_item.gif) bottom left no-repeat;
			}

	div.main_menu_inner a.plan{
		background: url(../img/main_menu_plan.gif) top left no-repeat;
		}

		div.main_menu_inner a:hover.plan, div.main_menu_inner a.plan_h{
			background: url(../img/main_menu_plan.gif) bottom left no-repeat;
			}


/* ドロップダウン */

div.dropdown{
	position: absolute; 
	z-index: 900; 
	bottom: 30px; 
	left: 0px; 
	display: none;
	left: 6px;
	background: url(../img/dropdown_bg.png);
	}

div.dropdown div{
	background-color: #000000;
	opacity: 0.8; 
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	/*padding: 10px;*/
	text-align: center;
	color: #C9BE6F;
	}


div.dropdown a{
	display: block;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	text-decoration: none;
	border-bottom: 1px solid #333333;
	}

div.dropdown a.b_none{
	border-bottom: 0;
	}
	

div.dropdown a:hover{
	color: #C9BE6F;
	}

div.dropdown_ceremony{
	width: 14em;
	}

div.dropdown_party{
	width: 14em;
	}

div.dropdown_item{
	/*width: 37em;*/
	width: 14em;
	}





/* 1段目・メニューバー */
div.menu_bottom{
	background-color: #000; 
	padding: 7px 0; 
	opacity: 0.7; 
	filter: alpha(opacity=70);	/* IE6、IE7対応 */ 
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
	text-align: center;
	}

div.menu_bottom a{
	padding-left: 13px;
	background: url(../img/arrow_a.png) center left no-repeat;
	color: #ffffff;
	text-decoration: none;
	margin-right: 40px;
	}

div.menu_bottom a:hover{
	color: #999999;
	}


/* 2段目 */
div.body{
	position: relative;
	padding: 6px 0 0 0; 
	text-align: center;
	background: url(../img/body_bg.gif) top left repeat-x;
	}

a.home{
	display: block;
	position: absolute;
	top: 1px;
	left: 8px;
	z-index: 1000;
	}


/* 3段目・サブメニュー */
div.footer{
	padding: 9px 0 5px 0; 
	background: url(../img/foot_bg.gif) top left repeat-x;
	text-align: center;
	color: #ffffff;
	}


div.footer a{
	color: #ffffff;
	text-decoration: none;
	}

div.footer a:hover{
	color: #999999;
	}




/* 各ページ ======================================================= */

/* コンテンツエリア - 読ませるページ */
div.contents{
	/*
	background-color: #ffffff;
	opacity: 0.92; 
	filter: alpha(opacity=92); 
	-moz-opacity: 0.92; 
	*/
	background: url(../img/trans90.png) top left repeat;
	margin: 30px auto;
	padding-bottom: 100px;
	margin-bottom: 130px;
	width: 63%;
	line-height: 150%;
	position: relative;
	max-width: 900px;
	min-width: 650px;
	}


div.flower_gallery{
	margin: 50px auto;
	width: 660px;/* ギャラリーのwidth + 10px */
	}



div.contents2{
	/*
	background-color: #ffffff;
	opacity: 0.92; 
	filter: alpha(opacity=92); 
	-moz-opacity: 0.92; 
	*/
	background: url(../img/trans90.png) top left repeat;
	margin: 30px 5% 30px auto;
	padding-bottom: 100px;
	margin-bottom: 130px;
	line-height: 150%;
	position: relative;
	width: 50%;
	max-width: 1000px;
	/*min-width: 550px;*/
	}




div.contents .inner, div.contents2 .inner{
	padding: 40px 20px;
	padding: 60px 5%;
	width: 90%;
	margin: 0 auto;
	}
	

div.contents a, div.contents2 a{
	text-decoration: none;
	color: #615C2F;
	}


div.contents a:hover, div.contents2 a:hover{
	color: #C9BE6F;
	}

div.contents a span, div.contents2 a span{
	border-bottom: 1px dashed #C9BE6F;
	}


div.contents p, div.contents2 p{
	line-height: 180%;
	}


h1.h1_contents{
	width: 100%;
	height: 26px;
	text-indent: -3000px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 35px;
	}	

.contents .inner h2{
	/*width: 95%;*/
	margin: 0 auto;
	height: 23px;
	text-indent: -3000px;
	}

div.menu_sub{
	text-align: right;
	margin-top: -32px;
	}

div.menu_sub a{
	padding-left: 12px;
	background: url(../img/arrow_a.png) center left no-repeat;
	text-decoration: none;
	color: #615C2F;
	}


div.menu_sub a:hover{
	color: #C9BE6F;
	}

div.menu_sub span{
	border-bottom: 1px dashed #C9BE6F;
	}


/* 説明文章 - 魅せるページ */
div.textContents, .textContents_nh, .cuisineContents, .chefContents, .galleryContents{
	position: absolute;
	/*
	background-color: #ffffff;
	opacity: 0.92; 
	filter: alpha(opacity=92); 
	-moz-opacity: 0.92; 
	*/
	background: url(../img/trans85.png) top left repeat; 
	padding:20px 20px 120px 20px;
	line-height: 150%;
	}
div.galleryContents{
	padding: 20px;
	}


div.textContents h2, div.textContents_nh h2, .galleryContents h2{
	border-bottom: 1px solid #999999;
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	font-size: 12px;
	}

div.textContents p, div.textContents_nh p, .galleryContents p{
	margin: 10px;
	}


.mark_tl{
	position: absolute; top: 6px; left: 6px;
	}

.mark_tr{
	position: absolute; top: 6px; right: 6px;
	}

.mark_bl{
	position: absolute; bottom: 6px; left: 6px;
	}

.mark_br{
	position: absolute; bottom: 6px; right:6px;
	}


.sitemap .mark_tl{
	position: absolute; top: 0px; left: 0px;
	}

.sitemap .mark_tr{
	position: absolute; top: 0px; right: 0px;
	}

.sitemap .mark_bl{
	position: absolute; bottom: 0px; left: 0px;
	}

.sitemap .mark_br{
	position: absolute; bottom: 0px; right:0px;
	}



/* このページのトップへ戻る */
div.to_top{
	text-align: right;
	margin-top: 10px;
	}

div.to_top a{
	padding-left: 12px;
	background: url(../img/arrow_t.png) center left no-repeat;
	text-decoration: none;
	color: #615C2F;
	font-size: 11px;
	}


div.to_top a:hover{
	color: #C9BE6F;
	}

div.to_top span{
	border-bottom: 1px dashed #C9BE6F;
	}


/* ギャラリー・ナビ部分 */
div.flow_navi{
	width: 100%; 
	position: absolute; 
	bottom: 144px; 
	left: 0; 
	z-index: 1000;
	}

div.flow_navi a{
	display: block;
	padding: 5px;
	background-color: #000000;
	border: 3px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.7; 
	filter: alpha(opacity=70);	/* IE6、IE7対応 */ 
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
	}

div.flow_navi a:hover{
	opacity: 1.0; 
	filter: alpha(opacity=100);	/* IE6、IE7対応 */ 
	-moz-opacity: 1.0;		/* Firefox1.5以前対応 */
	}

div.flow_navi a#navi_left{
	float: left;
	border-left: none;
	}

div.flow_navi a#navi_right{
	float: right;
	border-right: none;
	}

div.ceremony_to_top, div.cuisine_to_top,.to_insta{
	position: absolute; 
	z-index: 1000;
	padding: 10px 12px;
	background-color: #ffffff;
	opacity: 0.85; 
	filter: alpha(opacity=85);	/* IE6、IE7対応 */ 
	-moz-opacity: 0.85;		/* Firefox1.5以前対応 */
	}

div.cuisine_to_top{
	left: 30px;
	width: 12em;
	}




		
/* メアリーウェディングとは ----------------------------------------- */


div.about{

	}

h1.about{
	background: url(../img/h1_about.png) top left no-repeat;
	}

h1.name_info{
	background: url(../img/h1_info.png) top left no-repeat;
	}


div.bible{
	max-width: 30em; 
	margin: 35px auto; 
	padding: 30px 30px 0 30px;
	/*border: 1px solid #DBD8BE;*/
	color: #403B10;
	font-size: 13px;
	background-color: #ffffff;
	position: relative;
	}

div.name_info h2{
	text-align: center; 
	color: #615C2F;
	}

div.name_info strong{
	color: #615C2F;
	}	
		
div.bible img{
	opacity: 0.4; 
	filter: alpha(opacity=40);	/* IE6、IE7対応 */ 
	-moz-opacity: 0.4;	
	}

div.bible .t_right{
	font-size: 12px;
	}


div.about_contents{
	width: 85%; 
	max-width: 600px; 
	margin: 15px auto;
	}

div.about h2{
	padding-bottom: 4px;
	}

.h2_about1{
	background: url(../img/h2_about1.png) top left no-repeat;
	}

.h2_about2{
	background: url(../img/h2_about2.png) top left no-repeat;
	}

.h2_about3{
	background: url(../img/h2_about3.png) top left no-repeat;
	}

.h2_about4{
	background: url(../img/h2_about4.png) top left no-repeat;
	}

.h2_about5{
	background: url(../img/h2_about5.png) top left no-repeat;
	}


div.about .inner{
	width: 85%; 
	margin: 0 auto;
	}


div.recommend_text{
	margin-bottom: 70px;
	}

div.recommend_text img{
	width: 100px;
	height: 100px;
	border: 5px solid #ffffff; 
	float: left; 
	margin-right: 10px;
	}

div.to_asmc{
	width: 308px;
	margin: 0 auto;
	text-align: center;
	}



/* ウエディング・セレモニー ----------------------------------------- */

div.ceremony{

	}

h1.ceremony{
	background: url(../img/h1_ceremony.png) top left no-repeat;
	}

.menu_ceremony_before_after{
	width: 100%; 
	margin-top: 10px;
	}

h2.h2_before{
	background: url(../img/h2_before.png) top left no-repeat;
	}

h2.h2_after{
	background: url(../img/h2_after.png) top left no-repeat;
	}

div.contents_before, div.contents_after{
	margin: 20px;
	}


div.contents_before p, div.contents_after p{
	margin: 10px 5px;
	}
/*
div.contents_after p{
	margin: 10px 0 10px 5px;
	}
*/

div.contents_before h3, div.contents_after h3{
	margin: 30px 0 -5px 0;
	border-bottom: 1px solid #cccccc;
	color: #5C5831;
	}

div.contents_before em, div.contents_after em{
	font-weight: normal; 
	font-size: 12px;
	color: #000000;
	}


div.contents_before img{
	border: 5px solid #ffffff;
	float: left; 
	margin-right: 10px;
	width: 130px;
	height: 100px;s
	}
	
div.contents_after img{
	border: 5px solid #ffffff;
	float: right; 
	margin-left: 10px;
	/*margin-top: -23px;*/
	width: 130px;
	height: 100px;
	}



/* ページごとの説明文 */


/* ギャラリー説明文 数字＝ページ */
div.flow1{
	bottom: 60px;
	left: 60px;
	}

div.flow2{
	bottom: 60px;
	right: 60px;
	}

div.flow3{
	bottom: 60px;
	right: 60px;
	}

div.flow4{
	top: 40px;
	right: 60px;
	}

div.flow5{
	bottom: 60px;
	left: 60px;
	}

div.flow6{
	bottom: 60px;
	right: 60px;
	}

div.flow7{
	top : 40px;
	left: 60px;
	}

div.flow8{
	top : 40px;
	left: 60px;
	}

div.flow9{
	top: 40px;
	right: 60px;
	}

div.flow10{
	top: 40px;
	right: 60px;
	}

div.flow11{
	bottom: 60px;
	right: 60px;
	}

div.flow12{
	top: 40px;
	right: 60px;
	}

div.flow13{
	top: 40px;
	right: 60px;
	}

div.flow14{
	top: 40px;
	left: 60px;
	}

div.flow15{
	bottom: 60px;
	left: 60px;
	}

div.flow16{
	top: 40px;
	right: 60px;
	}

div.flow17{
	top: 40px;
	right: 60px;
	}


div.ceremony_to_top{
	top: 30px; 
	left: 30px; 
	}

div.to_insta{
	top: 30px; 
	right: 30px; 
	}

.ceremony .youtube{
	display: block;
	position: absolute;
	bottom: 60px;
	right: 60px;
	border: 4px solid #fff;
	}

.ceremony .youtube img{
	width: 75px;
	height: 75px;	
	}


/* ウエディング・パーティー ----------------------------------------- */

div.party{

	}


h1.party{
	background: url(../img/h1_party.png) top left no-repeat;
	}



div.party .inner div{
	margin: 0 auto; 
	width: 68%;
	}


div.party .inner div img{
	margin-bottom: 15px;
	}


h1.h1_coubeaux{
	background: url(../img/h1_coubeaux.png) top left no-repeat;
	width: 230px;
	height: 57px;
	text-indent: -3000px;
	margin: 15px auto 25px auto;
	}

h1.h1_coffret{
	background: url(../img/h1_coffret.png) top left no-repeat;
	width: 230px;
	height: 27px;
	text-indent: -3000px;
	margin: 15px auto 30px auto;
	}

h2.h2_partner{
	background: url(../img/h2_partner.png) top left no-repeat;
	}

span.cuisine_e{
	font-weight: normal;
	font-size: 11px;
	}


div.coubeaux{
	width: 250px;
	height: 100%;
	top : 0;
	right: 70px;
	}


div.coffret{
	width: 250px;
	height: 100%;
	top : 0;
	right: 70px;
	}


div.renewal{
	width: 55%;
	top : 40px;
	left: 5%;
	padding-bottom: 40px;
	}


	div.renewal #head{
		margin: 15px 0 30px 0;
		width: 100%;
		border-bottom: 1px solid #cccccc;
		}

	div.renewal #head img{
		width: 15%;
		border-bottom: 1px solid #cccccc;
		}

	div.renewal h1{
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		line-height: 250%;
		}

	div.renewal h1 img{
		width: 80%;
		}

	div.renewal .thum{
		text-align: center;
		}
	
	div.renewal .thum img{
		width: 12%;
		margin: 1%;
		}

div.renewal_fair{
	text-align: center;
	width: 25%;
	top : 40px;
	right: 5%;
	padding-bottom: 30px;
	}

div.renewal_fair div img.bnr{
	margin: 20px 0;
	width: 90%;
	}

div.renewal_fair div img.link{
	width: 80%;
	}


/* プラン表示 */

div.include_plan{
	line-height: 120%;
	}



div.include_plan_img{
	width: 33%; 
	float: left;
	}


div.include_plan_img img{
	border: 3px solid #ffffff;
	}
	
	
div.include_plan_text{
	width: 62%; 
	float: right;
	}

div.include_plan_text div{
	margin-top: 5px;
	}

a.include_plan_title{
	text-decoration: none;
	color: #556E2F;
	font-weight: bold;
	}

a.include_plan_title:hover{
	color: #B0CF80;
	}

a.include_plan_title span{
	border-bottom: 1px dashed #C9BE6F;
	}


div.include_plan .to_list{
	text-align: right; 
	margin-top: 2px;
	}

.cuisineContents{
	padding: 0;
	}

.cuisineContents .inner{
	margin: 20px 30px;
	}


.cuisineContents h2{
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	letter-spacing: 1px;
	}


.estimate_box{
	text-align: center; 
	margin: 1em;  
	padding: 5px; 
	line-height: 200%;
	/*border: 1px solid #c9be6f;*/
	background-color: #E6E0BD;
	background-color: #ffffff;
	/*border: 1px solid #E6E0BD;*/
	}



a.estimate_box_title{
	display: block;
	background-color: #E6E0BD;
	padding: 3px 0;
	text-decoration: none;
	color: #544C1B;
	line-height: 150%;
	}

a:hover.estimate_box_title{
	background-color: #F0EBD1;
	}


.estimate_box .t_center{
	margin:-12px 0 10px 0;
	}

/* ページごとの説明文 */

/* ギャラリー説明文 数字＝ページ */
div.coubeaux1{
	width: 500px;
	top : 30px;
	right: 60px;
	}

div.coffret1{
	width: 500px;
	top : 30px;
	right: 60px;
	}


div.cuisine1{
	top : 20px;
	right: 20px;
	}

div.cuisine2{
	top : 20px;
	right: 20px;
	}

div.cuisine3{
	top : 20px;
	right: 20px;
	}

div.cuisine4{
	top : 20px;
	right: 20px;
	}

div.cuisine5{
	top : 20px;
	right: 20px;
	}

div.cuisine6{
	top : 20px;
	right: 20px;
	}

div.cuisine7{
	top : 20px;
	right: 20px;
	}

div.cuisine8{
	bottom : 40px;
	right: 20px;
	}



div.cuisine_to_top{
	top: 30px; 
	right: 30px; 
	}
	
	

h2.h2_shef{
	text-indent: -3000px;
	background: url(../img/party/cuisine/chef_name.png) top left no-repeat;
	height: 40px;
	padding-bottom: 3px;
	margin: 35px 0 65px 0;
	}

div.shef{
	width: 30%;
	top : 0px;
	left: 70px;
	width: 30%;
	height: 100%;
	line-height:150%;
	padding-top: 20px;
	padding-bottom: 250px;
	}


div.shef .inner p{
	margin: 20px 0 2px 0;
	color: #615c2f;
	font-weight: bold;
	line-height: 110%;
	}

div.shef .inner div{
	margin-left: 0.5em;
	}
	
	
/* 提携会場 */

div.partner_data{
	width: 85%;
	margin: 20px auto;
	}

div.partner_text{
	width:80%; 
	float: right;
	}
	
div.partner_text h3{
	margin: 0; 
	font-size: 14px; 
	border-bottom: 1px solid #cccccc;
	}
	
div.partner_text p{
	margin: 5px;
	}


div.partner_text a{
	font-size: 12px; 
	font-weight: normal;
	}

div.partner_text p{
	line-height: 120%;
	}

div.partner_data img{
	margin: 0 auto; 
	float: left;
	}

div.partner_box{
	border-bottom: 1px solid #cccccc; 
	text-align: right;
	}

p.comment{
	width: 85%; 
	margin: 15px auto;
	}


/* ウエディング・アイテム ----------------------------------------- */

div.item{
padding-bottom: 20px;
	}


div.item_top_box{
	width: 100%; 
	margin-top: 10px;
	}


div.item h2{
	margin-bottom: 18px;
	border-bottom: 0;
	}


h1.item{
	background: url(../img/h1_item.png) top left no-repeat;
	}


h2.h2_photo{
	background: url(../img/h2_photo.png) top left no-repeat;
	}

h2.h2_video{
	background: url(../img/h2_video.png) top left no-repeat;
	}

h2.h2_flower{
	background: url(../img/h2_flower.png) top left no-repeat;
	}

h2.h2_hairmake{
	background: url(../img/h2_hairmake.png) top left no-repeat;
	}

div.item p{
	width: 90%;
	margin: 20px auto 35px auto;
	}

div.item p img{
	float: right; 
	margin: 0 0 10px 10px;
	border: 7px solid #ffffff;
	}


.dress_navi{  
	position: absolute; 
	bottom: 130px; 
	right: 10%; 
	z-index: 1000;
	width: 80%;
	text-align: center;
	}

.dress_navi a img{
	margin: 0 0.5%;
	border: 4px solid #ffffff;
	}


/* ページごとの説明文 */


div.photo h3, div.video h3, div.flower h3, div.make h3{
	height: 19px;
	text-indent: -3000px;
	margin: 5px 0 6px 0;
	}

.item_text_foot{
	text-align: right; 
	border-top: 1px solid #cccccc; 
	padding: 3px;
	}

.h3_item_photo{
	background: url(../img/item/h3_item_photo.png) top left no-repeat;
	}
	
.h3_item_video{
	background: url(../img/item/h3_item_video.png) top left no-repeat;
	}
	
.h3_item_flower{
	background: url(../img/item/h3_item_flower.png) top left no-repeat;
	}
	
.h3_item_make{
	background: url(../img/item/h3_item_make.png) top left no-repeat;
	}
	
	
div.photo{
	top: 30px;
	right: 20px;
	padding-bottom: 10px;
	}

div.video{
	top: 30px;
	right: 20px;
	padding-bottom: 10px;
	}

div.flower{
	bottom: 140px;
	left: 20px;
	padding-bottom: 10px;
	}

div.make{
	top: 30px;
	left: 20px;
	padding-bottom: 10px;
	}


/* 前撮りフォト */

div.maedori{
	width: 80%;
	left: 10%;
	top: 40px;
	padding-bottom: 60px;
	}

div.maedori .left_box{
	width: 53%; 
	margin-left: 4%; 
	margin-top: 40px; 
	float: left;
	}

div.maedori .right_box{
	width: 37%; 
	margin-right: 4%; 
	margin-top: 40px; 
	float: right;
	}

div.maedori .caution{
	text-align: center; 
	line-height: 130%; 
	font-size: 10px; 
	border: 1px solid #a49856; 
	padding: 0.5em; 
	width: 80%; 
	margin: 0 auto 20px auto; 
	color: #4a421f;
	}


div.maedori .thum{
	text-align: center; 
	margin: 15px auto;
	}

div.maedori .thum img{
	width: 25%;
	margin: 0 2px;
	}

div.maedori .link{
	width: 100%;
	margin: 5px 0;
	}


/* タイムスケジュール */

.time{
	margin: 30px;
	margin-bottom: 20px;
	text-align: center;
	}

.time h2{
	text-align: left;
	width: 700px;
	height: 23px;
	margin: 0 auto;
	padding-left: 25px;
	background: url(../img/item/time_icon_time.png) top left no-repeat;
	}

.time table{
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
	}

.time th, .time td{
	border-bottom: 1px dotted #a49856;
	padding: 14px;
	text-align: left;
	}

.time th{
	width: 200px;
	text-align: left;
	font-size: 14px;
	padding-left: 39px;
	vertical-align: top;
	}

.time th span{
	font-size: 12px;
	font-weight: normal;
	}
	
.time td p{
	border: 1px solid #a49856;
	padding: 1em;
	width: 28em;
	}

.time .b_none{
	border: none;
	}


.time th.dress{
	background: url(../img/item/time_icon_dress.png) 11px 12px no-repeat;
	}

.time th.make{
	background: url(../img/item/time_icon_make.png) 11px 12px no-repeat;
	}

.time th.camera{
	background: url(../img/item/time_icon_camera.png) 11px 12px no-repeat;
	}

.time th.photo{
	background: url(../img/item/time_icon_photo.png) 11px 12px no-repeat;
	}

.time th.disc{
	background: url(../img/item/time_icon_disc.png) 11px 12px no-repeat;
	}



/* ギャラリー説明文 数字＝ページ */
div.item1-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item2-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item3-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item4-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item5-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item6-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item7-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

div.item8-1{
	width: 35%;
	bottom : 200px;
	right: 10%;
	text-align: center;
	max-width: 430px;
	}

/*
.dressTitle{  
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;	
	opacity: 0.8; 
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	position: absolute; 
	top: 0; 
	right: 50px;  
	cursor: pointer;  
	z-index: 1000;
	}
*/

.dressTitle p{
	margin: 5px 2px;
	padding: 0 10px;
	}

.dress_name_list{
	padding: 8px 10px;
	background-color: #615C2F;
	}

.dress_name_list a{
	padding-left: 12px;
	background: url(../img/arrow_dress_list.png) center left no-repeat;
	color: #ffffff;
	text-decoration: none;
	}

.dress_name_list a:hover{
	color: #C9BE6F;
	}


/* フラワー追加 */
#menu_flower{
	width: 660px; 
	text-align: center; 
	margin: -30px auto;
	padding-left: 163px;
	}

#menu_flower a{
	display: block;
	width: 75px;
	height: 55px;
	text-indent: -9999px;
	float: left;
	margin: 0 45px;
	}

#menu_flower a#bouqet{
	background: url(../img/item/flower/menu_flower_bouqet.png) top left no-repeat;
	}

	#menu_flower a:hover#bouqet{
		background: url(../img/item/flower/menu_flower_bouqet.png) bottom left no-repeat;
		}


#menu_flower a#banquet{
	background: url(../img/item/flower/menu_flower_banquet.png) top left no-repeat;
	}

	#menu_flower a:hover#banquet{
		background: url(../img/item/flower/menu_flower_banquet.png) bottom left no-repeat;
		}


#menu_flower a#other{
	background: url(../img/item/flower/menu_flower_other.png) top left no-repeat;
	}

	#menu_flower a:hover#other{
		background: url(../img/item/flower/menu_flower_other.png) bottom left no-repeat;
		}


#menu_flower a#bouqet_this{
	background: url(../img/item/flower/menu_flower_bouqet_this.png) top left no-repeat;
	}

#menu_flower a#banquet_this{
	background: url(../img/item/flower/menu_flower_banquet_this.png) top left no-repeat;
	}

#menu_flower a#other_this{
	background: url(../img/item/flower/menu_flower_other_this.png) top left no-repeat;
	}


#contents_flower{
	width: 805px; 
	margin: 100px auto 0 auto; 
	}

#h1_flower_new{
	width: 100%;
	height: 40px;
	text-indent: -9999px;
	background: url(../img/item/flower/h1_flower_new.png) top left no-repeat;
	}

#flower_menu{
	width: 780px; 
	margin: 90px auto 0 auto;
	}


#flower_menu a{
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 20px;
	float: left;
	text-indent: -9999px;
	}

#flower_menu a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}

#flower_menu a#top_bouqet{
	background: url(../img/item/flower/flower_top_menu_bouqet.png) top left no-repeat;
	}

#flower_menu a#top_banquet{
	background: url(../img/item/flower/flower_top_menu_banquet.png) top left no-repeat;
	}

#flower_menu a#top_other{
	background: url(../img/item/flower/flower_top_menu_other.png) top left no-repeat;
	}


/* ウエディング・プラン ----------------------------------------- */

div.plan{
	
	}


div.plan .inner{
	width: 85%; 
	margin: 0 auto;
	}


h1.plan{
	background: url(../img/h1_plan.png) top left no-repeat;
	}


h2.h2_plan1{
	background: url(../img/h2_plan1.png) top left no-repeat;
	margin-bottom: 20px;
	}

h2.h2_plan2{
	background: url(../img/h2_plan2.png) top left no-repeat;
	margin: 20px 0;
	}


div.contents_plan{
	width: 95%;  
	/*border-bottom: 1px solid #dddddd;*/
	margin: 0 auto;
	}

	div.b_top{
		border-top: 1px solid #dddddd;
		}

div.contents_plan_inner{
	margin: 10px 20px 5px 20px;
	}

div.contents_plan_img{
	width: 25%;
	background-color: #ffffff; 
	border: 1px solid #efefef; 
	float: left;
	padding: 6px;
	}

p.plan_title_e{
	font-size: 24px;
	font-weight: bold;
	color: #5C5831;
	margin: 3px 0 0 10px;
	}

p.plan_title{
	margin: -12px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
	}

div.contents_plan_img img{

	}

div.contents_plan_text{
	width: 70%;
	float: right;
	}

div.contents_plan_text h3{
	/*background-color:#f6f3d4;*/ 
	border-bottom: 1px solid #e6e0bd;
	padding: 2px; 
	margin: 0;
	}



div.contents_plan_text .price{
	font-size: 20px; 
	color: #C32123; 
	font-weight: bold; 
	vertical-align: middle;
	margin-left: 18px;
	}


div.contents_plan_text .value{
	border: 1px solid #C32123; 
	color: #C32123; 
	font-size: 10px; 
	padding: 1px 2px; 
	vertical-align: middle; 
	margin-left: 5px;
	}

div.to_plan_detail{
	/*border-top: 1px dashed #dddddd;*/
	text-align: right; 
	padding: 3px 0;
	line-height: 150%;
	}

h3.hole_limit_title{
	padding-top:8px;
	}


span.plan_summary{
	font-size: 14px;
	font-weight: bold;
	}

/* お見積り例・一覧 */

.estimate_bg{
	width: 815px;
	margin: 0 auto;
	background: url(../img/plan/estimate_bg.gif) left repeat-y;
	}

h3.estimate{
	border-bottom: 2px solid #ededed;
	padding-bottom: 2px;
	width: 700px;
	margin: 30px auto 0 auto;
	}

div.estimate h3 span{
	border-bottom: 1px dashed #C9BE6F;
	}

div.estimate_list{
	width: 700px;
	margin: 0 auto;
	}

div.estimate_list table{
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
	border-top: 1px solid #ededed;
	}

div.estimate_list th{
	width: 30%;
	font-size: 12px;
	}

div.estimate_list td{
	padding: 1em 0;
	width: 50%;
	}

div.estimate_list td.subtotal{
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0;
	}

div.estimate_list td, div.estimate_list th{
	border-bottom: 1px solid #ededed;
	}

p.total{
	text-align: right; 
	font-weight: bold; 
	font-size: 14px; 
	border-bottom: 2px solid #ededed; 
	padding-top: 2px;
	color: #c32123;
	}

/* 消費税に関するお願い */

div#tax_info{
	border-top: 1px solid  #E3DDBB; 
	border-bottom: 1px solid  #E3DDBB; 
	margin-top: 50px; 
	padding-bottom: 15px;
	}

div#tax_info p{
	text-align: center; 
	font-weight: bold;
	}



/* 先輩花嫁の体験談 ----------------------------------------- */


div.experience{

	}

h1.experience{
	background: url(../img/h1_experience.png) top left no-repeat;
	}

div.new_thum{
	width: 42%; 
	float: left; 
	text-align: center;
	}

div.experience table{
	width: 54%; 
	float: right; 
	border-bottom: 1px solid #D7D19E; 
	border-collapse: collapse;
	}

div.experience td.magazine{
	border-top: 1px solid #D7D19E; 
	border-bottom: 1px dashed #D7D19E; 
	padding-left: 0.3em;
	}

div.experience td.btn_pdf{
	border-top: 1px solid #D7D19E;
	}

div.experience td.couples{
	padding-left: 0.3em;
	}




/* フェア・イベントのご案内 ----------------------------------------- */

div.event{
	
	}


div.event .inner{
	width: 90%;
	margin: 0 auto;
	}


h1.event{
	background: url(../img/h1_event.png) top left no-repeat;
	}

h2.h2_cal{
	background: url(../img/h2_cal.png) top left no-repeat;
	}
	
	
/* フェア・イベント一覧 */

div.to_cal{
	margin-bottom: 3px;
	}

div.contents_event{
	width: 100%;  
	border-bottom: 1px solid #dddddd;
	}

	div.b_top{
		border-top: 1px solid #dddddd;
		}

div.contents_event_inner{
	margin: 10px 20px 5px 20px;
	}

div.contents_event_img{
	width: 40%;
	background-color: #ffffff; 
	border: 1px solid #efefef; 
	float: right;
	padding: 1%;
	}

div.contents_event_img img{
	border: 0;
	}


div.contents_event_text{
	width: 57%;
	float: left;
	}

div.contents_event_text h3{
	border-bottom: 1px solid #dddddd; 
	padding: 3px; 
	margin: 0 0 10px 0;
	}

div.contents_event_text p{
	margin: 10px;
	line-height: 120%;
	}

div.contents_event_text p.text1{
	line-height: 150%;
	}

p.event_date{
	font-size: 16px; 
	font-weight: bold;
	color: #d67044; 
	}




/* フェア・イベント詳細 */
div.event_detail_text{
	width: 50%; 
	float: right; 
	margin-right: 5%;
	}


div.event_detail_text h2{
	margin: 0; 
	border-bottom: 1px solid #ffffff; 
	font-size: 14px; 
	color: #6d5f2f;
	}

div.event_detail_img{
	width: 35%; 
	float: left; 
	margin-left: 5%;
	}

span.accept_end{
	font-size: 10px;
	color: #ff0000;
	font-weight: normal;
	border: 1px solid #ff0000;
	margin-left: 5px;
	padding: 0 2px;
	}

span.accept_free{
	font-size: 10px;
	color: #000099;
	font-weight: normal;
	border: 1px solid #000099;
	margin-left: 5px;
	padding: 0 2px;
	}

p.accept_end{
	width: 80%; 
	margin: 30px auto; 
	color: #ff0000; 
	font-weight: bold; 
	border: 1px solid #ff0000; 
	padding: 10px; 
	text-align: center;
	}

p.accept_free{
	width: 80%; 
	margin: 30px auto; 
	color: #000099; 
	font-weight: bold; 
	border: 1px solid #000099; 
	padding: 10px; 
	text-align: center;
	}

div.event_detail_text p{
	margin: 10px;
	}
	
div.event_detail_text p.text1{
	font-size: 12px;
	}

div.event_detail_text div.text2{
	padding: 10px; 
	background-color: #ffffff;
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	}

div.event_detail_text div.text2 p{
	margin: 6px 10px 20px 10px;
	line-height: 150%;
	}


p.text3{
	width: 80%;
	margin: 0 auto 20px auto; 
	font-size: 12px;
	}

p.text4{
	margin: 10px auto;
	text-align: center; 
	font-size: 12px;
	}

/* お申し込みフォーム */

#event_form{
	display: none;
	}



/* フェア・イベントカレンダー */

div.event{
	
	}

div.cal_icon{
	width: 97%;
	text-align: right; 
	font-size: 10px;
	}

table.event_cal{
	width: 95%;
	border-spacing:4px;
	margin: 0 auto;
	}
	
table.event_cal th, table.event_cal td{
	width: 14.2%;
	background-color: #ffffff;
	}

table.event_cal th.sun, table.event_cal td span.sun{
	color: #BE2100;
	}

table.event_cal th.sun{
	background-color: #FFE0DB;
	}

table.event_cal th.sat, table.event_cal td span.sat{
	color: #424F87;
	}

table.event_cal th.sat{
	background-color: #E3E8FF;
	}

table.event_cal td{
	padding: 3px;
	height: 6em;
	vertical-align: top;
	font-size: 12px;
	background-color: #ffffff;
	}

table.event_cal td p{
	margin: 0;
	line-height: 130%;
	font-size: 10px;
	color: #666666;
	}

.accept_mark{
	font-size: 10px;
	color: #615C2F;
	}

table.event_cal td a{
	font-size: 10px;
	text-decoration: none;
	color: #615C2F;
	}

table.event_cal td a:hover{
	color: #C9BE6F;
	}

table.event_cal td a span{
	border-bottom: 1px dashed #C9BE6F;
	}

th.cal_head{
	height: 40px; 
	padding: 0;
	}

th.cal_head  a{
	display: block; 
	width: 15px; 
	height: 100%;	
	}

a.cal_prev{
	background: url(../img/arrow_cal_l.png) center center no-repeat; 
	float: left;
	}

	a:hover.cal_prev{
		background: url(../img/arrow_cal_l_hover.png) center center no-repeat; 
		}

a.cal_next{
	background: url(../img/arrow_cal_r.png) center center no-repeat; 
	float: right;
	}

	a:hover.cal_next{
		background: url(../img/arrow_cal_r_hover.png) center center no-repeat; 
		}

td.today{
	border: 2px solid #8F5754;
	}

img.holiday_icon{
	vertical-align: middle;
	margin-right: 2px;
	}


/* ご見学について ----------------------------------------- */

div.form{

	}


h1.visit{
	background: url(../img/h1_visit.png) top left no-repeat;
	}



p.visit_text{
	line-height: 120%; 
	margin: -20px auto 20px auto; 
	padding: 0 20px;
	}

p.visit_tel{
	width: 480px; 
	height: 97px; 
	margin: 0 auto; background: url(../img/tel_visit.gif) top left no-repeat; 
	text-indent: -3000px;
	}



/* ご参列のみなさまへ ----------------------------------------- */

div.guest{
	
	}


h1.guest{
	background: url(../img/h1_guest.png) top left no-repeat;
	}


div.guest h2{
	height: 20px;
	}


h2.h2_guest1{
	background: url(../img/h2_guest1.png) top left no-repeat;
	}

h2.h2_guest2{
	background: url(../img/h2_guest2.png) top left no-repeat;
	}

h2.h2_guest3{
	background: url(../img/h2_guest3.png) top left no-repeat;
	}

h2.h2_guest4{
	background: url(../img/h2_guest4.png) top left no-repeat;
	}

h2.h2_guest5{
	background: url(../img/h2_guest5.png) top left no-repeat;
	}

h2.h2_guest6{
	background: url(../img/h2_guest6.png) top left no-repeat;
	}

h2.h2_guest7{
	background: url(../img/h2_guest7.png) top left no-repeat;
	}


div.guest p{
	width: 90%;
	margin: 5px auto 20px auto;
	}

div.guest p.denpo{
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px;
	margin-top: -10px;
	width: 80%;
	}

div.guest p.denpo span{
	font-size: 14px;
	font-weight: bold;
	}

div.guest table{
	border: 2px solid #999999;	
	border-collapse:collapse;
	width: 90%;
	margin: 0 auto 30px auto;
	background-color: #ffffff;
	}

div.guest th{
	background-color: #EFEBD0;	
	}
		
div.guest td{
	padding: 10px;
	border: 1px solid #cccccc;	
	}

div.guest td img{
	vertical-align: middle;
	margin-right: 5px;
	}


.guest_make_tel{
	width: 100%; 
	height: 97px; 
	margin: -15px auto 30px auto; 
	background: url(../img/tel_guest_make.gif) top center no-repeat; 
	text-indent: -3000px;
	}


.guest_dress_tel{
	width: 100%; 
	height: 97px; 
	margin: -15px auto 30px auto; 
	background: url(../img/tel_guest_dress.gif) top center no-repeat; 
	text-indent: -3000px;
	}

.guest_inquiry_tel{
	width: 100%; 
	height: 97px; 
	margin: 0 auto 30px auto; 
	background: url(../img/tel_inquiry.gif) top center no-repeat; 
	text-indent: -3000px;
	}


/* お問い合わせ・資料請求 ----------------------------------------- */


p.form_top_text{
	width: 390px; 
	margin: 30px auto; 
	text-align: left;
	}

p.inquiry_tel{
	width: 480px; 
	height: 97px; 
	margin: -14px auto 30px auto; 
	background: url(../img/tel_inquiry.gif) top left no-repeat; 
	text-indent: -3000px;
	}

div.inquiry{
	
	}


h1.inquiry{
	background: url(../img/h1_inquiry.png) top left no-repeat;
	height: 33px;
	}

h2.h2_inquiry{
	background: url(../img/h2_inquiry.png) top left no-repeat;
	}
	
h2.h2_doc_request{
	background: url(../img/h2_doc_request.png) top left no-repeat;
	}

h2.h2_business{
	background: url(../img/h2_business.png) top left no-repeat;
	}

h2.h2_inquiry_marryme{
	background: url(../img/h2_inquiry_marryme.png) top left no-repeat;
	}

h2.h2_inquiry_maedori{
	background: url(../img/h2_inquiry_maedori.png) top left no-repeat;
	}


p.inquiry_text{
	line-height: 120%; 
	margin: 20px auto; 
	padding: 0 20px; 
	text-align: center;
	}


/* 見積もりのご請求 */

div.estimate_body{
	width: 95%; 
	margin: 5px auto 30px auto;
	border-bottom: 1px solid #cec7b1;
	}

table.estimate{
	width: 77%;
	margin-left: 2%; 
	float: left;
	margin-bottom: 10px;
	}

table.confirm_estimate{
	width: 95%;
	margin: 0 auto 30px auto;
	}


table.estimate td,table.confirm_estimate td{
	border-bottom: 1px dashed #cccccc;
	padding: 5px 0;
	}

table.estimate td span, table.confirm_estimate td span{
	font-size: 10px; 
	color: #746546; 
	line-height: 100%;
	}

div.estimate_img_box{
	width: 18%;
	padding-top: 10px;
	float: right;
	}

div.estimate_img_box div{
	margin-bottom: 15px; 
	width:100%; 
	background-color: #fff;
	}

div.estimate_img_box img{
	width: 92%;
	margin: 4%;
	}

div.estimate_text{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	}

div.estimate_text p{
	font-size: 10px;
	text-align: left;
	}

div.estimate_text textarea{
	width: 100%;
	}
	
div.estimate_text div{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 2em;
	}



/* 挙式のお申し込み ----------------------------------------- */

div.reservation{
	
	}


div.contents_reservation{
	margin: 10px 20px;
	}

div.contents_reservation h2{
	border-bottom: 1px solid #DBD5A0;
	}

div.contents_reservation h3{
	margin-bottom: 5px;
	}

h1.reservation{
	background: url(../img/h1_reservation.png) top left no-repeat;
	}

.h2_reservation1{
	height: 20px;
	background: url(../img/h2_reservation1.png) top left no-repeat;
	}

.h2_reservation2{
	height: 20px;
	background: url(../img/h2_reservation2.png) top left no-repeat;
	}

.h2_reservation3{
	height: 20px;
	background: url(../img/h2_reservation3.png) top left no-repeat;
	}


div.reservation_box{
	margin: 0 20px 40px 20px;
	}

p.reservation_box{
	margin: 10px 20px 20px 20px;
	}


/* よくあるご質問 ----------------------------------------- */

div.qa{
	background: url(../img/trans90.png) top left repeat;
	}

h1.qa{
	background: url(../img/h1_qa.png) top left no-repeat;
	}

div.qa_all{
	width: 90%;
	margin: 0 auto;
	}

div.q_and_a{
	border-left: 3px solid #DBD5A0;
	width: 90%; 
	margin: 5px auto 20px auto; 
	padding: 5px 0 5px 16px;	
	}

div.q_text{
	height: 21px;
	padding-left: 20px;
	background: url(../img/qa/icon_q.png) bottom left no-repeat;
	margin-bottom: 1.2em;
	}
	
div.a_text{
	width: 95%;
	margin: 5px auto 12px auto;
	background-color: #fefcf6;
	padding: 12px 0;
	position: relative;
	}

div.a_text p{
	margin: 0 30px;
	}
	

/* 交通アクセス ----------------------------------------- */

div.access{
	min-width: 900px;
	}


div.access .inner{

	}

h1.access{
	background: url(../img/h1_access.png) top left no-repeat;
	}

div.root_map{
	width: 610px; 
	height: 320px; 
	position: relative; 
	margin: 0 auto;
	background: url(../img/access/base.gif) top left no-repeat;
	}

div.root_map img{
	position: absolute;
	}


.goal{
	position: absolute; 
	top: 149px; 
	left: 272px;
	}



/* タクシー */

div.taxi_body{
	width: 610px;
	margin: 15px auto 0 auto; 
	text-align: left;
	}

div.taxi_text{
	width: 48%; 
	float: left; 
	border: 1px solid #cccccc; 
	margin-left: 1%;
	background-color:#ffffff;
	}

div.taxi_text .start{
	color: #ffffff; 
	background-color: #660000; 
	padding: 5px 0; 
	text-align: center;
	}


div.taxi_text p{
	margin: 10px;
	border-bottom: 1px solid #cccccc; 
	padding: 0 0 5px 13px; 
	background: url(../img/access/root_arrow.gif)center left no-repeat; 
	line-height: 120%;
	}


p.taxi_text{
	width: 70%; 
	margin: 10px auto; 
	border: 1px solid #cccccc; 
	padding: 10px 20px;
	background-color:#ffffff;
	}


.address_mary{
	width: 400px; 
	height: 103px; 
	text-indent: -3000px; 
	margin: 25px auto; 
	background: url(../img/address_church.gif) top left no-repeat;
	}


/* タブ部分 */
#tab{
	width: 610px;
	margin: 0 auto;
	padding-left: 0;
	}

#tab li {
  float: left;
  padding: 5px 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
  margin-right: 2px;
}
#tab li.select {
  background: #660000;
  color: #ffffff;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  text-align: center;
}


/* 2016-2-28 交通アクセスページ改修 */

.sp_main{
	width: 620px; 
	float: left;
	}

.sp_main img.root{
	margin-bottom: 5px;
	}

.sp_right{
	width: 174px; 
	text-align: center; 
	float: right;
	}

.sp_right h2{ 
	font-size: 12px; 
	font-weight: normal; 
	text-align: center; 
	border: 1px solid #ccc; 
	padding-top: 0.5em; 
	background-color: #fff;
	}


.access table{
	width: 820px; 
	margin: 0 auto;
	}


.access table td.map_main{
	width: 636px; 
	position: relative;
	}

.access table td.map_main img{
	border: 1px solid #ccc; 
	/*position: absolute; 
	top: 0; 
	left: 0;*/
	}

.access table td.map_main img.map_on_photo1{
	position: absolute; 
	top: 290px; 
	left: 172px;
	border: none;
	}

.access table td.map_main img.map_on_photo2{
	position: absolute; 
	top: 279px; 
	left: 426px;
	border: none; 
	}


.access table td.map_right_top{
	width: 174px; 
	vertical-align: top; 
	text-align: center;
	}

.access table td.map_right_top h2{
	font-size: 12px;
	font-weight: normal; 
	text-align: center; 
	border: 1px solid #ccc; 
	padding-top: 0.5em; 
	background-color: #fff;
	}


.access table td.map_right_bottom{
	vertical-align: bottom; 
	text-align: center;
	}



.access table td.map_right_bottom .pdf{
	margin-top: 1em; 
	text-align: left; 
	border: 1px solid #ccc; 
	padding: 0.5em 0.8em; 
	width: 70%; 
	margin: 7px auto 1px auto; 
	line-height: 120%; 
	background-color: #fff;
	}


.access table td.map_right_bottom .pdf img{
	float: left; 
	margin: 0 5px 0 0; 
	}


.access table .kikan{
	width: 10em; 
	background-color: #000; 
	color: #fff; 
	text-align: center; 
	padding: 0.3em; 
	margin: 0.8em 0.5em 0 1em; 
	float: left;
	}


.access table .train{
	float: left; 
	margin: 0.3em 1em;
	}

.access table .train img{
	vertical-align: -2px;
	margin-right: 3px;
	}

.access table .root{
	float: left; 
	border:1px solid #ccc; 
	padding: 0.3em 1em; 
	background-color: #fff;
	}

.access .caution{
	border-top: 1px solid #902825; 
	border-bottom: 1px solid #902825; 
	color: #902825; 
	text-align: center; 
	font-size: 10px; 
	margin: 0.5em 0 0.7em 0;
	}



/* 運営会社 ----------------------------------------- */

div.company{
	
	}


h1.company{
	background: url(../img/h1_company.png) top left no-repeat;
	}


h2.h2_company{
	background: url(../img/h2_company.png) top left no-repeat;
	}

h2.h2_pp{
	background: url(../img/h2_pp.png) top left no-repeat;
	}

h2.h2_jobs{
	background: url(../img/h2_jobs.png) top left no-repeat;
	}

/* 会社概要 */

.submenu{
	margin-top: -30px; 
	margin-bottom: 10px;
	text-align: right;
	}

.company_main{
	width: 85%; 
	margin: 25px auto;
	}

img.company_img{
	width: 28%;
	float: right;
	}

div.company table{
	width: 70%;
	border-collapse:collapse;
	border:2px solid #cccccc;
	background-color: #ffffff;
	float: left;
	}

div.company th, div.company td{
	border: 1px solid #cccccc;
	}

div.company th{
	background-color: #efefef;
	}

div.company td{
	padding: 10px;
	text-align: center;
	}

/* プライバシー・ポリシー */


div.pp h3{
	margin-bottom: 5px;
	border-bottom: 1px dotted #d3cb8e;
	}




/* 採用情報 */
div.jobs table.form{
	border-bottom: 1px solid #d9d9d9;
	width: 85%;
	margin-bottom: 30px;
	}

div.jobs table.form td.title{
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	}

div.jobs_foot{
	width: 85%;
	margin: 0 auto;
	border: 1px dotted #d9d9d9;
	}

div.jobs_foot p{
	margin: 15px;
	}

div.jobs_foot p.t_center{
	padding: 150px 0;
	}




/* サイトマップ ----------------------------------------- */

div.sitemap{
	width: 780px;
	padding: 20px;
	margin: 15px auto 50px auto;
	}


h1.sitemap{
	background: url(../img/h1_sitemap.png) top left no-repeat;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 2px;
	}


div.sitemap h2{
	font-size: 12px;
	padding: 2px 3px;
	border-bottom:1px dashed #E6DEAC;
	margin: 0;
	padding: 5px 0;
	background-color: #F7F4E1;
	}


.sitemap a{
	padding-left: 12px;
	background: url(../img/arrow_a.png) center left no-repeat;
	text-decoration: none;
	color: #615C2F;
	margin-left: 5px;
	}

.sitemap a:hover{
	color: #C9BE6F;
	}

.sitemap a span{
	border-bottom: 1px dashed #C9BE6F;
	}


div.sitemap table{
	width: 100%;
	border-collapse:separate;
	border-spacing:5px;
	}

div.sitemap td{
	width: 25%;
	border: 1px solid #E6DEAC;
	vertical-align: top;
	}

div.sitemap td p{
	margin: 5px 10px 10px 10px;
	padding-bottom: 5px; 
	}


/* キャンペーン ----------------------------------------- */

h1.campaign{
	background: url(../img/h1_campaign.png) top left no-repeat;
	}


/* 前撮りフォトプレゼント */


.photo_cam_body{
	width: 580px; 
	margin: 20px auto; 
	background-color: #ffffff; 
	padding: 10px 0 40px 0;
	}

#photo_cam_title{
	display: block; 
	margin: 0 auto;
	}

#photo_cam_date{
	text-align: center; 
	border-top: 1px solid #696133; 
	border-bottom: 1px solid #696133; 
	margin: 0 auto; 
	width: 60%; 
	font-size: 14px; 
	line-height: 120%; 
	padding: 0.5em 0; 
	margin: 15px auto 14px auto;
	}

#photo_cam_main{
	width: 540px; 
	margin: 0 auto;
	}

#photo_cam_target{
	text-align: center; 
	margin-top: 20px;
	}

#photo_cam_target #title{
	font-size: 14px; 
	font-weight: bold; 
	border-bottom: 1px dashed #696133;
	}

#photo_cam_target p{
	line-height: 150%;
	}



/* 平日相談会 */

h1.consul{
	background: url(../img/h1_consul.png) top left no-repeat;
	}

.consul_icon{
	width: 50px;
	}

.consul_list_box{
	margin-bottom: 30px;
	}


.consul_list_title{
	padding: 0 0 2px 80px;
	margin-top: -52px;
	border-bottom: 1px solid #ffffff; 
	position: relative;
	}

.consul_list_title span{
	font-size: 16px; 
	font-weight: bold;
	}

.consul_list_icon{
	width: 55px; 
	position: absolute; 
	bottom: -8px; 
	right: 8px;
	}

.consul_list_text{
	width: 95%; 
	margin: 18px auto 35px auto;
	}


.consul_list_img{
	width: 14%; 
	border: 1px solid #efefef;
	padding: 0.7%;
	background-color: #ffffff;
	float: left;
	}


.consul_list_text p{
	width: 82%; 
	float: right; 
	margin-top: 0;
	}



.consul_detail{
	margin-bottom: 35px; 
	position: relative;
	}


.consul_detail_title{
	border-bottom: 1px solid #ffffff; 
	margin-top: -76px; 
	padding-bottom: 6px; 
	width: 100%;
	}


.consul_detail_title h2 span{
	font-size: 12px; 
	font-weight: normal;
	}

.consul_detail_icon{
	width: 65px; 
	position:absolute; 
	bottom: 6px; 
	right: 15px;
	}




/* その他 ===================================================== */

/* フォーム */
table.form{	
 	margin: 0 auto 30px auto;
	/*border: 2px solid #ececec;*/
	border-collapse:separate;
	border-spacing: 5px;
	}

table.form th{
	font-weight: normal;
	background-color: #dcd5c9;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	padding: 20px 30px;
	}

table.form td{
	line-height: 200%;
	padding: 20px 10px;
	}


.error{
	color: #ff0000;
	text-align: center;
	}

#send_message{
	margin: 100px auto;
	text-align: center;
	}



.red{
	color: #ff0000;
	}

.blue{
	color: #0000ff;
	}

.f_left{
	float: left;
	}

.f_right{
	float: right;
	}

.t_left{
	text-align: left;
	}

.t_center{
	text-align: center;
	}

.t_right{
	text-align: right;
	}

.clear{
	clear: both;
	}

.lclear{
	clear: left;
	}

.rclear{
	clear: right;
	}


.f10{
	font-size: 10px;
	}
  
























