@charset "shift-JIS";

/* ブラウザ初期設定値のリセット */

body {
	margin:0px; /* ページ全体のmargin */
	padding:0px; /* ページ全体のpadding */
}

h1, h2, h3, h4, ul, li, p, span {
	margin: 0;
	padding:0;
	font-size: 12px;
	line-height:130%;
	color: #000000;
}
	
/* 基本設定　*/

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

li {
	list-style-type:none;
	}


hr {
	display:none;
}

a,a:link {
  color:#ff6666;
  text-decoration:none;
}

a:visited {
  color:#ff6666;
}

a:hover {
  color:#ffffff;
  background:#ff6666
}

/* divのfloat解除　*/

.clear {
	clear: both;
}
	
/* 背景の設定　*/

	

/* 以下、mainページの設定　*/



/* 全項共通の見出し設定　*/

h2 {
	background: url(img/icon.gif) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 5px;
	margin-bottom:18px;
	font-weight:normal;
	border-bottom:1px solid #999;
	clear: both;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}


/* 一番外側のdiv　*/

#container {
	width:750px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:solid #000000 5px;
	text-align:left;
	padding:0 0 10px 0;
	}

/* TOPバナー　*/

#top {
	padding:0 0 100px 0;
	background-image:url(img/title.gif);
	width:750px;
	}

#top span {
	position:absolute;
	display:block;
	left:-999px;
	overflow:hidden;
	}

#top2 {
	padding:0 0 240px 0;
	background-image:url(img/title03.jpg);
	width:750px;
	}

#top2 span {
	position:























absolute;
	display:block;
	left:-999px;
	overflow:hidden;
	}

/* ナビゲーション　*/

#navi {
	background: url(img/navibg.gif) repeat-x;
	border-bottom: 24px solid #666666;
	}

#navi li {
	float:left;
	display:inline;
	}
	
#navi li a {
	width:120px;
	display:block;
	padding-bottom: 33px;
	}

#navi span {
	position:absolute;
	display:block;
	left:-999px;
	overflow:hidden;
	}

.home {
	background:url(img/home.gif) no-repeat;
	}
	
.home a:hover {
         background:url(img/home2.gif) no-repeat;
}
.faq {
	background:url(img/faq.gif) no-repeat;
	}

.faq a:hover {
         background:url(img/faq2.gif) no-repeat;
}

.webmaster {
	background:url(img/webmaster.gif) no-repeat;
	}

.webmaster a:hover {
         background:url(img/webmaster2.gif) no-repeat;
}
	
.bookmark {
	background:url(img/bookmark.gif) no-repeat;
	}

.bookmark a:hover {
         background:url(img/bookmark2.gif) no-repeat;
}

.etc {
	background:url(img/navibg.gif) no-repeat;
	}
.actress {
	background:url(img/actress.gif) no-repeat;
	}

.actress a:hover {
         background:url(img/actress2.gif) no-repeat;
}

/* 2カラムをまとめるBOX　*/

.wrapper {
	background:#ffffff;
	clear:both;
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	}

/* 左カラム　*/

.alpha {
	float:left;
	display:inline;
	overflow:hidden;
	width:355px;
	}
	
/* 右カラム　*/

.beta{
	float:right;
	display:inline;
	overflow:hidden;
	width:355px;
	}

/* 左上カラムの「entry」ボックス　*/


.entry {
	width: 350px;
	padding-bottom: 18px;
        background:#ffffff
	}

.entry img {
	float:right;
	border:1px solid #ff9999;
}

.entry p {
	margin-top: 5px;
}


/* 左上カラムの「本日の動画はこちらから・・・」ボックス　*/

.entry2 {
	text-align: center;
	font-weight:bold;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}

/* 右上カラムのアクセス・ランキング1-10　*/

.ranking {
	float: right;
	display:inline;
	width:360px;
	padding-bottom: 15px;
	font-size: 12px;
	color:#666666;
	}
	
.ranking h3 {
	font-size: 12px;
	margin-bottom: 10px;
        border-bottom: 1p dotted #cc0000;
}

