@charset "Shift_JIS";
/**
 :タイトル "「パーティー」用スタイル";
 :一行説明 "「パーティー」用のスタイルシートです";
 :作成日 "2009-07-08";
 :改訂版 [:版 "1.0.0"; :作成日 "2009-07-09"];
*/

/* 全体ページ構成
   --------------------------------------------- */
#main{
	width:900px; /* 横幅上書き */
	margin:0 3px 0 4px;
}

/* パーツ調整
   --------------------------------------------- */


/* エリア毎設定
   --------------------------------------------- */
			
/* タイトル */
#menuTitle{
	position:relative;
	width:900px;
	height:53px;
	margin-bottom:16px;
}

#menuTitle h1{
	position:absolute;
	top:0;
	left:6px;
	margin:0;
	padding:0;
}


/* partyBox1-右に画像+左にテキスト */
div.partyBox1Wrapper{
	width:858px;
	margin:5px 0 40px 21px;
}

div.partyBox1Wrapper p.pic{
	float:right;
	width:326px;
	margin:0;
	padding:0;
}

div.partyBox1Wrapper div.text{
	float:left;
	width:532px;
}

div.partyBox1Wrapper div.text ul{
	float:left;
	width:246px;
	padding-right:20px;
}

div.partyBox1Wrapper div.text ul li{
	line-height:140%;
}


/* partyBox2-テキスト3カラム */
div.partyBox2Wrapper{
	width:858px;
	margin:5px 0 40px 21px;
}


div.partyBox2Wrapper div.text ul{
	float:left;
	width:266px;
	padding-right:20px;
}

div.partyBox2Wrapper div.text ul li{
	line-height:140%;
}

div.partyBox2Wrapper p{
	line-height:140%;
}


/* roomInfo-個室のご案内 */

div.roomInfo{
	width:890px;
	margin:0 0 0 5px;
	background: url(../images/roomarea_bg.gif) repeat-y top left;
}

div.roomInfoBottom{
	width:890px;
	padding:0 0 14px 0;
	background: url(../images/roomarea_bg_bottom.gif) no-repeat bottom left;
}

div.roomInfoTop{
	width:858px;
	padding:14px 16px 0 16px;
	background: url(../images/roomarea_bg_top.gif) no-repeat top left;
}

div.roomInfoTop p{
	margin:0;
	padding:0;
	line-height:150%;
}

div.roomInfoTop div.text{
	float:left;
	width:344px;
}

div.roomInfoTop div.text h2{
	font-weight:bold;
	font-size:116%;
	margin:0;
	padding:5px 0 8px 0;
}

div.roomInfoTop div.pic{
	float:right;
	position:relative;
	width:514px;
	height:145px;
}

div.roomInfoTop div.pic p.room1{
	position:absolute;
	top:0;
	right:0;
}

div.roomInfoTop div.pic p.room2{
	position:absolute;
	top:0;
	right:227px;
}

div.roomInfoTop div.pic p.room3{
	position:absolute;
	top:76px;
	right:227px;
}

div.roomInfoTop div.pic p.roomText{
	position:absolute;
	bottom:0;
	right:384px;
}

/* attention-注意書き */
div.attention{
	width:858px;
	margin:15px 0 30px 21px;
}

div.attention p{
	line-height:150%;
}


