@charset "utf-8";
/********** CSSリセット ****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


/********** 汎用クラス common ****************************************/

.center{
	text-align:center;
}

p{
	margin:20px 0;
}




/********** 大枠　structure ****************************************/

body{
	background-color:#000;
	font-size:78%;
	line-height:150%;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
}

#wrapper{
	width:800px;
	margin:40px auto 0 auto;
}

#header{
	width:800px;
	height:100px;
	background-color:#fff;
	position:relative;
}

#contents{
		
}



/********** ヘッダ　header ****************************************/

#header h1{
	top:40px;
	left:20px;
	position:absolute;
}

#header ul{
	width:377px;
	bottom:15px;
	left:423px;
	position:absolute;

}

/*
#header ul{
	width:300px;
	bottom:15px;
	left:500px;
	position:absolute;
}
*/

#header li{
	float:left;
	list-style:none;
	margin-right:15px;
}



/********** フッタ　footer ****************************************/

#footer p{
	text-align:center;
	margin-top:20px;
}



/********** グローバルナビ　gnavi ****************************************/

#navi{
	border:1px solid #4b4b4b;
	border-right-width:0;
	height:34px;	
	width:799px;
	overflow:hidden;
}

#navi li{
	border-right:1px solid #4b4b4b;		
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
}


#navi li a{
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}


#navi li a:hover{
	background-position:0 -34px;
}

#navi li#top a{
	width:113px;
	background-image:url(/img/z_cmn_nav_top.gif);
}

#navi li#concept a{
	width:113px;
	background-image:url(/img/z_cmn_nav_concept.gif);
}

#navi li#party a{
	width:113px;
	background-image:url(/img/z_cmn_nav_party.gif);
}

#navi li#partybox a{
	width:113px;
	background-image:url(/img/z_cmn_nav_partybox.gif);
}

#navi li#work a{
	width:113px;
	background-image:url(/img/z_cmn_nav_work.gif);
}

#navi li#price a{
	width:113px;
	background-image:url(/img/z_cmn_nav_price.gif);
}

#navi li#idea a{
	width:114px;
	background-image:url(/img/z_cmn_nav_idea.gif);
}

#navi a{
	display:block;
	height:34px;
	text-indent:-9999px;
}

/********** サブメニュー submenu ****************************************/

#submenu{
	background-color:#3f3f3f;
}


#submenu li{
	display:inline;
}


#submenu li a{
	color:#fff;
	text-decoration:none;
	background:url(/img/cmn_tri.gif) 0 center no-repeat;
	padding-left:15px;
	margin-left:10px;
	line-height:200%;
	
}




/********** トップ　top ****************************************/

body.top #contents{
}


body.top #contents p#mainimg{
	margin-top:0;
	
}

body.top #contents p#btxt{
	text-align:center;
}

body.top #contents dl#news{
	line-height:150%;
	color:#fff;
	margin:40px auto 70px auto;
}

body.top #contents dl#news dt{
	min-height:22px;
	_height:22px;
	text-align:center;
}

body.top #contents dl#news dt a{
	color:#fff;
}

body.top #contents dl#news dd{
	text-align:center;
	margin-bottom:50px;
}


/********** コンセプト　concept ****************************************/

body.concept #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;		
}

body.concept #contents #mainimg{
	margin-top:0;
	text-align:center;
	padding:100px 0 300px 0;
}



/********** ワークフロー　workflow ****************************************/

body.workflow #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;	
	padding:30px 30px;	
}


body.workflow #flow{
	background:url(/img/flow_h_bg_01.gif) 0 0 repeat-y;
	position:relative;
	width:740px;
}

body.workflow #flow dl{
	background:url(/img/flow_h_bg_02.gif) left bottom no-repeat;
	position:relative;
	min-height:150px;
	_height:150px;
	margin-right:180px;
	padding-bottom:20px;
}

body.workflow #flow dt{
	position:absolute;
	top:10px;
	left:10px;
}