/* WinIE用ハック　divの高さ揃え */

.ranking {
	_padding-bottom: 17px; 
	}

/* ランキング最後のdiv　高さ揃え */

.rankinglast {
	float: right;
	display:inline;
	width:360px;
	font-size: 12px;
	color:#666666;
	padding-bottom: 0px;
}

/* ランクアップ */
	
.up {
	width:22px;
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: center;
	background: url(img/rup.gif) no-repeat center 40px;
	float: left;
	display:inline;
}

/* ランクステイ */

.stay {
	width:22px;
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: center;
	background: url(img/rstay.gif) no-repeat center 40px;
	float: left;
	display:inline;
}

/* ランクダウン */

.down {
	width:22px;
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: center;
	background: url(img/rdown.gif) no-repeat center 40px;
	float: left;
	display:inline;
}

/* ランキング右側div*/

.detail {
	float: right;
	width: 325px;
}

.detail img {
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}


/* iframe部BOX　*/

#iframe {
	clear:both;
	text-align:center;
	border:1px solid #999;
	height: 400px;
	margin: 10px;
	}
	
#iframe p {
	padding-top: 190px;
}

.framebox {
	clear: both;
}
	
/* オススメサイトBOX　*/

#osusume {
	margin: 10px;
	background:url(img/osusume.gif) repeat-y;
	border-bottom: 1px solid #999;
}

#osusume .outer {
	float: right;
	overflow:hidden;
}

#osusume .column {
	width: 242px;
	float: left;
}

#osusume h2{
	color:#FFffff;
	background:#cc0000;
	padding:5px;
	font-weight:bold;
	border: 1px solid #999;
	margin:0;
	}

.entry3 {
	margin-bottom: 10px;
        height: 200px;
	padding: 8px;
}

.entry3 h3 {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
        border-bottom: 1p dotted #cc0000;
}


.entry3 .photo p {
	width: 115px;
	margin-bottom: 12px;
	float: right;
}
.entry3 .photo img {
	float: left;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.entry3 .caps {
	clear: both;
}

/* TOP11-40のカラム　*/


.gamma {
	float:left;
	display:inline;
	overflow:hidden;
	width:355px;
	}

.gamma .entry4 {
	padding-bottom:17px;
        height: 145px;
}

.gamma .entry4 a {
	font-weight:bold;
}

.gamma .entry4 p {
	padding-bottom: 5px;
}

.gamma .entry4 h3 {
	font-weight: normal;
}

.entry4 h4 {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 12px;
        border-left:10px solid #cc0000;
        padding-left:10px;
        border-bottom:1px solid #cc0000;
}



.entry4 img {
	float: right;
	border:1px solid #cc0000;
	margin-left:15px;
}

.entry4 span {
	color: #FF0000;
	padding-right: 10px;
	font-weight: normal;
}


.gamma .ranking {
	padding-bottom: 21px;
}

.gamma .stay {
	padding-top: 0px;
	padding-bottom: 25px;
	background-position: center bottom;
}

.gamma .down {
	padding-top: 0px;
	padding-bottom: 26px;
	background-position: center bottom;
}
.gamma .up {
	padding-top: 0px;
	padding-bottom: 25px;
	background-position: center bottom;
}


.spmov {
        height: 120px;
	padding-bottom:17px;
        background-color: #FBDEF7;
}

.spmov a {
	font-weight:bold;
}

.spmov p {
	padding: 5px;
}

.sp {
	font-weight: bold;
}


.midashi {
	color: #cc0000;
	font-weight: bold;
}

.spmov h3 {
	font-weight: normal;
}

.spmov h4 {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 12px;
        padding-left:10px;
        background-color: #FBDEF7;
}



.spmov img {
	float: right;
	border:1px solid #FF66CC;
	margin-left:15px;
}

.spmov span {
	color: #FF0000;
	padding-right: 10px;
	font-weight: normal;
}

.tube p {
	color: #FF0000;
	font-weight: bold;
}
/* 他サイト更新情報　*/

.beta .entry4 {
	padding-bottom: 19px;
        height: 145px;
}


.wrapper2 {
	clear: both;
	padding: 10px;
}

.othermovie {
	font-weight: bold;
	text-align: right;
}

/*　フッター部　*/

#footer {
	clear: both;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
}

