@charset "EUC-JP";
@import url("global.css");
#topics{
	position:relative;
}
#topics h2{
	position:absolute;
	top:130px;
	left:490px;
	width:340px;
	font-size:0.7em;
	line-height:1.5;
	color:white;
}
.pager {
	clear:both;
	background:#900;
	margin:0 0 10px 0;
	height:50px;
}
.pager-inner {
	position:relative;
	top:10px;
	left:20px;
	margin:10px
	/*border:1px solid white;*/
}
.pager li.btn {
	width:77px;
}
.pager a, .pager .selected {
	text-align:center;
	color:white;
	/*width:20px;*/
	height:20px;
	margin:0px 4px 0 4px;
	padding:0 4px 0 4px;
	background:black;
	float:left;
}
.pager a {
	color:black;
	background:white;
	display:block;
}
.pager a:hover {
	color:white;
	background:black;
}
.pager a img {
	width:77px;
	margin:0 -4px 0 -4px;
	display:block;
	float:left;
}
.pager .selected {
	color:white;
	background:black;
}
/*----------------------*/
/*-----リスト関連-------*/
/*----------------------*/
#list {
	clear:both;
}
#list .shop-name a,#list .gals-name a{
	padding:3px;
}
#list .shop-name a:hover,#list .gals-name a:hover{
	background:#C00006;
	color:white;
}
#list ul {
	/*width:780px;*/
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#list li {
	color:white;
	line-height:1.6;
	margin:0px 0 10px 0;
	padding:0px;
	width:780px;
	height:333px;
	/*border:1px solid red;*/
	/*background:black url(../content/yarou/images/list_back.jpg) no-repeat;*/
}

#list .thumb-area {
	position:relative;
	margin:0;
	
	width:225px;
	height:333px;
	/*border:1px solid white;*/
}
#list .thumb-area img{
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid white;
}
#list p {
	margin:3px 0 10px 0;
	font-size:0.9em;
	width:75%;/*text-align:left;*//*border:1px solid white;*/
}
#list .info-area {
	/*margin:0	 0 0 0;*/
	width:525px;
	/*border:1px solid white;*/
}
.shop-type {
	color:#aaa;
	font-size:11px;
}
.shop-name a, .girls-name a {
	font-size:15px;
	font-weight:bold;
}

/*------右寄せリスト----*/
#list li.list1 {
	background:black url(../contents/yarou/images/list_back1.jpg) no-repeat left top;/*border:1px solid white;*/
}
li.list1 .thumb-area {
	text-align:right;
	float:right;
}
li.list1 .info-area {
	text-align:right;
	margin-right:10px;
	float:right;
}
li.list1 .info-area p {
	text-align:right;
	float:right;
}
/*------左寄せリスト----*/
#list li.list2 {
	background:black url(../contents/yarou/images/list_back2.jpg) no-repeat right top;/*border:1px solid red;*/
}
li.list2 .thumb-area {
	float:left;
}
li.list2 .info-area {
	text-align:left;
	margin-left:10px;
	float:left;
}


/*-------------------*/
/*個別ページ用*/
/*-------------------*/
#ind-topics{
	width:770px;
	/*height:100px;*/
	/*overflow:auto;*/
	/*background:white;*/
	/*border:5px solid blue;*/
}
#btn-backto-list {
	text-align:center;
	width:150px;
	margin:0 auto;
}