body.workflow #flow dd{
	margin-left:140px;
	padding-left:12px;
	background:url(/img/flow_tri.gif) 0 0.5em no-repeat;
}


body.workflow #flow #bgpic li{
	position:absolute;
	right:0;
}

body.workflow #flow .bgpic1{
	top:0;

}

body.workflow #flow .bgpic2{
	top:50%;
	margin-top:-113px;
}


body.workflow #flow .bgpic3{
	bottom:0;
}

body.workflow #cancel{
	background:url(/img/cmn_dotted.gif) 0 0 repeat-x;
	margin-top:20px;
	padding-top:20px;
}


body.workflow #cancel dl{
	background:url(/img/flow_h_cancell_bg.gif) 0 0 repeat-y;
	position:relative;
	width:740px;
}


body.workflow #cancel dt{
	position:absolute;
	top:10px;
	left:10px;
}

body.workflow #cancel dd{
	margin-left:140px;
}






/********** 価格表　price ****************************************/

body.price #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;
	padding:20px 20px;	
}

body.price #contents h2{
	margin:20px 0;
	background:url(/img/price_border.gif) left bottom repeat-x;
}

body.price #contents h3{
	margin:10px 0;
	font-weight:bold;
	font-size:113%;
}

body.price #contents p{
	margin:10px 0;
}

body.price #price_sample{
	margin:40px 0 20px 0!important;
	padding-top:40px;
	text-align:center;
	background:url(/img/cmn_dotted.gif) 0 0 repeat-x;
}


/********** 会社概要　company ****************************************/

body.company #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;
	padding:30px 30px;	
}

body.company #contents h2{
	margin:10px 0;
}

body.company table{
	border-top:#cccccc 1px solid;
	width:100%;
	margin-bottom:20px;
}


body.company table th,body.company table td{
}

body.company table th{
	color:#fff;
	background-color:#666666;
	border-top:#fff 2px solid;
	background:#666666 url(/img/company_thbg.gif) left bottom repeat-x;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:5px;

}

body.company table td{
	padding-left:30px;
	border-bottom:#cccccc 1px solid;
	padding-top:5px;
	padding-bottom:5px;
}

body.company table th{
}

/********** プライバシーポリシー　privacy ****************************************/

body.privacy #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;
	padding:20px 20px;	
}

body.privacy #contents h2{
	margin:10px 0;
	font-weight:bold;
}

/********** パーティー一覧　party_top ****************************************/

body.party_top #contents{

}

body.party_top #party_list{
	overflow:hidden;
	width:801px;
	margin-right:-1px;
	border-top:#000 1px solid;

}

body.party_top #party_list li{
	float:left;
	border-right:#000 1px solid;
}

body.party_top #party_list li a{
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
}

body.party_top #party_list li a:hover img{
	visibility:hidden;
}

body.party_top #party_list li a:hover{
	filter: alpha(opacity=0)
}


body.party_top #party_list li.entry_000091 a{
	background-image:url(http://118.82.84.22/up/images/Cruise1-2.jpg);
}

body.party_top #party_list li.entry_000092 a{
	background-image:url(http://118.82.84.22/up/images/wedding1-2.jpg);
}

body.party_top #party_list li.entry_000093 a{
	background-image:url(http://118.82.84.22/up/images/picnic1-2.jpg);
}


/********** パーティー詳細　party_detail ****************************************/

body.party_detail #party_pics{
	overflow:hidden;
	width:801px;
	margin-right:-1px;
	border-top:#000 1px solid;
}

body.party_detail #party_pics li{
	float:left;
	border-right:#000 1px solid;
}


body.party_detail #party_pics li.first{
	height:354px;
	border-bottom:#000 1px solid;
	overflow:hidden;
}

/********** パーティーボックス一覧　partybox_top ****************************************/

body.partybox_top #contents{
	color:#fff;
	text-align:center;
}

body.partybox_top #contents strong{
	font-size:113%;
	font-weigit:bold;
}

body.partybox_top #exp{
	margin:40px auto 70px auto;
}

body.partybox_top #exp p{
	text-align:center;
	margin-bottom:30px;
}