#footer li{
	display:inline;
	border-right:1px solid #666666;
	padding:0px 5px 0 5px;
	font-weight: bold;
}

#footer .listlast {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
address {
	font-style: normal;
	margin-top: 10px;
	font-size: 12px;
}
.alpha .entry4 {
	padding-bottom: 19px;
        height: 145px;
}


/* 以下、index ページの設定　*/

.entry1 {
	color:#000;
	padding-bottom: 15px;
	clear: both;
}

.entry1 p{
	color:#000;
}

.entry1 img {
	float: left;
	margin-right: 15px;
	border:1px solid #999;
}

.entry1 h3 {
        border-bottom: 1p dotted #cc0000;
}

h2#indexpage {
	color: #cc0000;
	background-color: #000000;
	background-image: none;
	border: none;
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
	font-weight:bold;
	}
#ninshou {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ninshou h3 {
	font-weight: normal;
	color:#000;
}

#ninshou li{
	float: left;
	font-weight:bold;
}

li#under21 {
	padding-left: 20px;
	padding-right: 20px;
}

#content1 {
	margin: 0px;
}
#content1 img{
	border: 1px solid #666666;
	margin: 0px 5px 0px 0px;
	float: left;
}
#content1 h4{
	margin: 0px 0px 5px;
	display: block;
}

#powerpush-box-left {
	float: left;
	width: 340px;
	margin: 5px;
	padding: 7px;
	border: 1px solid #666666;
	height: 200px;
}
#powerpush-box-right {
	float: right;
	width: 340px;
	margin: 5px;
	padding: 7px;
	border: 1px solid #cc6666;
	height: 200px;
}
.powerpush-comment {
	border-bottom: 1px dotted #cc6666;
	margin: 5px 0px;
	height: 100px;
	padding-bottom: 5px;
}

.update {
        width:120px;
        float:right;
        text-align: center
 }






.delta {
	float:left;
	display:inline;
	overflow:hidden;
	width:805px;
	}

.delta .entry5 {
	padding-bottom:17px;
}

.delta .entry5 a {
	font-weight:bold;
}

.delta .entry5 p {
	padding-bottom: 5px;
}

.delta .entry5 h3 {
	font-weight: normal;
}

.entry5 h4 {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 12px;
}

.entry5 img {
	float: right;
	border:1px solid #666666;
	margin-left:15px;
}

.entry5 span {
	color: #FF0000;
	padding-right: 10px;
	font-weight: normal;
}

/* 左カラム　*/

.iriguchi {
	float:left;
	display:inline;
	overflow:hidden;
	width:260px;
        padding-left:10px;
        margin-bottom:10px;
	}
	
/* 右カラム　*/

.rireki {
	float:right;
	display:inline;
	overflow:hidden;
	width:450px;
        border-left:10px solid #000000;
        padding-left:10px;
        margin-bottom:10px;
}

/* 以下、joyu ページの設定　*/


/* 女優サムネイル　*/

.joyu {
	float:center;
	display:inline;
	overflow:hidden;
        border-left:10px none #000000;
        padding-left:10px;
        margin-bottom:10px;

}

/* 動画ページ */



.entry6 {
	padding-bottom:17px;
        height: 145px;
}

.entry6 a {
	color:#ff6666
	font-weight:bold;
	
}

.entry6 p {
	padding-bottom: 5px;
}

.entry6 h3 {
	font-weight: normal;
}

.entry6 h4 {
	font-weight: normal;
	color:#ff0000;
	padding-top: 5px;
	padding-bottom: 0px;
        border-left:10px solid #cc0000;
        padding-left:10px;
        border-bottom:1px solid #cc0000;
}



.entry6 img {
	float: right;
	border:1px solid #cc0000;
	margin-left:15px;
}

.entry6 span {
	color: #FF0000;
	padding-right: 10px;
	font-weight: normal;
}