@charset "utf-8";
/* CSS Document */

/*----------------------------------------
  ページ専用CSS
  /index.html
----------------------------------------*/



/* A枠
---------------------------------------------- */
#a {
	text-align:center;
	margin-top:6px;
	margin-bottom:8px;
}


/* クローズアップ広告
---------------------------------------------- */
#closeupad {
	position:relative;
	clear:both;
	float:left;
	display:inline;
	width:690px;
	zoom:1;
	margin-bottom:8px;
}

#closeupad_left {
	position:relative;
	width:340px;
	height:230px;
	float:left;
	display:inline;
	background:url(../../images/index/photoframe_pink_tex.gif) no-repeat;
}

#closeupad_right {
	position:relative;
	width:340px;
	height:230px;
	float:right;
	display:inline;
	background:url(../../images/index/photoframe_green_tex.gif) no-repeat;
}

#closeupad .caption {
	position:absolute;
	left: 180px;
	top: 1px;
}

#closeupad .photo {
	position:absolute;
	left: 5px;
	top: 5px;
	width:160px;
	height:120px;
	overflow:hidden;
}

#closeupad .profile {
	position:absolute;
	left: 180px;
	width: 150px;
	top: 25px;
	line-height:1.2em;
}

#closeupad .summary {
	position:absolute;
	left:15px;
	top:135px;
	width:320px;
}

#closeupad .description {
	position:absolute;
	left:15px;
	top:155px;
	width:320px;
	height:70px;
	overflow:auto;
	font-size:80%;
	line-height:1.2em;
}


#closeupad_right2 {
	position:relative;
	width:340px;
	height:230px;
	float:right;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	border:#339900 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#closeupad_right2 .photo {
	position:absolute;
	left:0;
	top:0px;
	width:340px;
	height:230px;
	overflow:hidden;
	z-index:0;
}

#closeupad_right2 .caption {
	position:absolute;
	left: 0;
	top: 0;
	width:336px;
	height:16px;
	padding-top:4px;
	padding-right:4px;
	background-color:#339900;
}

#closeupad_right2 .description {
	position:absolute;
	top:auto;
	left:0;
	bottom:0;
	width:330px;
	height:60px;
	padding:5px;
	overflow:hidden;
	font-size:90%;
	line-height:1.2em;
	background-color:rgba(255,255,255,0.8);
}

#closeupad_right2 .description span {
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	text-align:right;
}

#closeupad_right2 .catch {
	position:absolute;
	left:5px;
	top:110px;
	font-size:100%;
	color:#ffffff;
	background-color:#ff0000;
	padding:2px 5px;
}
#closeupad_right2 .summary {
	position:absolute;
	left:5px;
	top:135px;
	width:320px;
	font-size:130%;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;	
}

#closeupad_right2 .summary a {
	text-decoration:none;
	color:#ffffff;
}

#closeupad_right2 .summary a:hover {
	text-decoration:underline;
}


/* 1行テキスト広告
---------------------------------------------- */
.linead {
	clear:both;
	margin-bottom:8px;
	text-align:center;
}

.linead2 {
	clear:both;
	margin-bottom:8px;
	text-align:center;
	border:#FF389B 1px solid;
	padding:5px;
	background:#FFDCED url(../../images/index/t2_tex.gif) no-repeat 5px center;
}


/* チャットレディ出勤状況
---------------------------------------------- */
#onlinegirls {
	position:relative;
	clear:both;
	float:left;
	display:inline;
	width:690px;
	zoom:1;
	margin-bottom:8px;
	background:url(../../images/mainframe/2colframe_tex.gif) no-repeat;
}

#onlinegirls_left {
	position:relative;
	width:320px;
	float:left;
	display:inline;
	margin:0 10px;
}

#onlinegirls_right {
	position:relative;
	width:320px;
	float:right;
	display:inline;
	margin:0 10px;
}

#onlinegirls_bottom {
	clear:both;
}

#onlinegirls h3 {
	margin-bottom:5px;
}

table.ranking {
	width:100%;
	border:1px #999999 solid;
	margin-bottom:3px;
}

table.ranking td,
table.ranking th {
	padding:1px;
	line-height:1.2em;
}

table.ranking .no {
	font-weight:bold;
	border:1px #999999 solid;
	width:16px;
	background-color:#F5F5CC;
	text-align:center;
	vertical-align:middle;	
}

