@charset "utf-8";
html {
	margin				: 0;
	padding				: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #181818;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
* {
	margin				: 0;
	padding				: 0;
	font-style			: normal;
	font-weight			: normal;	
	text-decoration		: none;
}

img { 
	border				: 0;
}

p { 
	margin				: 0;
	padding				: 0;
	font-size:100%;
}
a{
	color: #CCCCCC;
	text-decoration:none;
}
a:hover{
	color: #CCCCCC;
	text-decoration:underline;	
}

.oneColLiqCtr #container {
	width: 942px;
	text-align: left;
	height: 458px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

.oneColLiqCtr #mainContent {
	margin				: 0;
	padding				: 0;
}

/*ナビゲーション*/
.oneColLiqCtr #mainContent #header {
	margin				: 0;
	padding				: 0;
	background-image: url(images/wrapper_t.png);
	background-repeat: no-repeat;
	height: 115px;
	width:942px;
	background-attachment: scroll;
	background-position: center top;
	}
.oneColLiqCtr #mainContent #navi{
	margin				: 0px auto 0 auto ;
	width:928px;
	height:36px;
	float				: none;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColLiqCtr #mainContent #navi li {
	float				: left;
	list-style			: none;
}

.oneColLiqCtr #mainContent #navi li a {
	display				: block;
	height				: 36px;
	background			: url("images/navi.jpg") 0 0 no-repeat;
	text-indent			: -9999px;
	overflow: hidden;
}
/*home*/
.oneColLiqCtr #mainContent #navi li.home a {
	width				: 129px;
	background-position	: 0px 0;
}
.oneColLiqCtr #mainContent #navi li.home a.current {
	background-position : 0px -36px;
}
.oneColLiqCtr #mainContent #navi li.home a:hover {
	background-position : 0px -36px;
}

/*Outline*/
.oneColLiqCtr #mainContent #navi li.Outline a {
	width				: 111px;
	background-position	: -130px 0;
}
.oneColLiqCtr #mainContent #navi li.Outline a.current {
	background-position : -130px -36px;
}
.oneColLiqCtr #mainContent #navi li.Outline a:hover {
	background-position : -130px -36px;
}

/*Registration*/
.oneColLiqCtr #mainContent #navi li.Registration a {
	width				: 111px;
	background-position	: -241px 0;
}
.oneColLiqCtr #mainContent #navi li.Registration a.current {
	background-position : -241px -36px;
}
.oneColLiqCtr #mainContent #navi li.Registration a:hover {
	background-position : -241px -36px;
}

/*Charge*/
.oneColLiqCtr #mainContent #navi li.Charge a {
	width				: 111px;
	background-position	: -352px 0;
}
.oneColLiqCtr #mainContent #navi li.Charge a.current {
	background-position : -352px -36px;
}
.oneColLiqCtr #mainContent #navi li.Charge a:hover {
	background-position : -352px -36px;
}

/*Event*/
.oneColLiqCtr #mainContent #navi li.Event a {
	width				: 111px;
	background-position	: -463px 0;
}
.oneColLiqCtr #mainContent #navi li.Event a.current {
	background-position : -463px -36px;
}
.oneColLiqCtr #mainContent #navi li.Event a:hover {
	background-position : -463px -36px;
}

/*Inquiry*/
.oneColLiqCtr #mainContent #navi li.Inquiry a {
	width				: 111px;
	background-position	: -574px 0;
}
.oneColLiqCtr #mainContent #navi li.Inquiry a.current {
	background-position : -574px -36px;
}
.oneColLiqCtr #mainContent #navi li.Inquiry a:hover {
	background-position : -574px -36px;
}

/*Report*/
.oneColLiqCtr #mainContent #navi li.Report a {
	width				: 111px;
	background-position	: -685px 0;
}
.oneColLiqCtr #mainContent #navi li.Report a.current {
	background-position : -685px -36px;
}
.oneColLiqCtr #mainContent #navi li.Report a:hover {
	background-position : -685px -36px;
}