body.partybox_top #exp a{
	color:#fff;
}

body.partybox_top #pb_h_enter{

}

body.partybox_top #pb_h_enter h2{
	margin-bottom:10px;
}

body.partybox_top #pb_h_enter p.size{
	margin-bottom:15px;
}

body.partybox_top #pb_h_enter table{
	width:530px;
	border-collapse:collapse;
	margin:0 auto 50px auto;
}

body.partybox_top #pb_h_enter table td{
	border:1px #3f3f3f solid;
}

body.partybox_top #pb_h_enter table td.left{
	width:265px;
}

body.partybox_top #pb_h_enter table td.right{
	width:263px;
	vertical-align:middle;
}

body.partybox_top #pb_h_enter table td.right p{
	margin:0;
}

body.partybox_top #pb_h_enter table td.right p.btn{
	margin:20px 0 0 0;
}

body.partybox_top #pb_s{
	width:801px;
	margin-bottom:40px;
}

body.partybox_top #pb_s h2{
	margin-bottom:10px;
}

body.partybox_top #pb_s p.size{
	margin-bottom:15px;
}


/*standby---start*/

body.partybox_top #pb_s table.enter{
	width:530px;
	border-collapse: collapse;
	margin:0 auto 40px auto;
}

body.partybox_top #pb_s table.enter td{
	border:1px #3f3f3f solid;
}

body.partybox_top #pb_s table.enter td.left{
	width:265px;
}

body.partybox_top #pb_s table.enter td.right{
	width:263px;
	vertical-align:middle;
}

body.partybox_top #pb_s table.enter td.right p{
	margin:0;
}

/*standby---end*/


body.partybox_top #pb_s table.list{
	border-collapse:collapse;
	margin:0 auto 40px 0;
}

body.partybox_top #pb_s table.list td{
	width:265px;
	border-collapse: collapse;
	border:1px #3f3f3f solid;
	margin:0 0 40px 0;
}

body.partybox_top #pb_s table.list td img{
	border-bottom:1px #3f3f3f solid;
	margin-bottom:10px;
}

body.partybox_top #pb_s table.list td h3{
	font-size:113%;
	font-weight:bold;
	margin:0 0 20px 0;
}

body.partybox_top #pb_s table.list td p.english{
	font-size:113%;
	margin:0 0 10px 0;
}

body.partybox_top #pb_s table.list td p.japanese{
	margin:0 0 20px 0;
}

body.partybox_top #pb_s table.list td p.price{
	font-size:113%;
	font-weight:bold;
	margin:0 0 10px 0;
}

body.partybox_top #pb_s p.recommend{
	display:table;
	width:30em;
	text-align:left;
	margin:0 0 0 auto;
}


/********** ホリデーボックス詳細　holidaybox ****************************************/

body.seasonalbox #contents{
	color:#fff;
	text-align:center;
}

body.seasonalbox #contents strong{
	font-size:113%;
	font-weigit:bold;
}

body.seasonalbox #exp{
	margin:50px auto 100px auto;
}

body.seasonalbox #exp p{
	text-align:center;
	margin-bottom:30px;
}

body.seasonalbox #exp a{
	color:#fff;
}


/********** バックナンバー backnumber ****************************************/

body.backnumber #contents{
	background:#fff url(/img/cmn_contents_bg.gif) 0 0 repeat-y;
	padding:20px 20px;	
}

body.backnumber ul.list li{
	background:url(/img/cmn_dotted.gif) left bottom repeat-x;
	padding:5px 0;
}

body.backnumber ul.list li a{
	background:url(/img/cmn_tri_black.gif) 0 center no-repeat;
	padding:0 0 0 15px;
	
}

/********** アイデア　idea ****************************************/

body.idea #contents{
	background-color:#191919;
	padding-bottom:30px;
	padding-top:30px;		
}

body.idea p#mainimg{
	margin-top:0;
	text-align:center;
	
}

body.idea p#btxt{
	text-align:center;
	margin-top:30px!important;
}