table.ranking .graph {
	padding:2px 0;
}

table.ranking .data {
	width:50px;
	border-left:1px #999999 solid;
	text-align:right;
	background-color:#ccccff;
}


/* チャットレディ実稼働ランキング
---------------------------------------------- */
#workinggirls {
	position:relative;
	clear:both;
	width:690px;
	margin-bottom:16px;
	background:url(../../images/mainframe/1colframe_tex.gif) no-repeat;
}

#workinggirls_body {
	position:relative;
	width:670px;
	margin:0 10px;
}

#workinggirls_bottom {
}

#workinggirls h3 {
	margin-bottom:5px;
}

#workinggirls table {
	width:100%;
	border:1px #999999 solid;
}

#workinggirls table th,
#workinggirls table td {
	border:1px #999999 solid;
	line-height:1.7em;
	padding:1px;
}

#workinggirls caption {
	line-height:2em;
	background-image:url(../../images/mainframe/gradation_green_tex.gif);
	background-repeat: repeat-x;
}

#workinggirls table .no {
	font-weight:bold;
	width:16px;
	background-color:#F5F5CC;
	text-align:center;
	vertical-align:middle;	
}

#workinggirls table .graph {
	padding:1px 0;
}

#workinggirls table .sitename {
	width:250px;
	padding-left:2px;
	background-color:#f0f0f0;
}


/* アクセスペナントレース
---------------------------------------------- */
#accessrace {
	position:relative;
	clear:both;
	width:690px;
	margin-bottom:16px;
	background:url(../../images/mainframe/1colframe_tex.gif) no-repeat;
}

#accessrace_body {
	position:relative;
	width:670px;
	margin:0 10px;
}

#accessrace_bottom {
}

#accessrace h3 {
	margin-bottom:5px;
}

#accessrace table {
	width:100%;
	border:1px #999999 solid;
}

#accessrace table th,
#accessrace table td {
	border:1px #999999 solid;
	line-height:1.7em;
	padding:1px;
}

#accessrace caption {
	line-height:2em;
	background-image:url(../../images/mainframe/gradation_green_tex.gif);
	background-repeat: repeat-x;
}

#accessrace table .no {
	font-weight:bold;
	width:16px;
	background-color:#F5F5CC;
	text-align:center;
	vertical-align:middle;	
}

#accessrace table .graph {
	padding:1px 0;
}

#accessrace table .sitename {
	width:250px;
	padding-left:2px;
	background-color:#f0f0f0;
}

#accessrace table .time {
	width:40px;
	text-align:center;
	background-color:#eeeeff;
}

#accessrace table .lastcount {
	width:60px;
	text-align:right;
	background-color:#eeeeff;
}


/* R枠
---------------------------------------------- */
#r {
	position:relative;
	clear:both;
	float:left;
	display:inline;
	width:690px;
	zoom:1;
	margin-bottom:8px;
}

#r h3 {
	border-bottom:#999999 1px solid;
}

#r div.row1 {
	float:left;
	display:inline;
	width:225px;
	height:160px;
	overflow:hidden;
	background:url(../../images/index/r1_tex.gif) no-repeat;
	margin-right:7px;
	margin-bottom:7px;
}

#r div.row1 .thumb {
	margin-top: 10px;
	margin-left: 10px;
	width:204px;
	height:120px;
	overflow:hidden;
	margin-bottom:3px;
}

#r div.row1 .sitename {
	text-align:center;
}

#r div.row2 {
	float:left;
	display:inline;
	width:167px;
	height:150px;
	overflow:hidden;
	background:url(../../images/index/r2_tex.gif) no-repeat;
	margin-right:7px;
	margin-bottom:7px;
}

#r div.row2 .thumb {
	margin-top: 8px;
	margin-left: 8px;
	width:150px;
	height:110px;
	overflow:hidden;
	margin-bottom:3px;
}

#r div.row2 .sitename {
	text-align:center;
}

#r div.row3 {
	float:left;
	display:inline;
	width:167px;
	height:30px;
	overflow:hidden;
	background:url(../../images/index/r3_tex.gif) no-repeat;
	margin-right:7px;
	margin-bottom:7px;
}

#r div.row3 .sitename {
	line-height:30px;
	text-align:center;
}

#r div.last {
	margin-right:0;
}