/*Q＆A*/
.oneColLiqCtr #mainContent #navi li.question a {
	width				: 113px;
	background-position	: -796px 0;
}
.oneColLiqCtr #mainContent #navi li.question a.current {
	background-position : -796px -36px;
}
.oneColLiqCtr #mainContent #navi li.question a:hover {
	background-position : -796px -36px;
}


/*main*/
#main{
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 928px;
	padding-right: 7px;
	padding-left: 7px;
	}
/*News*/
#news{
	margin-top: 246px;
	margin-left: 26px;
	_margin-left:13px;
	display: block;
	width: 482px;
	float: left;
	}
#news #image{
	float				: left;
	}
#news #date{
	height:20px;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	width: 275px;
	margin-left: 200px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	}	
#news #txt{
	margin:5px 0 0 0;
	font-size: 10pt;
	color: #CCCCCC;
	display: block;
	width: 275px;
	margin-left: 200px;
	line-height: 18px;
	}		
#bnr{
	width:199px;
	float:right;
	margin-top: 30px;
	background-color: #3c3c3c;
	margin-right: 35px;
	padding-bottom: 8px;
	}
#bnr p{
	margin				: 0;
	padding				: 0;
	}
*html #bnr{
	width:200px;
	float:right;
	margin-top: 30px;
	background-color: #3c3c3c;
	margin-right: 18px;
	}	
#bnr .image{
	margin-top: 8px;
	margin-left: 8px;
	}
	
/*中ページ1*/
#center{
	width: 639px;
	color: #e6e6e6;
	font-size: 12px;
	line-height: 22px;
	margin: 0 auto 30px auto;
}
#main h1{
	color: #e6e6e6;
	font-size:12px;
	font-weight:800;
	display: block;
	padding:35px 0 5px 30px;
}
#center h3{
	font-size:12px;
	font-weight:800;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin:0 0 5px 0;
	padding:30px 0 0 0;
}
#left{
	width: 639px;
	color: #e6e6e6;
	font-size: 78%;
	line-height: 22px;
	margin-left: 35px;
	margin-top: 30px;
	float: left;
	margin-bottom: 60px;
}
#left h1{
	margin: 0 0 15px 0;
}
#left h2{
	margin: 0 0 15px 0;
}
#left h3{
	font-size:12px;
	font-weight:800;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin:0 0 5px 0;
	padding:0;
}
#left h4{
	font-size:12px;
	font-weight:800;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin:0 0 5px 0;
	padding:30px 0 0 0;
}
#left h5{
	font-size:12px;
	font-weight:800;
	display: block;
	padding-bottom: 5px;
	margin:0 0 5px 0;
	padding:0;
}
#left h6{
	font-size:12px;
	font-weight:800;
	display: block;
	padding-bottom: 5px;
	margin:0 0 5px 0;
	padding:45px 0 0 0;
}
*html #left{
	width: 639px;
	color: #ececec;
	font-size: 12px;
	line-height: 22px;
	margin-left: 18px;
	margin-top: 30px;
	float: left;
}
#left .small{
	font-size: 11px;
	line-height: 18px;
}
#left .formtxt{
	color: #ececec;
	font-size: 12px;
	line-height: 18px;
}
#left .eventBox{
	background-color: #f5f5f5;
	color: #211F21;
	border: 3px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#left .eventdate{
	background-image: url(images/event_01.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 634px;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 12px;
	}
#left .eventdate a{
	text-decoration:underline;
	color: #FFFFFF;
	}
#left .eventdate a:hover{
	text-decoration:none;
	}		
*html #left .eventdate{
	background-image: url(images/event_01.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 634px;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 0;
	vertical-align: middle;
	font-size: 12px;
	margin-top: 10px;
	}
*html #left .eventdate p{
	padding-left: 20px;
	}
