@charset "utf-8";
/* common CSS Document */

/*-----擬似要素(float解除)----*/

div#party:after,
div#main_bottom_inner:after,
div#main_bottom_inner dl:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}


/*------------コンテンツ----------------*/
div#party{
	width:798px;/*848px*/
	margin:0 auto;
	padding:23px 25px;
}

#comment-box{
	width:485px;
	float:left;
}

#comment-box ul li{
	float:left;
	margin-right:10px;
}

p#comment{
	width:485px;
	line-height:1.3;
	margin:-20px 0 35px -15px;
	font-size:110%;
	color:#542500;
	font-weight:bold;
	text-align:left;
}

*html p#comment{
	margin:-20px 0 35px -7px;
}

p#reserve{
	float:right;
	width:153px;
	height:72px;
	margin:-20px -10px -37px 0;
	background:url(../img/bg_reserve.png) no-repeat center bottom;
}

*html p#reserve{
	margin:-20px -7px -37px 0;
}

p#reserve a{
	width:153px;
	height:63px;
	display:block;
	color:#FFF3C2;
}

p#reserve a img{
	display:block;
	margin-top:-2.0em;
	position:relative;
}

p#reserve a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

img#party_image{
	float:right;
	display:block;
	position:relative;
	margin:-400px -20px 0 0;
}

div#party h3{
	margin-bottom:10px;
}

div#party h4{
}

div#party h3 img,
div#party h4 img{
	display:blcok;
	margin:-1.2em 0 0;
	position:relative;
}

div#party_left{
	clear:both;
	float:left;
	width:375px;/*390px*/
	height:574px;/*604px*/
	padding:30px 0 0 15px;
	text-align:left;
	background: url(../img/bg_party_left.gif) no-repeat center;
}

div#party_right{
	float:right;
	width:375px;
	height:574px;
	margin:15px 0 5px;
	padding:30px 0 0 15px;
	text-align:left;
	background: url(../img/bg_party_right.gif) no-repeat center;
}

div#party dl{
	clear:both;
	padding-left:5px;
	text-align:left;
}

div#party dl dt{
	clear:both;
	margin:5px 0 2px;
	font-family:Arial-black, Helvetica, sans-serif;
	font-size:170%;
	font-weight:bold;
	color:#852712;
}

div#party dl dd{
	line-height:1.3;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#000000;
}

div#party dl dd#antipasto_left{
	float:left;
	width:180px;
	letter-spacing:0;
}

div#party dl dd#antipasto_right{
	float:right;
	width:180px;
	letter-spacing:0;
}

div#party dl#free_drink{
	clear:both;
}

div#party dl#free_drink dt,
div#party dl#free_drink dd{
	font-size:100%;
	line-height:1.2;
	text-indent:3px;
}

div#party dl#free_drink img{
	display:block;
	margin:-6.8em 0 0;
	position:relative;
}

div#party dl#free_option{
}

div#party dl#free_option img{
	display:block;
	margin:-2.7em 0 0;
	position:relative;
}

div#party dl#free_option dt{
	font-size:100%;
	text-indent:3px;
}

div#party dl#free_option dd{
	font-size:100%;
	text-indent:3px;
}

p#attention{
	margin-top:7px;
	padding-left:15px;
	line-height:1.2;
	font-size:85%;
	color:#000000;
	text-align:left;
}

/*パーティプランABCD*/
#partyABCD{
	background:url(../img/party_plan_abcd_bg.png) left top no-repeat;
	width:798px;
	height:677px;
	text-align:left;
	}
#partyABCD #partyABCD-left{
	width:427px;
	padding:120px 15px 15px 15px;
	}

#partyABCD #partyABCD-left div.plan-name{
	width:407px;
	height:50px;
	padding:10px;
	margin-bottom:20px;
	text-align:left;
	display:block;
	color:#852712;
	}

#partyABCD-left div.plan-name#A{
	background-color:#fff;
	
	}
#partyABCD-left div.plan-name#B{
	background-color:#F4D5BD;
	}
#partyABCD-left div.plan-name#C{
	background-color:#FCFDCA;
	}
#partyABCD-left div.plan-name#D{
	background-color:#FF9900;
	}
	
#partyABCD-left div.plan-name h3{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#852712;
	border-bottom:1px #852712 solid;
	}
#partyABCD-left div.plan-name p{
	margin:15px 0px;
	color:#852712;
	}
	
#partyABCD-left div.plan-name .small-text{
	color:#852712;
	font-size:11px;
	margin-left:200px;
	}
	
div#partyABCD-left dl#free_drink dt,
div#partyABCD-left dl#free_drink dd{
	font-size:10px;
	text-indent:3px;
}

div#partyABCD-left dl#free_drink img{
	display:block;
	margin:-6.8em 0 0;
	position:relative;
}

/*ウェディングプラン*/
#wedding-plan{
	width:100%;
	margin-top:40px;
	}
#wedding-plan h3{
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	margin-bottom:20px;
	padding-left:20px;
	border-left:5px #FAB500 solid;
}

/*Un Giorno Plan*/
#UnGiornoPlan{
	width:798px;
	margin:30px 0px;
}
	
/*パーティープランのタブナビ*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding-top: 10px;
	height: 50px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	outline: none;
}
ul.tabs li a:hover {
	color: #fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/*tabコンテンツ*/

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
}
.tab_content {
	font-size: 1.2em;
	padding-top:20px;
}
