@charset "shift_jis";

/* CSS Document */

html {
	height:100%;
}


body{
	margin:0px;          /* ページ全体のmargin */
	padding:0px;         /* ページ全体のpadding */
	/*text-align:center;    下記のautoに未対応用のセンタリング */
	
	height:100%;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-variant:normal;
	
	line-height:20px;
	
}
div.wrapper{
	margin-left:auto;  /*   左側マージンを自動的に空ける */
	margin-right:auto;  /*  右側マージンを自動的に空ける */
	/*text-align:left;      中身を左側表示に戻す */
	
	width:840px;         /* 幅を決定する */
	background-image:url(../img/bg_corp.jpg);
	background-position:center;
	background-repeat:repeat-y;

}


/************************************************************************************/
div.body_header_corporation{
	margin-left:auto;   /*  左側マージンを自動的に空ける */
	margin-right:auto;/*    右側マージンを自動的に空ける */

	width:780px;
	height:233px;
	
	margin-bottom:0px;
/*
	background-image:url(../img/header_corp.jpg);
	background-position:top;
	background-repeat:no-repeat;
*/
}

div.page_title{
	margin-left:auto;   /*  左側マージンを自動的に空ける */
	margin-right:auto;/*    右側マージンを自動的に空ける */

	width:780px;
	height:130px;
	
	margin-bottom:20px;
}

div.body_header_top
{
	margin-left:auto;   /*  左側マージンを自動的に空ける */
	margin-right:auto;/*    右側マージンを自動的に空ける */

	width:780px;
	height:57px;

	background-image:url(../img/header/header.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

div.body_header_top_tel
{
	position:absolute;
	text-align:right;
	float:left;
	padding-left:495px;
	padding-top:5px;
	/*clear:both;*/

}

div.body_header_top_text
{
	font-size:11px;
	font-weight:100;
	
	text-align:right;
	vertical-align:bottom;
	
	padding-top:40px;
}
 
table.header_table
{
	border: solid 0px #000000;
	border-collapse: collapse;
	border-spacing: 0px 0px 0px 0px;

	width:780px;
}
td.header_table
{
padding:0;
	border: solid 0px #ff0000
}

div.body_navi{
	margin-left:auto;   /*  左側マージンを自動的に空ける */
	margin-right:auto;/*    右側マージンを自動的に空ける */

	width:780px;
	height:40px;
	
	/*margin-bottom:15px;*/
/*
	background-image:url(../img/header_corp.jpg);
	background-position:top;
	background-repeat:no-repeat;
*/
}
table.header_navi
{
	border: solid 0px #000000;
	border-collapse: collapse;
	border-spacing: 0px 0px 0px 0px;

	width:780px;
}
td.header_navi
{
padding:0;
	border: solid 0px #ff0000;
}
/************************************************************************************/




div.wrapper_corp{
	margin-left:auto;  /*   左側マージンを自動的に空ける */
	margin-right:auto;  /*  右側マージンを自動的に空ける */
	/*text-align:left;      中身を左側表示に戻す */
	
	width:840px;         /* 幅を決定する */
	background-image:url(../img/bg_corp.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	/*height:100%;*/
	/*background-color: #000;*/
}
 
div.body_header_person{
	margin-left:auto;   /*  左側マージンを自動的に空ける */
	margin-right:auto;/*    右側マージンを自動的に空ける */
	/*background-color:#66FF99;*/
	width:780px;
	height:280px;
	/*border:1px solid black;*/
	background-image:url(../img/header_p.jpg);
	background-position:top;
	background-repeat:no-repeat;

}


div.body_area_person{
	/**/margin-left:auto;   /* 右側マージンを自動的に空ける */
	/*background-color:#66FF99;*/
	width:780px;
	height:4590px;
	/*border:1px solid black;*/
}

div.body_area_corp{
	/**/margin-left:auto;   /* 右側マージンを自動的に空ける */
	/*background-color:#66FF99;*/
	width:780px;
	height:3150px;
	/*border:1px solid black;*/
}

div.body_footer_person{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	/*background-color:#66FF99;*/
	width:780px;
	height:60px;
	/*border:1px solid black;*/
	background-image:url(../img/footer_person.jpg);
	background-position:top;
	background-repeat:no-repeat;

	font-size:11px;
	font-weight:100;
	
	text-align:right;
	vertical-align:bottom;
	
	line-height:30px;
	
	padding-right:15px;
}

div.body_footer_corp{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	/*background-color:#66FF99;*/
	width:780px;
	height:68px;
	/*border:1px solid black;*/
	background-image:url(../img/etc/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	
	
	font-size:11px;
	font-weight:100;
	
	text-align:right;
	vertical-align:bottom;
	
	line-height:30px;
	
	/*padding-right:15px;*/
}

a:link.under_line{
    text-decoration:none;
}
a:visited.under_line{
    text-decoration:none;
}
a:hover.under_line{
    text-decoration:none;
}

/*))))))))))))))))))))))))))))))))))))))))))))))))))))))*/
div.container_youto{
	width:700px;
	height:250px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
}
div.container_tanjoubi{
	width:700px;
	height:700px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid #FF3300;*/
}
div.container_kekkon{
	width:700px;
	height:645px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid black;*/
}

div.container_syussan{
	width:700px;
	height:650px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid #FF3300;*/
}
div.container_omimai{
	width:700px;
	height:670px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid black;*/
}
div.container_osonae{
	width:700px;
	height:800px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid #FF3300;*/
}

div.container_otyuugen{
	width:700px;
	height:380px;
	
	margin-left:auto;
	margin-right:auto;
	
	clear: both;
	/*border:1px solid black;*/
}




/*----------------------------------------------------------------------------------------*/
.left_menu_wedding{
	width:145px;
	height:400px;
	
	float:left;
	
	background-image:url(../img_wedding/wedding_side_menu_back.jpg);
	background-repeat:no-repeat;
	
	padding-top:110px;
	padding-left:-5px;
}

.right_area_wedding{
	width:620px;
	height:400px;
	
	float:right;
}
.right_area_wedding_flower{
	width:620px;
	height:550px;
	
	float:right;
}
.right_area_wedding_hall{
	width:620px;
	/*height:2050px;*/
	
	float:right;
}

a#wedding_left{
	text-decoration: none;
}

.wedding_produce_table{
	width:610px;
	border:0px;
	

}

.wedding_td1{
	height:50px;

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#660000;
	vertical-align:top;
	
	text-align:left;

}
.wedding_td2{

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	
	text-align:left;
}

.wedding_td3{
	height:75px;

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#660000;
	vertical-align:top;
	
	text-align:left;

}

.wedding_table3{
	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#666666;
	
	text-align:left;

}

ul#wedding_produce { 
	list-style-type: square;
	text-align:left;
}

li#wedding_produce{
	margin-bottom:15px;
}
li#wedding_produce a:hover{
	color:#FF3399;
}