#left .maintxt{
	padding-right: 20px;
	padding-left: 20px;
}
#left .maintxt a{
	color:#333333;
	text-decoration:underline;
}
#left .maintxt a:hover{
	color:#000000;
	text-decoration:none;
}
*html #left .maintxt{
	padding-right: 10px;
	padding-left: 10px;
}
#left .title_sub{
	font-weight: 700;
	font-size: 11px;
	color: #736040;	
}
#left .title_main{
	padding:5px;
	font-weight: 700;
	font-size: 15px;
	background-image: url(images/midashi_bg.gif);
	background-repeat: repeat;	
}
#left .txt{
	font-size: 86%;
	line-height:185%;
}
#left .male_etc{
	font-size: 86%;
	line-height:160%;
}
#left .female_etc{
	font-size: 86%;
	line-height:160%;
}
#left #qandaTxt p{
	font-size:90%;
	line-height:195%;
	}
#left #subTxt p{
	font-size:90%;
	line-height:195%;
	}
#right{}
#footer {
	text-align: right;
	line-height: 15px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #979797;
	font-size: 65%;
	letter-spacing: 0.2em;
}
#footer a{
	color: #CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color: #CCCCCC;
	text-decoration:underline;	
}

/* */
form#inquiry table {
 	width: 600px;
	table-layout: fixed;
 	line-height: 1.5;
}
form#inquiry table th,
form#inquiry table td {
	padding: 0.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}
form#inquiry table th {
	width: 10em;
}
form#inquiry table td.buttons {
	text-align: center;
}
form#inquiry span.notice {
	font-size: 80%;
}

/*price*/
table.price  {
    margin: 0 auto 0 auto;
    border-top: 1px solid #505050;
    border-left: 1px solid #505050;
    border-collapse:separate;
    text-align: left;
	margin-top: 20px;

}

table.price th {
    padding: 8px;
    border-right: 1px solid #505050;
	border-bottom:  1px solid #505050;
    background-color: #121212;
    font-weight: normal;
}

table.price td {
    padding: 8px;
 	border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
	vertical-align:middle;

}

li.Charge{
	display	: none;
}

.underline a {
	text-decoration:underline;
}

.underline a:hover {
	text-decoration:none;
}


/*2011.05.20追記*/

#party_main_img {
	margin: 10px 0 20px;
}

.party_img {
	width: 145px;
	float: right;
	list-style: none;
}

.party_img li {
	margin-bottom: 5px;
}

#party_box_bg {
	width: 510px;
	background: url(images/report_bg_top.jpg) left top no-repeat;
	padding: 45px 64px 0 65px;
}

#party_box_bottom {
	width: 639px;
	background: url(images/report_bg.jpg) left top repeat-y;	
}

#party_box_top {
	width: 639px;
	background: url(images/report_bg_bottom.jpg) left bottom no-repeat;
	padding-bottom: 69px;
}

#party_box_content {
	
}

.clearfix {
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after{
	/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
		font-size:0.1em;
		line-height:0;
}

#left_02 {
	width: 858px;
	color: #e6e6e6;
	font-size: 78%;
	line-height: 1.5;
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 60px;
}
#left_02 h1 {
	margin: 0 0 15px 0;
}
#left_02 h2 {
	margin: 0 0 20px 0;
}

#left_02 #content {
	float	: right;
	width	: 618px;
}

#left_02 #reports {
	float	: left;
	margin	: 0 19px 0 0;
	width	: 220px;
}

#left_02 #reports em {
	font-size: 12px;
}

#party_report {
	width: 632px;
	margin-right: -14px;
	overflow: hidden;
	zoom: 1;
}

.party_report_box {
	width: 302px;
	height: 390px;
	float: left;
	margin-right: 14px;
}

.report_img {
	background: url(images/report_img_bg.jpg) left top no-repeat;
	width: 296px;
	height: 138px;
	padding: 3px;
	margin-bottom: 5px;
}

.party_report_box dl {
	padding-bottom: 6px;
}

.party_report_box dl dd {
	margin-bottom: 3px;
	border-bottom: 1px dotted #555;
	padding-bottom: 1px;
}
