@import 'site_theme.css';
@charset='utf-8';

#common{}

img{
	border:none;
}

h2,h3{
	font-size:12px;
	font-weight:normal;
	display:inline;
}

#header{
	height:100px;
}

#topics{
	position:absolute;
	width:530px;
	height:480px;
	top:70px;
	left:50%;
	margin-left:-90px;
}

#information{
	width:300px;
	height:60px;
	background:url("./img/18kin.jpg") no-repeat;
	text-indent:-9999px;
}

#buttonBox{
	width:300px;
	margin-left:20px;
}

a.enterBtn{
	display:block;
	width:300px;
	height:150px;
	background:url("./img/enter_button.png") no-repeat;
	background-position:top;
	margin-bottom:20px;
	text-indent:-9999px;
	outline:none;
}

a:hover.enterBtn{
	display:block;
	width:300px;
	height:150px;
	background:url("./img/enter_button.png") no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	text-indent:-9999px;
	ouline:none;
}

a.allBtn{
	display:block;
	width:300px;
	height:150px;
	background:url("./img/all_button.png") no-repeat;
	background-position:top;
	margin-bottom:20px;
	text-indent:-9999px;
	outline:none;
}

a:hover.allBtn{
	display:block;
	width:300px;
	height:150px;
	background:url("./img/all_button.png") no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	text-indent:-9999px;
	outline:none;
}

a.leaveBtn{
	display:block;
	width:300px;
	height:100px;
	background:url("./img/leave_button.png") no-repeat;
	background-position:top;
	margin-top:20px;
	text-indent:-9999px;
	outline:none;
}

a:hover.leaveBtn{
	display:block;
	width:300px;
	height:100px;
	background:url("./img/leave_button.png") no-repeat;
	background-position:bottom;
	margin-top:20px;
	text-indent:-9999px;
	outline:none;
}

#siteTheme{
	width:830px;
	margin:20px auto;
	padding:10px;
	background:#ffda80;
	border:2px #ffca30 solid;
	line-height:150%;
}

p{
	color:#ff0000;
	margin-bottom:0;
}

#topStore{
	width:880px;
	margin:0 auto;
}

.storeBlock{
	width:265px;
	float:left;
	border:1px #666 solid;
	margin:3px 7px;
	cursor:pointer;
	position:relative;
}

.store_title{
	height:30px;
	line-height:30px;
	background:#cccccc;
	border-bottom:1px #ffffff solid;
}

.store_title a{
	display:block;
	background:url("img/stIcon.png") no-repeat;
	text-indent:25px;
	color:#0070ff;
}

.girlsBox{
	width:90;
	margin-left:1px;
	float:left;
}

.storeInfo{
	width:169px;
	float:left;
	margin-left:5px;
	overflow:hidden;
}

.storeIcon{
	width:265px;
}

.movieIcon{
	width:40px;
	height:40px;
	background:url("./img/movieIcon.png") no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:10px;
	top:2px;
}

#indexLine{
	width:880px;
	height:40px;
	margin:0 auto;
	background:url("img/indexLine.png") no-repeat;
	text-indent:-9999px;
}

#topSin{
	width:850px;
	overflow:hidden;
	margin:0 auto;
}

.topStoreType{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/stypeIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}

.topInfoMoney{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/smoneyIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}

.topStoreTel{
	height:15px;
	width:155px;
	line-height:16px;
	background:url("http://t.kakuyasu.ch/img/stelIcon.png") no-repeat;
	backgorund-position:0 50%;
	float:left;
	text-indent:20px;
	margin-top:4px;
}