/* ---------------------------------------------------------------- *
	共通
 * ---------------------------------------------------------------- */



/* ---------------------------------------------------------------- *
	TOPページ
 * ---------------------------------------------------------------- */
.TopPartyWrap {
	width: 100%;
	display: inline-block;

	margin-left: auto;
	margin-right: auto;
}
.TopPartyTitle {
	margin-top: 10px;

	width: 100%;
	height: 30px;

	margin-left: auto;
	margin-right: auto;
	text-align: left;

	text-indent: 35px;
	line-height: 30px;
	font-size: 16px;

	background-color: #805135;

	background-image: url("../img/Base/SubTitleBak1.jpg");
	background-repeat: no-repeat;
	background-position: left top;

}
.TopPartyLink {
	text-align: center;
	margin-top: 5px;
}
.TopPartyLink a:hover {
	background-color: transparent;
}

.TopPartyBt {
	width: 35px;
	height: 200px;
	float: left;

	background-color: #FFFFFF;

	virtical-align: top;

	margin-top: 5px;
}

.TopPartyBox {
	width: 620px;
	height: 198px;
	float: left;

	background-color: transparent;

	overflow: hidden;
	margin-top: 5px;

	border-top: 1px solid #DDBB5F;
	border-bottom: 1px solid #DDBB5F;

	background-image: url("../img/Base/WrapBack1.jpg");
	background-repeat: repeat-x;
	background-position: left top;

}

.TopPartyList {
	width: 400px;
	height: 200px;

	margin-top: 5px;

	background-color: transparent;
}

.TopPartyCol {
	width: 203px;
	height: 200px;
	float: left;

	background-color: transparent;

	text-align: center;
	text-valign: center;
}

/* ---------------------------------------------------------------- *
	パーティー新着
 * ---------------------------------------------------------------- */
.PartyNewBox {
	width: 190px;
	height: 190px;

	background-image: url("../img/Party/TopNewsBak1.jpg");
	background-repeat: no-repeat;
	background-position: left top;

	margin: auto;

	text-align: left;
}
.PartyNewBox-img {
	margin-top: 3px;
	margin-left: 3px;
	virtical-align: text-top;
}

.PartyNewBox-Sub {
	font-size: 12px;
	color: #DE3F3F;
	line-height: 14px;
}
.PartyNewBox-Txt {
	font-size: 11px;
	color: #000000;
	line-height: 12px;

}
.PartyNewBox-Man {
	font-size: 11px;
	color: #6699CC;
	line-height: 12px;
}
.PartyNewBox-Lady {
	font-size: 11px;
	color: #E4007F;
	line-height: 12px;
}


/* ---------------------------------------------------------------- *
	TOPバナーリスト
 * ---------------------------------------------------------------- */
.TopBannerList {
	width: 100%;
	display: inline-block;

	margin-left: auto;
	margin-right: auto;

	background-color: #FFFFFF;
}
.TopBannerList a:hover {
	background-color: transparent;
}

.TopBannerList ul {
	lsit-style: none;
	margin: 0px;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
}
.TopBannerList ul li {
	display: inline-block;
	float: left;
	margin-top: 8px;
}


/* ---------------------------------------------------------------- *
	フッタ問い合わせ
 * ---------------------------------------------------------------- */
.FootToiWrap {
	width: 100%;
	display: inline-block;

	margin-left: auto;
	margin-right: auto;

	text-align: center;
}
.FootToiBox {
	width: 600px;
	height: 200px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("../img/Base/BannerFootToi2.jpg");
	background-repeat: no-repeat;
	background-position: left top;

	position: relative;
	text-align: left;

}

.FootToi-Jusyo {
	position: relative;

	display: inline-block;
	width: 350px;

	left: 20px;
	top: 70px;

	font-size: 11px;
	line-height: 20px;
	text-align: left;
}
.FootToi-Bt {
	position: relative;

	width: 400px;
	height: 120px;

	left: 8px;
	top: 20px;

	background-color: transparent;
}
.FootToi-Bt a:hover {
	background-color: #FFFFFF;
}

/* ---------------------------------------------------------------- *
	TOPタブ
 * ---------------------------------------------------------------- */
.FootTabWrap {
	width: 690px;
	display: inline-block;

	margin-left: auto;
	margin-right: auto;

}

.FootTabBox {
	width: 680px;

}


/* ---------------------------------------------------------------- *
	新着情報
 * ---------------------------------------------------------------- */
/** ニュースリスト **/
.Top-News-bdX {
	margin-top: 5px;

	margin-left: 5px;

	clear: both;

	border: 1px solid #411900;

	display: block;

	width: 664px;
	height: 350px;

	text-align: left;

	font-size: 12px;
	line-height: 25px;

	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-base-color: #999999;
	scrollbar-track-color: #DDBB5F;
	scrollbar-face-color: #411900;
	scrollbar-shadow-color: #411900;
	scrollbar-darkshadow-color: #411900;
	scrollbar-highlight-color: #411900;
	scrollbar-3dlight-color: #411900;
	scrollbar-arrow-color: #FFFFFF;

}
.Top-News-bdX ul {
	float: left;
	display: inline-block;
	list-style: none;
	margin-left: 0px;
	_margin-left: 0px;
}
*:first-child+html .Top-News-bdX ul {
	float: left;
	display: inline-block;
	list-style: none;
	margin-left: 0px;
}

.Top-News-bdX ul li {
	display: block;
	width: 640px;
	border-bottom: 1px dashed #CCCCCC;

	text-indent: 5px;
}

/* ---------------------------------------------------------------- *
	TOP TAB コンテンツ
 * ---------------------------------------------------------------- */
.Top-TabCont {
	position: relative;

	margin-top: 5px;

	margin-left: 5px;

	clear: both;

	display: block;

	width: 664px;

	text-align: left;

	font-size: 12px;
	line-height: 22px;


}
