@charset "utf-8";
/* ===================================================================
CSS information

 file name  :party.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページ指定
----------------------------------------------------------- */
#party #bg_contents {
	padding-top:20px;
	background: url(../../images/bg/bg_contents_hina.gif) repeat-x left top;	
}

/* タイトル
----------------------------------------------------------- */
#party #st_title {
	margin:0 0 33px 0;
	padding:0;
	width:680px;
	height:28px;
	line-height: 1;
	background:url(../party/images/st_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* タイトル_宴会プラン */
#party #sst_party {
	margin-bottom:16px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../party/images/sst_party.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* 宴会場
----------------------------------------------------------- */

/*文と写真*/
#party #party_hall{
	margin:0 0 30px 0;
	width: 680px;
}

#party #party_hall:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#party h3#intro_copy {
	margin:0 0 15px 0;
	width: 680px;
	height: 24px;
	background: url(../party/images/intro_copy.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#party #party_hall p#intro_text{
	width: 680px;
}

/*ボタン_施設・サービス*/

#party #btn_party {
	float:right;
	margin:-39px 0 0 0;
	width:137px;
	height:24px;
	}
	
#party #btn_party a {
	width:137px;
	height:24px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	}

/* 画像 */
#party #party_hall {
	margin:15px 0 0 0;
	}

#party #party_hall .hall_box {
	margin:0;
	padding:0;
	float:left;
	}

#party #party_hall .hall_box p {
	color:#595959;
	}

/* 宴会プラン	
----------------------------------------------------------- */

#party .plan_box {
	width:680px;
	margin:0 0 15px 0;
	overflow:hidden;
	}
	
#party .plan_box img {
	float:left;
	margin:0 15px 0 0;
	}
	
#party .plan_box .plan_right_box {
	width:435px;
	float:right;
	}
	
#party .plan_box .plan_right_box h4 {
	margin:0 0 15px 0;
	text-indent:-9999px;
	}
	
#party .plan_box .plan_right_box h4#course_copy {
	background:url(../party/images/copy_course.gif) left center no-repeat;
	width:321px;
	height:15px;
	}
	
#party .plan_box .plan_right_box h4#plan_copy {
	background:url(../party/images/copy_plan.gif) left center no-repeat;
	width:181px;
	height:15px;
	}
	
#party .plan_box .plan_right_box p {
	margin:15px 0 0 0;
	width:435px;
	}

/* リスト */
#party .party_ul {
	list-style: circle;
	width:435px;	
}

#party .party_ul li {
	list-style: disc inside;
	font-size: 93%;
	color: #595959;
}

/* テーブル */	
#party table {
	margin:1px 0 10px 1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
#party table th {
	background: #F5EDE3;
	text-align:center;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#party table td {
	padding:5px;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#party table th .color_01 {
	background: #EDDECC;
}

#party ol {
	list-style-position: inside;
	margin:0;
	}
	
#party li {
	list-style-type:decimal;
	margin:0;
	}
	
/* 宿泊料金 */

#party #img_setplan {
	width:680px;
	height:157px;
	text-indent:-9999px;
	margin:20px 0 0 0;
	background:url(../party/images/img_setplan.jpg) left center no-repeat;
	}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