/* C枠
---------------------------------------------- */
.c {
	clear:both;
	margin-bottom:8px;
	text-align:center;
}


/* キャンペーン情報
---------------------------------------------- */
#campaign {
	position:relative;
	clear:both;
	float:left;
	display:inline;
	width:690px;
	zoom:1;
	margin-bottom:16px;
	background:url(../../images/mainframe/2colsideframe_tex.gif) no-repeat;
}

#campaign_left {
	position:relative;
	width:437px;
	float:left;
	display:inline;
	margin:0 10px;
}

#campaign_left div.campframe {
	height: 550px;
	overflow: auto;
	border-bottom:#999999 1px dotted;
	margin-bottom:5px;
}

#campaign_left div.campframe .camparticle {
	clear:both;
	margin-bottom:8px;
}

#campaign_left div.campframe .camparticle .thumb {
	float:left;
	display:inline;
	width:88px;
	height:98px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
}

#campaign_left div.campframe .camparticle .thumb .photo {
	padding:3px;
	width:80px;
	height:60px;
	overflow:hidden;
	border:#999999 1px solid;
}

#campaign_left div.campframe .camparticle .thumb .sitename {
	font-size:80%;
	line-height:1.3em;
}

#campaign_left div.campframe .camparticle h4 {
	font-size: 100%;
	font-weight:normal;
	border:none;
	padding:5px 0; 
	background:url(../../images/mainframe/gradation_green_tex.gif) repeat-x;
}

#campaign_left div.campframe .camparticle p {
	font-size:80%;
	line-height:1.3em;
}

#campaign_right {
	position:relative;
	width:205px;
	float:right;
	display:inline;
	margin:0 10px;
}

#campaign_right h4 {
	border:none;
	background:none;
	margin-bottom:0;
	font-weight:bold;
	font-size:120%;
	line-height:1.5em;
}

#campaign_right h5 {
	font-weight:bold;
}

#campaign_right p {
	line-height:1.6em;
	padding-bottom:10px;
	border-bottom:#999999 1px dotted;
	margin-bottom:10px;
}

#campaign_bottom {
	clear:both;
}

#campaign h3 {
	margin-bottom:5px;
}


/* クローズアップサイト
---------------------------------------------- */
#closeupsite {
	position:relative;
	clear:both;
	width:690px;
	height:200px;
	margin-bottom:16px;
	background:url(../../images/index/photoframe_gray_tex.gif) no-repeat;
}

#closeupsite .caption {
	position:absolute;
	left: 220px;
	top: 1px;
}

#closeupsite .photo {
	position:absolute;
	left: 5px;
	top: 5px;
	width:200px;
	height:150px;
	overflow:hidden;
}

#closeupsite .summary {
	position:absolute;
	left:220px;
	top:25px;
	width:460px;
}

#closeupsite h3 {
	font-size:120%;
	line-height:2em;
	font-weight:bold;
	background:url(../../images/icons/balloon_01.gif) no-repeat left center;
	padding-left:18px;
}

#closeupsite .note {
	font-size:85%;
	text-align:center;
	position:absolute;
	left:18px;
	top:165px;
	width:175px;
}

#closeupsite .bottom {
	position:absolute;
	top:195px;
}


/* 新オープンサイト特集
---------------------------------------------- */
#newsite {
	position:relative;
	clear:both;
	width:690px;
	margin-bottom:16px;
}

#newsite h3 {
	border-bottom:#999999 1px solid;
}

#newsite h4 {
	font-size:120%;
	font-weight:bold;
	line-height:2em;
	border:none;
	background:none;
}

.newsiteframe {
	position:relative;
	clear:both;
	width:690px;
	height:80px;
	margin-bottom:8px;
	background:url(../../images/index/newsiteframe_tex.gif) no-repeat;
}

.newsiteframe .photo {
	position:absolute;
	left:20px;
	top:10px;
	width:80px;
	height:60px;
	overflow:hidden;
}

.newsiteframe .col1 {
	position:absolute;
	left:120px;
	top:5px;
	width:200px;
	height:70px;
	overflow:hidden;
}

.newsiteframe .col2 {
	position:absolute;
	left:320px;
	top:5px;
	width:365px;
	height:70px;
	overflow:auto;
}

.newsiteframe .col2 p {
	font-size:85%;
	line-height:1.3em;
}