li#wedding_produce a:link{
	color:#333333;
}
li#wedding_produce a:visited{
	color:#333333;
}

.wedding_hall1{
	text-align:right;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#333333;
	
	line-height:25px;
}
.wedding_hall2{
	text-align:right;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#006600;
	
	line-height:30px;
}
.wedding_hall3{

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#333333;
	vertical-align:top;
	
	text-align:right;
	line-height:15px;

}
.wedding_hall4{

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	color:#333333;
	vertical-align:top;
	
	text-align:center;
	line-height:15px;
}

.wedding_hall5{
	text-align:right;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#333333;
	
	text-align:left;
	line-height:25px;
}
.wedding_hall6{
	text-align:right;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#006600;
	
	text-align:left;
	line-height:30px;
}
.wedding_hall7{

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#333333;
	vertical-align:top;
	
	text-align:left;
	line-height:15px;

}
.wedding_hall8{

	font-style:normal;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	color:#333333;
	vertical-align:top;
	
	text-align:center;
	line-height:15px;
}

.area_head{
	/*background-color:#FF00FF;*/
	width:700px;
	/*height:40px;*/
	/*
	background-image:url(../img/syussan.gif);
	background-position:left;
	background-repeat:no-repeat;
	*/
	text-align:left;
	
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

.area_what{
	/*background-color:#00FFCC;*/
	width:700px;
	/*height:80px;*/
	
	/*margin-left:auto;
	margin-right:auto;*/
	
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

.area_caution{
	/*background-color:#FFFF33;*/
	width:700px;
	/*height:80px;*/
	
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

.area_etc{
	width:700px;
	height:80px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}

.area_pic{
	/*background-color:#99FFFF;*/
	/*width:200px;*/
	/*height:150px;*/
	
	margin-left:auto;
	margin-right:auto;
	
	/*text-align:right;
	
	float:right;*/
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.area_etc_tanjoubi{
	width:700px;
	height:120px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}
.area_etc_kekkon{
	width:700px;
	height:110px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}
.area_etc_mimai{
	width:700px;
	height:80px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}

.area_etc_osonae{
	width:700px;
	height:100px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}

.area_etc_syatyou{
	width:700px;
	height:90px;
	
	margin-left:auto;
	margin-right:auto;
	/*padding-bottom:10px;*/
}




/****************************************************************************************/
.font_bold{
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#330000;	
	line-height:30px;
	margin-left:30px;
	
	
	/*background-color:#0000FF;*/
}
/*
.font_spacer{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	
	width:20px;
	
	float:left;
	
	background-color:#9900FF;
	
}
*/
.font_explanation{
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-variant:normal;
	
	line-height:20px;
		
	/*background-color:#66FF00;*/
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.tbl_table1{
	width:610px;
	border:none;
	
	border-collapse:collapse;

	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
}

.tbl_table3{
	width:610px;
}

.tbl_table3 td{
	padding-left:5px;
}

.tbl_td1{
	width:20px;

}

.tbl_td2{
	width:670px;

}

.tbl_td5{
	width:600px;
	/*padding-left:120px;*/
}

.tbl_td6{
	width:550px;
	padding-left:50px;
}

table.tbl_table5{
	width:600px;
	text-align:center;
	line-height:20px;
}

table.tbl_table6{
	width:300px;
	text-align:center;
	line-height:20px;
}

td.tbl_table5{
}

.tbl_table2{
	width:690px;
	border:none;
	
	border-collapse:collapse;
}

.tbl_td3{
	width:20px;

}

.tbl_td4{
	width:240px;

}

.tbl_pic{
	/*position : absolute;*/
	position:relative;
	/*top : 20px;*/
	/*
	margin-left:auto;
	margin-right:auto;
	*/
	/*left : 280px;*/
	text-align:center;
	
	/*border: 0px #1C79C6 solid;*/
	border-collapse:collapse;
	
	/**/width:400px;
	margin-left:280px;
}


.tbl_td_img{
	width:100px;
	height:200px;
	border: 0px #1C79C6 solid;
	text-align:center;
	

}