@charset "utf-8";
/* ===================================================================
CSS information

 file name  :party.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 導入部分	
----------------------------------------------------------- */
/*キャッチコピー*/
#party h4#intro_copy{
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../party/images/sst_tamokuteki.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#party h4#intro_copy2{
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../party/images/sst_karaoke.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#party h4#intro_copy3{
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../party/images/sst_cosmos.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#party h4#intro_copy4{
	margin:0 0 15px 0;
	width: 680px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../party/images/sst_bridal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*文と写真*/
#party #intro{
	margin:0 0 30px 0;
	width: 680px;
}

#party #intro:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#party #intro img#intro_img{
	float: right;
}

#party #intro p#intro_text{
	width: 400px;
	float: left;
}

#party #intro p#intro_text2{
	width: 360px;
	float: left;
}

#party #intro p#intro_text3{
	width: 360px;
	float: left;
}

#party #intro p#intro_text4{
	width: 370px;
	float: left;
}


/* 同窓会をお考えの方
------------------------------------ */

#party #btn_alumni a {
	margin:15px 0 15px 535px;
	width:137px;
	height:24px;
	line-height: 1;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(../party/images/btn_alumni.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 営業時間テーブル
------------------------------------ */
#party .time_tbl {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 93%;
}

#party .time_tbl th {
	padding:10px 15px 10px 17px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F5EDE3;
	color: #595959;
	font-weight: normal;
}

#party .time_tbl td {
	padding:10px 15px 10px 17px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #595959;
	background: #FFFFFF;
}

#party #left_time_tbl{
	width: 600px;
	clear:both;
	margin-left:30px;
	margin-bottom:30px;
}

#party #left_time_tbl th{
	text-align:center;
}

#party #price{
	width: 670px;
	clear:both;
	margin-left:10px;
	margin-bottom:30px;
}

#party #price th {
	padding:2px 15px 2px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F5EDE3;
	color: #595959;
	font-weight: normal;
	text-align: center;
}

#party #price td {
	padding:2px 15px 2px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #595959;
	font-weight: normal;
	text-align: right;
}





/* ご宴会・パーティプラン
------------------------------------ */

#party #sst_party_plan {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../party/images/st_party.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#party #shousai_tbl{
	width: 660px;
	margin-left:20px;
}

#party #buffet_tbl{
	width: 660px;
	margin-left:20px;
	margin-bottom: 50px;
}

#party #shousai_tbl th{
	text-align:center;
}

#party #shousai_tbl td{
	text-align:left;
	vertical-align: text-top;
}

/* ウェディング
------------------------------------ */

#party #sst_wedding {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../party/images/st_wedding.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




/* 会議室・宴会場 収容人数 料金
------------------------------------ */

#party #sst_hole_charge {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../party/images/st_room_charge.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#party #sst_hole_charge_list {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../party/images/st_room_charge_rist.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}






/*======================================

	以下、共通からコピー↓CSSはひとつにしてあります。

=======================================*/
@charset "utf-8";
/* ===================================================================
CSS information

 file name  :room.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#party #search {
	margin-bottom:10px;
}

/* コンテンツ
----------------------------------------------------------- */
#party #bg_contents {
	padding-top:20px;
	background-image: url(../images/bg/bg_contents_hina.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* タイトル
----------------------------------------------------------- */
#party #st_title {
	margin:0 0 33px 0;
	padding:0;
	width:680px;
	height:28px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../party/images/st_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* テーブル全施設使いまわし用
----------------------------------------------------------- */
#party .border_party {
	margin-left:1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}
#party .border_party th {
	background: #F5EDE3;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
}

#party .border_party th.right {
	border-right: 1px solid #CCCCCC;
}

#party .border_party td {
	padding:3px 0 3px 0px;
	text-align:center;
}

#party .border_party td.bottom {
	border-bottom: 1px solid #CCCCCC;
}

#party .border_party td.bottom a {
	margin:0 auto;
	width:90px;
	height:20px;
	line-height: 1;
	display:block;
	background: url(../buttons/btn_party.gif) no-repeat left top;
	text-indent: -9999px;
	overflow:hidden;
}

#party .border_party td.right_bottom {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color:#595959;
}

#party .border_party td.right_bottom partyn {
	color:#6E0D25;
}

/* 左th tbl */
#party .left_color_tbl {
	margin-left:1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#party .left_color_tbl th {
	background: #F5EDE3;
	text-align:center;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#party .left_color_tbl td {
	padding:10px;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#party .left_color_tbl .accent_color_01 {
	background: #EDDECC;
}

#party .left_color_tbl .center{
	text-align: center;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

