/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

BODY {
	text-align : center;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 13px;
}
a { color: #0045d5;
	text-decoration: none;
}
A:visited { color: #0040c0} 
A:HOVER{
	color: #FF0000;
	text-decoration: none;
}

ul{
	margin: 2px 0px 2px 10px;
	padding: 0px;
}
.cat-rel {
	margin-left: 30px;
}
li{
	text-align : left;
	background-image: url(http://www.douga-best.com/images/list/risuto_sannkaku_org2.gif);
	background-repeat: no-repeat;
	background-position : left 2px;
	list-style-type: none;
	font-size: 13px;
	text-indent: 10px;
}
P{
	font-size : 13px;
	text-align : left;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}
a img{
	border-style: none;
}

form, input { margin: 0; padding: 0; }

/******* 全体のブロック *********/

#container
{
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
/* 全体のブロック内のボックス */

#container-inner
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/******* ヘッダー *********/
#header{
	margin: 0; /* 外の隙間 ピッチリ合わせている */
	width: 100%; /* containerにいっぱいいっぱい表示 */
	height: 63px;
	background-color: #FFFFFF;
}

#header h1{ /* ページタイトル */
	margin: 0px;
	text-align: left;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 270px;
}

#header h2{ /* サイト名 */
	font-size: 15px;
	width: 270px;
	padding: 0px;
	left: 500px;
	margin-top: -50px;
	margin-left: 550px;
}

#header p{ /* ページトピック */
	padding: 0px 20px 6px 270px;
	text-align: left;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 3px;
}

#header img{ /* サイトロゴ */
	float: left;
	margin-top: -35px;
	margin-right: 0px;
	margin-left: 0px;
}

#header a{
	text-decoration: none;
}
#header A:HOVER{
	text-decoration: none;
}
/*　検索ボックス　*/
#header-description
{
	text-align: left;
	font-size: 13px;
	background-color: #FFA216;
	border: 1px solid #E7E7E7;
	color: #FFFFFF;
	width: 100%;
	position: relative;
	font-weight: bold;
	padding-left: 5px;
}

/************メニュー、コンテンツを含めた全体のブロック****************/
#pagebody {
	position: relative;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#pagebody-inner { width: 100%; }

/************コンテンツの外ブロック*******************/
#alpha
{
	display: inline;
	float: left;
	position: relative;
	min-height: 1px;
	width: 80%;
	left: 20%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*　コンテンツ内ブロック　*/
#alpha-inner
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 98%;
}
/********サイドメニュー全体ブロック*********/
#beta-l {
	display: inline;
	float: left;
	width: 20%;
	background-color: #2C245B;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/********現在使用していない*********/
#beta-r {
	display: inline;
	float: left;
	width: 18%;
	background-color: #2C245B;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position: absolute;
	left: 82%;
	top: 0px;
	padding-left: 3px;
}

/*　サイドメニュー全体内ブロック　*/
#beta-inner
{
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}

/****　検索ページコンテンツ外ブロック、削除不可！*****/
#alpha-search{ 
   display: inline; 
   float: right;
   position: relative;
   min-height: 1px;
}


/*　記事見出し　*/
#alpha h2 , #alpha-search h2{
	height: 30px;
	margin: 5px auto;
	font-size: 16px;
	padding-top: 7px;
	text-align: left;
	text-indent: 25px;
	font-weight: bolder;
	color: #FF6633;
	background-image: url(http://www.douga-best.com/images/h-back/h2-back.gif);
	background-repeat: no-repeat;
}
#alpha h3 , #alpha-search h3{
	font-size: 16px;
	padding-top: 1px;
	text-align: left;
	text-indent: 30px;
	font-weight: bolder;
	color: #003399;
	background-image: url(http://www.douga-best.com/images/h-back/h3-back.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-bottom: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	width: 98%;
}

#alpha h4 , #alpha-search h4{
	font-size : 15px;
	margin-bottom : 10px;
	text-align : left;
	text-indent : 25px;
	margin-top : 3px;
	color: #433FF3;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(http://www.douga-best.com/images/h-back/h4-back.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
#alpha h5 , #alpha-search h5{
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC6699;
	border-left-color: #CC6699;
	margin-left: 10px;
	padding-left: 10px;
}
/* パンくず */

.content-nav
{
   margin: 10px;
   text-align: center;
}
/*******各エントリ全体のブロック。entry-contentはサイトマップと日別エントリ本文の外ブロック*********/
.entry , .entry-content
{
	width: 98%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
/********エントリーボックス*************/
.entry-body , .entry-body-single{
	width: 98%;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #05D692;
	border-right-color: #05D692;
	border-bottom-color: #05D692;
	border-left-color: #05D692;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.entry-body h4 , .entry-body-single h4{
}

.entry-body-inner {
	margin: auto;
	width: 98%;
}
.entry-body img , .entry-body-single img{
	margin-right: auto;
	margin-left: auto;
}

.entry-body-single img{
	margin-top: 10px;
}

.entry-body p {
	line-height: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 40px;
}
.entry-body-single p{
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 23px;
	margin-right: 23px;
}

/**********  ナビゲーション  ***********/
.content-nav , .content-nav-bread , .content-nav-bread-right{ background: #E9F0F3; }
/**********  パンくずリスト  ***********/
.entry-body .content-nav-bread{
	background: #E9F0F3;
}
.content-nav-bread-right{
	margin-left: 50px;
}

/******フッタブロック*******/
#footer
{
	width: 100%;
	height: 58px;
	background: #000000;
	clear: both;
}
#footer a{
	color: #FFFFFF;
}
#footer h3{
	background-image: none;
	font-size: 14px;
	margin: 0px 20px 0px 0px;
	color: #FFFFFF;
	float: right;
}
#footer img{
	margin: 16px 0px 0px;
	text-align: left;
	float: left;
}

