/*--------------------------------------------------------------------
テキスト
--------------------------------------------------------------------*/
.t-white10 {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";

}
.t-white12 {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
}

.t-blue10 {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	color: #000099;
}

.t-blue12 {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #000099;
}
.t-blue12-b {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bolder;
	color: #000099;
}

.t-black {
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #000000;
}

.t-black15 {
	font-size: 15px;
	font-style: normal;
	line-height: 130%;
	font-weight: bolder;
	color: #000000;
}

.t-orange-b {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bolder;
	color: #FF6600;
}
.t-red-b {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bolder;
	color: #FF0000;
}

.t-red {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #FF0000;
}

.t-glay10 {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}

.inline {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


/*--------------------------------------------------------------------
枠
--------------------------------------------------------------------*/
.l-red {
	border: 2px solid #FF0000;
	font-size: 10px;
	color: #FF0000;

}

.l-orange {
	border: 2px solid #FF6600;
}

.l-green {
	border: 2px solid #009900;
}

.l-blue {
	border: 2px solid #3333FF;
}

.l-gray {
	border: 1px solid #999999;
}

.l-sam {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.line-orange {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}

.banner-line {
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.banner-line2 {
	border: 1px solid #333333;

}
.l-blue1 {
	border: 2px solid #0099FF;
}

/*--------------------------------------------------------------------
スクロールバー
--------------------------------------------------------------------*/
body{
scrollbar-arrow-color:#FF6600;
scrollbar-base-color:#efefef;
scrollbar-darkshadow-color:#808080;
scrollbar-highlight-color:#fcfcfc;
scrollbar-shadow-color:#c0c0c0;
scrollbar-track-color:#fcfcfc
}

/*--------------------------------------------------------------------
全体
--------------------------------------------------------------------*/
.h1 {
	font-size: 12px;
	color: #666666;
	margin: 0px;

}
.index-line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.t-black10 {
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
}
.sinki12 {
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}
.l-sinki {
	border: 2px solid #666666;
}
/*--------------------------------------------------------------------
HRMT PGM 追記
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
INDEX用　DVI STYLE
--------------------------------------------------------------------*/
#left-girl-meikan {
	width:160px;
	height:auto;
	margin:0;
	padding:0;
}

#pickup-girl {
	width:545px;
}

#recommend-sites {
	width:545px;
}
#osusume {
	width:545px;
}

/*--------------------------------------------------------------------
LEFT LIST STYLE
--------------------------------------------------------------------*/

#left-girl-meikan ul,ol,dl,li,dt,dd{
margin:0;padding:0;
list-style-type:none;
display:inline;
}
#left-girl-meikan li {
	width:150px;
	height:auto;
	text-align:center;
	margin:3px 1px;
	padding:0;
	float:left;
	line-height:14px;
	font-size:12px;

}

#left-girl-meikan li img{
	border:2px solid #999999;
	margin-bottom:4px;
}

/*--------------------------------------------------------------------
PICKUP LIST STYLE
--------------------------------------------------------------------*/

#pickup-girl ul,ol,dl,li,dt,dd{
margin:0 auto;padding:0;
list-style-type:none;
display:inline;
}
#pickup-girl li {
	width:176px;
	height:250px;
	text-align:center;
	margin:3px 1px;
	padding:0;
	float:left;
	line-height:14px;
	font-size:12px;

}

#pickup-girl li img{
	border:1px solid #999999;
	margin-bottom:4px;
}

/*--------------------------------------------------------------------
RECOMMEND-SITES LIST STYLE
--------------------------------------------------------------------*/

#recommend-sites ul,ol,dl,li,dt,dd{
margin:0 auto;padding:0;
list-style-type:none;
display:inline;
}
#recommend-sites li {
	width:175px;
	height:120px;
	text-align:center;
	margin:3px 1px;
	padding:0;
	float:left;
	line-height:18px;
	font-size:10px;

}

#recommend-sites li img{
	border:1px solid #0F0F0F;
	margin-bottom:4px;
}

.tt10 {
	font-size:10px;
	line-height:14px;
}
/*--------------------------------------------------------------------
INDEX NEW LIST STYLE
--------------------------------------------------------------------*/

#index_banner  {
	width:700px;
	height:auto;
	margin:0 auto;
}

#index_banner ul{
	width:660px;
	padding:0;
	margin:10px 20px;
}

#index_banner li {
	list-style-type:none;
	float:left;
	width:220px;
	height:auto;
	font-size:10px;
	line-height:20px;
}

#index_banner img {
	border:1px solid #333;
}
/*--------------------------------------------------------------------
TUYANOYADO LIST STYLE
--------------------------------------------------------------------*/

#tuyanoyado ul,ol,dl,li,dt,dd{
margin:0 auto;padding:0;
list-style-type:none;
display:inline;
}
#tuyanoyado li {
	width:130px;
	height:130px;
	text-align:center;
	margin:3px 5px;
	padding:0;
	float:left;
	line-height:17px;
	font-size:10px;

}

#tuyanoyado li img{
	border:1px solid #0F0F0F;
	margin-bottom:1px;
}


.tt10 {
	font-size:10px;
	line-height:14px;
}.t-red-15 {
	font-size: 16px;
	line-height: 160%;
	font-weight: bolder;
	color: #FF0000;
}
.l-glay-event {
	border: 2px solid #666666;
}
.l-glay-under {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.l-glay-top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
/*--------------------------------------------------------------------
guravure
--------------------------------------------------------------------*/

.gura_wari {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
    list-style-type:none;}
.gura_wari a:link { color: #FFFFFF; text-decoration: none; }
.gura_wari a:visited { color: #CCCCCC; text-decoration: none; }
.gura_wari a:active { color: #CCCCCC; text-decoration: none; }
.gura_wari a:hover { color: #FFFFFF; text-decoration: underline;}
.black-10-b {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
}
.black8 {
	font-size: 8px;
	font-weight: normal;
}
.red-b {
	color: #CC0000;
	font-size: 10px;
}
.red1 {
	font-size: 10px;
	color: #0000FF;
}
