/* CSS Document */
/*これは関西エリアマップのCSSです*/
@import url("../css/all.css");
@import url("../css/header.css");
@import url("../css/menu.css");
@import url("../css/girlsearch_menu.css");
@import url("../css/girls_table.css");
@import url("../css/page.css");
@import url("../css/search.css");
@import url("../css/footer.css");
/********************************************コンテンツTOP************************************************/
.cont_top {
	width:800px;
	text-align:left;
	height:auto;
}

/*****************エリアマップ*********************/
.map {
	width:500px;
	height:390px;
	text-align:left;
	float:right;
}
/*マップタイトルバナー*/
.map_title {
	width:500px;
	height:20px;
	background:url(image/girlmap_title.gif) no-repeat;
	text-indent:-99999px;
}
/*マップ画像*/
.map_img {
	width:500px;
	height:360px;
}

/********************************************コンテンツMIDDLE************************************************/
.cont_mid {
	width:800px;
	height:auto;
	text-align:left;
}
/*****************絞込み検索*********************/
.ex_search {
	width:800px;
}
/*絞込み検索タイトルバナー*/
.ex_search_title {
	width:800px;
	height:20px;
	background:url(../image/bar/ex_title.gif) no-repeat;
	text-indent:-99999px;
}
/********************************************コンテンツBOTTOM************************************************/
.cont_bottom {
	width:800px;
	height:auto;
	text-align:left;
	margin-top:5px;
}
/*****************検索結果表示*********************/
.result_title {
	width:800px;
	height:60px;
	background:url(../image/bar/girllist_result.gif) no-repeat;
	text-indent:-99999px;
}
.result {
	width:800px;
	height:auto;
}
.gotoareatop {
	width:800px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}




/* IE7 */
/********************************************コンテンツTOP************************************************/
*+html .cont_top {
	width:800px;
	text-align:left;
	height:auto;
}

/*****************エリアマップ*********************/
*+html .map {
	width:500px;
	height:390px;
	text-align:left;
	float:right;
}
/*マップタイトルバナー*/
*+html .map_title {
	width:500px;
	height:20px;
	background:url(image/girlmap_title.gif) no-repeat;
	text-indent:-99999px;
}
/*マップ画像*/
*+html .map_img {
	width:500px;
	height:360px;
}

/********************************************コンテンツMIDDLE************************************************/
*+html .cont_mid {
	width:800px;
	height:auto;
	text-align:left;
}
/*****************絞込み検索*********************/
*+html .ex_search {
	width:800px;
}
/*絞込み検索タイトルバナー*/
*+html .ex_search_title {
	width:800px;
	height:20px;
	background:url(../image/bar/ex_title.gif) no-repeat;
	text-indent:-99999px;
}
/********************************************コンテンツBOTTOM************************************************/
*+html .cont_bottom {
	width:800px;
	height:auto;
	text-align:left;
	margin-top:5px;
}
/*****************検索結果表示*********************/
*+html .result_title {
	width:800px;
	height:60px;
	background:url(../image/bar/girllist_result.gif) no-repeat;
	text-indent:-99999px;
}
*+html .result {
	width:800px;
	height:auto;
}
*+html .gotoareatop {
	width:800px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}




/* Before IE6 */
/********************************************コンテンツTOP************************************************/
* html .cont_top {
	width:800px;
	text-align:left;
	height:auto;
}

/*****************エリアマップ*********************/
* html .map {
	width:500px;
	height:390px;
	text-align:left;
	float:right;
}
/*マップタイトルバナー*/
* html .map_title {
	width:500px;
	height:20px;
	background:url(image/girlmap_title.gif) no-repeat;
	text-indent:-99999px;
}
/*マップ画像*/
* html .map_img {
	width:500px;
	height:360px;
}

/********************************************コンテンツMIDDLE************************************************/
* html .cont_mid {
	width:800px;
	height:auto;
	text-align:left;
}
/*****************絞込み検索*********************/
* html .ex_search {
	width:800px;
}
/*絞込み検索タイトルバナー*/
* html .ex_search_title {
	width:800px;
	height:20px;
	background:url(../image/bar/ex_title.gif) no-repeat;
	text-indent:-99999px;
}
/********************************************コンテンツBOTTOM************************************************/
* html .cont_bottom {
	width:800px;
	height:auto;
	text-align:left;
	margin-top:5px;
}
/*****************検索結果表示*********************/
* html .result_title {
	width:800px;
	height:60px;
	background:url(../image/bar/girllist_result.gif) no-repeat;
	text-indent:-99999px;
}
* html .result {
	width:800px;
	height:auto;
}
* html .gotoareatop {
	width:800px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}