#footer-inner
{
   line-height: 58px;
   font-size: 10px;
   text-align: center;
}
/*******解説リンク*********/
#explanation
{
	text-align: center;
	display: block;
	float: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#explanation h3
{
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #393939;
	text-indent: 15px;
	background-image: none;
	margin-top: 2px;
}

#explanation-inner
{
	width: 95%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
}

/****** このページのトップへ *******/

.gotop {
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}


/***********サイドメニュー、コンテンツ、更新履歴の全体ブロック*/
.module-categories
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	display: block;
	clear: both;
}
/***********　アドバダイスメント　***********/
.adb-box{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	margin-top: 5px;
}
.adb-box h3{
	background-image: none ;
	font-size: 13px ;
	font-weight: bold ;
	margin-left: 5px ;
	margin-bottom: 2px ;
	padding-bottom: 2px ;
	margin-top: 3px;
	text-align: left;
}
.adb-box h3 a{
	font-weight: normal !important;
}

.module-categories h3 
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url(http://www.douga-best.com/images/menu-back/h3-back.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}

.module-categories h4 , .adb-box h4
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	text-align: left;
	text-indent: 20px;
	margin: 0px;
}

/*サイドメニュー内ブロック*/
.module-content, .module-content-2
{
	padding: 0;
	width: 100%;
}
.module-content-2
{
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.module-content ul li {
	list-style-type : none;
	background-image : url(http://www.douga-best.com/images/list/sannkak-org2.gif);
	background-repeat : no-repeat;
	background-position : left top;
	margin-top: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-top: 2px;
}

.module-content ul ul li {
	margin-left : 0px;
	font-size : 13px;
	list-style-type: none;
	background-image: url(http://www.douga-best.com/images/list/maru-blue.gif);
	padding-left: 3px;
	text-indent: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.module-content ul ul ul li {
	margin-left : 10px;
	background-image : none;
	font-size : 13px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*　メニュー２　*/
.module-content-2 a
{
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #0000FF;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	width: 32.3%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin: 0px;
	text-indent: 3px;
	height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
}

.module-content-2 a:hover
{
  background-color: #F0F8FF;
  text-decoration: none;
}

.module-tag a{
	margin: 1px;
	display: inline-block;
}

/*******サイトマップの各ブロック***********/
.archive-content
{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.sample-block {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.sample-block img{
	float: left;
}

/************ コンテンツ　************/
.con-box1 , .con-box2 {
	width: 98%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EAB152;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAB152;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #EAB152;
	border-left-color: #EAB152;
}
.con-box1  {
	background-color: #000000;
	color: #FFF;
}

/***********　バナー　********/
.banner-box1 , .banner-box2 , .banner-box3{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.banner-box1{
	background-color: #FFFFFF;
}
.banner-box2{
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.banner-box3{
	background-color: #FFF3D0;
}

/*　その他　*/
.s{
  text-align : center;
}

.p-1 {
	background-image: url(http://www.douga-best.com/images/icon/goo.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.p-2 {
	background-image: url(http://www.douga-best.com/images/icon/goo.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	display: block;
	margin: auto;
}
.p-3{
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.p-3 a ,.p-3 A:visited{
	color: #FFFFFF;
}
.p-3 A:HOVER{
	color: #FFB9B9;
}
.p-4{
	background-color: #4A3108;
	font-weight: bold;
	color: #FFCE08;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.p-up {
	background-image: url(http://www.douga-best.com/images/icon/up.gif);
	color: #ffffff;
	background-repeat: no-repeat;
	text-indent: 23px;
	margin-left: 10px;
}
.p5{
	color: #FFFFFF;
	background-color: #C33A39;
	margin: 0px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.td-menu{
	vertical-align : top;
	margin: 0px;
	padding: 0px;
}

.td1{
  text-align : center;
  vertical-align : top;
}
/******オススメ女優テーブル*******/
.zyoyuu-table{
	color: #FFFFFF;
	background-color: #262626;
	text-align: center;
}
.zyoyuu-table img{
	margin-top: 5px;
	margin-bottom: 2px;
}
.zyoyuu-table p{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
.zyoyuu-table a{
	color: #FFFFFF !important;
}
.zyoyuu-table A:HOVER{
	color: #FF0000 !important;
	text-decoration: none;
}
.scrollbar-box{
	width: 98%;
	overflow:auto;
	scrollbar-base-color: #CCCC66;
	scrollbar-face-color: #CCFF33;
	scrollbar-arrow-color: #FF00FF;
	height: 230px;
	text-align: right;
    writing-mode:tb-rl;
	
}
.zyoyuu-box1{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.zyoyuu-box1 a{
	height: 15px;
	width: 19.8%;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


.img-box-left img{
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.more-2{
	width: 240px;
	height:180px;
	overflow:auto;
	scrollbar-arrow-color: #F700b0;
	scrollbar-face-color:#f1f1f1;
	scrollbar-track-color:#f1f1f1;
	scrollbar-3dlight-color:#808080;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#dfdfdf;
	scrollbar-darkshadow-color:#808080;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.txt-box-right{
	float: right;
}
