


th{
    padding:0.3em 1em 0.2em 1em;
    background:#e4e8ed;
    color:#000;
	}
td{
    padding:0.3em 0 0.2em 1em;
    line-height:1.5;
    border-bottom:solid 1px #e4e8ed;
	}

div,td{
	font-size: 12px;
	}


body {
	background: #333;
	color:#455; /*通常*/
	scrollbar-arrow-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #ddd;
	scrollbar-shadow-color: #ddd;
	scrollbar-track-color: #fff;
	}

a {
	color:#f39;
	}

a:hover {
	color:#f6c;
	}
/*------------------------------------
  ◆メインページ
-------------------------------------*/





/*----ヘッダー----*/

div#header{
	background: url("../img/header.gif") no-repeat center top ;
	}
div#header div.header_box{
	width:920px;
	margin:0 auto;
	}

div#header div.tel{
	text-align:right;
	float:right;
	width:575px;
	margin-right:18px;
	}
div#header div.logo2{
	display:none;
	}

div#header div.logo{
	float:left;
	width:320px;
	}
div#header div.logo embed{
	width:320px;
    height:120px;
	}


div#header div.headernavi{
	margin-right:18px;
	float:right;
	}
div#header div.headernavi li{
	display:inline;
	}



/*----オールコンテナ----*/


div#allcontainer_tps{
	background: url("../img/allcontainer_01.gif") no-repeat center bottom ;
    height:15px;
	width: 920px ;
	}
div#allcontainer{
	background: url("../img/allcontainer_02.gif") repeat-y center center ;
	width: 920px ;
	}
div#allcontainer_btm{
	background: url("../img/allcontainer_03.gif") no-repeat center top ;
    height:30px;
	width: 920px ;
	}


/*----コンテナ----*/
div#container{
	background: url("../img/container.gif") repeat-y center top ;
	}
div#container div.container_box{
	margin:0 auto;
	background: url("../img/container_box_01.gif") no-repeat center top ;
	}
div#container div.container_box_btm{
	margin:0 auto;
    height:40px;
	background: url("../img/container_box_02.gif") no-repeat center bottom ;
	}

div#container_btm{
	display:none;
	}

/*----フッター----*/
div#footer{
	background: url("../img/footer.gif") repeat-x center top ;
	text-align:center;
    padding:2em 0;
    border-top:solid 1px #555;
	}
div#footer div.footer_box{
	}

div#footer div.tel{
    display:none;
	}

div#footer div.logo{
    padding-top:1em;
	}
div#footer div.tel2{
	text-align:right;
	}




/*------------------------------------
  ◆◆ナビゲーション関連◆◆
-------------------------------------*/




div#navi1{
	width:560px;
    float:right;
	margin-right:18px;
	}

div#navi1 ul{
	margin:0 auto;
	}
div#navi1 li{
	width:140px;
	height:32px;
    float:left;
	}
div#navi1 li a{
	background: url("../img/navi1_li_1.gif") no-repeat center top ;
    float:left;
    display:block;
	}
div#navi1 li a:hover{
	background: url("../img/navi1_li_2.gif") no-repeat center top ;
	}

div#navi1 li a img{
	width:140px;
	height:32px;
	}

/*----サブナビゲーション（出勤・在籍一覧等）----*/

div.subnavi  {
	padding-bottom:16px;
	padding-left:5px;
	background: url("../img/line.gif") no-repeat center bottom ;
    display:none;
	}
div.subnavi li  {
	float: left;
	margin-right:5px;
	text-align: center;
	}
div.subnavi a  {
	float: left;
	font-size: 12px;
	line-height: 22px;
	display: block;
	width: 120px;
	height: 22px;
	background: url("../img/navi1_li_1.gif") no-repeat center center ;
	border: solid 1px #333;
	border-bottom: none;
    color:#FB2;
	}

div.subnavi a:hover  {
	background: url("../img/navi1_li_2.gif") no-repeat center center ;
	border: solid 1px #333;
	border-bottom: none;
    color:#FB2;
	}

div.subnavi a.selected,
div.subnavi a.selected:hover  {
	background: url("../img/navi1_li_3.gif") no-repeat center center ;
	border: solid 1px #333;
	border-bottom: none;
    color:#000;
	}
div.subnavi a span {
	line-height: 19px;
	}

/*----ナビゲーション（ページ上部へ戻る）----*/

div.backtop{
	text-align:right;
	font-size:12px;
	margin-bottom:10px;
	}


/*----ナビゲーション（表示件数・ページ数）----*/

div.paginator-header  {
	text-align:center;
	font-size:90%;
	padding:0.5em 1em 1.5em;
	clear:both;
	}
div.paginator-header em {
	clear:both;
	font-size:12px;
    color:#FFF;
	}
div.paginator  {
	text-align:center;
	font-size:90%;
	padding:1.5em 1em;
	clear:both;
	}


/*----バナーーナビゲーション----*/

div#main_bana{
	clear:both;
	text-align:center;
	background: url("../img/main_bana.gif") repeat-x center top ;
    border-bottom:solid 1px #000;
	}
div#main_bana ul{
	padding:36px 0 15px;;
	}

div#main_bana li{
    display:inline;
	}


/*----フッターナビゲーション----*/

div#navi2{
	clear:both;
	text-align:center;
	}
div#navi2 ul{
	padding-top:1em;
	}

div#navi2 li{
    display:inline;
    padding:2px;
	}

/*----ページ毎タイトル----*/

div.title{
	text-align:center;
	background:#000 url("../img/title.gif") repeat-x center top ;
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
	}
div.title embed{
	width:1000px;
    height:340px;
	}
/*----ページ毎サブタイトル----*/

div.sub_title {
	clear:both;
	font-weight:bold;
	margin:1.5em 0 0.5em;
	padding-bottom:20px;
    color:#000;
	font-size:120%;
	}
div.sub_title span{
	font-weight:normal;
	}
div.sub_title span span{
	font-size:120%;
	font-weight:bold;
	}

div.main_navi{
    float:left;
    width:100px;
	}
div.main_navi li{
	margin-bottom:10px;
	}

div.line{
    height:30px;
	background: url("../img/line.gif") repeat-x center top ;
    clear:both;
	}




/*------------------------------------
  ◆◆各コンテンツ◆◆
-------------------------------------*/

/*------------------------------------
  ◆共通◆
-------------------------------------*/
div#top, 
div#profiles, 
div#posts1, 
div#posts2, 
div#profiles, 
div#attends, 
div#newface, 
div#mailposts, 
div#enquetes, 
div#mobile, 
div#price, 
div#hotels, 
div#links, 
div#rec, 
div#rankings,
div#blogs,
div#press{
    width:850px;
    padding-top:30px;
    padding-bottom:15px;
	}







/*------------------------------------
  ◆年齢認証◆
-------------------------------------*/

body.index div#allcontainer{
    padding-top:45px;
	}

body.index div#container{
	background: url("../img/index_container.gif") no-repeat center top ;
    text-align:center;
    border-bottom:solid 1px #000;
	}
body.index div#container div.container_box{
	background: url("../img/index_container_box.gif") no-repeat center top ;
	}



div#index {
	padding-top:60px;
	}

div#index div.index_swf{
	background: url("../img/title.gif") repeat-x center top ;
	}
div#index div.index_swf embed,
div#index div.index_swf img{
	width:1000px;
    height:340px;
	}

body.index div#container div.index_message{
	padding-top:15px;
	padding-bottom:5px;
	}
body.index div#container div.index_navi{
	width:380px;
	background: url("../img/index_navi.gif") no-repeat center top ;
    padding-bottom:50px;
	_width:390px;
	}
body.index div#container div.index_navi li{
    float:left;
	width:170px;
    height:35px;
    margin:10px;
	}
body.index div#container div.index_navi li a{
	background: url("../img/index_navi_li_1.gif") no-repeat center center ;
	width:170px;
    height:35px;
    display:block;
    float:left;
	}
body.index div#container div.index_navi li a:hover{
	background: url("../img/index_navi_li_2.gif") no-repeat center center ;
	}
body.index div#container div.index_message2{
	display:none;
	}

body.index div#container div.index_message p,
body.index div#container div.index_message2 p{
	line-height:1.4;
    font-size:80%;
	}






body.index div#footer{
    text-align:center;
    border-top:solid 1px #333;
    border-bottom:solid 1px #000;
	}

/*------------------------------------
  ◆トップページ◆
-------------------------------------*/

/*----レイアウト----*/

div#top div.cover{
    float:left;
    width:320px;
    margin-bottom:15px;
	}

div#top div.headline{
    margin-bottom:15px;
	}

div#top div.right{
    float:right;
    width:315px;
	}
div#top div.left{
    float:left;
    width:485px;
	}


div#top div.news1{
    margin-bottom:2.5em;
	}
div#top div.news2{
    margin-bottom:2.5em;
	}
div#top div.ranking{
	}
div#top div.mailbbs{
    margin-bottom:2em;
	}

div#top h3{
    margin-bottom:15px;
    overflow:hidden;
	}

/*----カバーガール----*/

div#top div.cover{
    display:none;
	}
div#top div.cover div.profile_box{
	display:none;
   	}
div#top div.cover embed{
    width:319px;
    height:401px;
	background:#000;
	}

/*----ヘッドライン----*/

div.headline{
    width:900px;
    height:40px;
	background:url("../img/headline.gif") no-repeat center bottom ;
	}

div.headline div.headline_box{
    padding:13px 15px 0px 160px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
	}


/*----ニュース（新着）----*/

div#top div.news1{
	}
div#top div.news1_box{
    height:370px;
    overflow:auto;
	}
div#top div.news1 div.news{
    width:465px;
    margin-bottom:15px;
	}
div#top div.news1 div.news div.image{
    float:left;
    width:133px;
	background:url("../img/profile_box.gif") no-repeat center ;
    padding:4px 0;
    border:1px solid #ccc;
	}
div#top div.news1 div.news div.image img{
    width:125px;
    height:165px;
    border:1px solid #ccc;
	}
div#top div.news1 div.news div.txt{
    width:320px;
    float:right;
	}

/*----ニュース（オススメ）----*/

div#top div.news2{
	}
div#top div.news2_box{
    height:185px;
    overflow:auto;
	}
div#top div.news2 div.news{
    width:465px;
    margin-bottom:15px;
	}

div#top div.news2 div.news div.image{
    float:left;
    width:133px;
	background:url("../img/profile_box.gif") no-repeat center ;
    padding:4px 0;
    border:1px solid #ccc;
	}
div#top div.news2 div.news div.image img{
    width:125px;
    height:165px;
    border:1px solid #ccc;
	}

div#top div.news2 div.news div.txt{
    width:320px;
    float:right;
	}

/*----新人----*/

div#top div.ranking{
	background:url("../img/main_ranking_03.gif") no-repeat center bottom ;
    padding-bottom:14px;
	}
div#top div.ranking h3{
	margin:0;
	}

div#top div.ranking_box{
    height:925px;
    overflow:hidden;
	background:url("../img/main_ranking_02.gif") repeat-y center bottom ;
	}
div#top div.ranking div.profile_box{
    height:170px;
    margin:0 15px 15px 20px;
    text-align:center;
    _margin-bottom:10px;
	}
div#top div.ranking div.profile_box div.image{
    float:left;
    padding:4px 0;
    width:131px;
	background:url("../img/profile_box_bk.gif") no-repeat center ;
    border:1px solid #000;
	}
div#top div.ranking div.profile_box div.image img{
    width:123px;
    height:164px;
    border:1px solid #000;
	}
div#top div.ranking div.profile_box div.plof{
    width:140px;
    text-align:left;
    float:right;
    color:#999;
    padding-top:45px;
	}
div#top div.ranking div.profile_box div.plof li.regist_day{
    display:none;
	}

div#top div.ranking div.profile_box div.plof li{
    overflow:hidden;
	}


div#top div.ranking div.profile_box div.plof li.tel,
div#top div.ranking div.profile_box div.plof li.mail{
    color:#ccc;
	}
div#top div.price{
	}

div#top div.ranking_box div.r1{
	background:url("../img/top_rankings_1.gif") no-repeat right top ;
	}
div#top div.ranking_box div.r2{
	background:url("../img/top_rankings_2.gif") no-repeat right top ;
	}
div#top div.ranking_box div.r3{
	background:url("../img/top_rankings_3.gif") no-repeat right top ;
	}
div#top div.ranking_box div.r4{
	background:url("../img/top_rankings_4.gif") no-repeat right top ;
	}
div#top div.ranking_box div.r5{
	background:url("../img/top_rankings_5.gif") no-repeat right top ;
	}









/*------------------------------------
  ◆在籍◆
-------------------------------------*/

div#profiles div.profile_box{
    float:left;
    width:170px;
    height:250px;
    margin-bottom:5px;
    text-align:center;
	}

div#profiles div.profile_box div.image{
    margin:5px;
    padding:5px 0;
	background:url("../img/profile_box.gif") no-repeat center ;
    border:1px solid #ccc;
	}
div#profiles div.profile_box div.image img{
    width:150px;
    height:200px;
    border:1px solid #ccc;
	}
div#profiles div.profile_box div.plof{
    position:relative;
	}

div#profiles div.plof{
    top:-25px;
	}
div#profiles div.plof li{
    display:none;
	}
div#profiles div.plof li.mark,
div#profiles div.plof li.name{
    display:block;
	}





/*------------------------------------
  ◆ナンバー◆
-------------------------------------*/

div#rankings div.profile_box{
    float:left;
    width:280px;
    height:400px;
    margin-bottom:5px;
    text-align:center;
	}

div#rankings div.profile_box div.image{
    padding:5px 0;
	background:url("../img/profile_box.gif") no-repeat center ;
    border:1px solid #ccc;
    width:210px;
    margin-top:60px;
	}
div#rankings div.profile_box div.image img{
    width:200px;
    height:250px;
    border:1px solid #ccc;
	}
div#rankings div.profile_box div.plof{
    position:relative;
	}

div#rankings div.plof{
    padding-top:1em;
	}


div#rankings div.r1{
	background:url("../img/rankings_1.gif") no-repeat center top ;
	}
div#rankings div.r2{
	background:url("../img/rankings_2.gif") no-repeat center top ;
	}
div#rankings div.r3{
	background:url("../img/rankings_3.gif") no-repeat center top ;
	}
div#rankings div.r4{
	background:url("../img/rankings_4.gif") no-repeat center top ;
	}
div#rankings div.r5{
	background:url("../img/rankings_5.gif") no-repeat center top ;
	}

div#rankings div.r1,
div#rankings div.r2{
/*    width:425px;*/
	}
div#rankings div.r4{
    margin-left:140px;
    _margin-left:70px;
	}


/*------------------------------------
  ◆ブログ集◆
-------------------------------------*/

div#blogs div.plof li.blog{
    display:block;
	font-weight:bold;
	}
div#blogs div.plof li.name{
	font-weight:normal;
	}

div#blogs div.profile_box{
    float:left;
    width:150px;
    height:160px;
    text-align:center;
	}

div#blogs div.profile_box{
    float:left;
    width:170px;
    height:250px;
    margin-bottom:5px;
    text-align:center;
	}

div#blogs div.profile_box div.image{
    margin:5px;
    padding:5px 0;
	background:url("../img/profile_box.gif") no-repeat center ;
    border:1px solid #ccc;
	}
div#blogs div.profile_box div.image img{
    width:150px;
    height:200px;
    border:1px solid #ccc;
	}
div#blogs div.profile_box div.plof{
    position:relative;
	}

div#blogs div.plof{
    top:-25px;
	}
div#blogs div.plof li{
    display:none;
	}
div#blogs div.plof li.mark,
div#blogs div.plof li.name{
    display:block;
	}


/*------------------------------------
  ◆トピックス◆
-------------------------------------*/

div#posts1 div.news{
    margin-bottom:20px;
	}

div#posts1 div.news div.image{
    padding:5px 0;
    width:200px;
	background:url("../img/newsimage.gif") no-repeat center ;
    border:1px solid #ccc;
    float:left;
    margin-right:10px;
    text-align:center;
	}
div#posts1 div.news div.txt{
    padding-top:10px;
	}
div#posts1 div.news div.txt li.datecate{
    font-size:12px;
	}
div#posts1 div.news div.txt li.title{
    font-size:16px;
	}
div#posts1 div.news div.txt li.body{
    font-size:14px;
	}

/*------------------------------------
  ◆リンク集◆
-------------------------------------*/


div#links     {
	}

div.sitelist     {
	}


div.sitelist li   {
	float: left;
	margin:auto 6px;
	width: 88px;
	height: 60px; 
	overflow:hidden;
	text-align: center;
	}
div.sitelist li a  {
	font-size: 80%;
	}

div.sitelist li a img {
	display:block;
	width:88px;
	height:31px;
	}
div.sitelist li a:hover img {
	}

div.banalist   {
	text-align: left;
	margin:25px auto;
	}
div.banalist dl dt      {
	margin-top: 10px;
	margin-bottom: 5px 
	}
div.banalist dd    {
	font-size: 80%;
	}


/*------------------------------------
  ◆求人◆
-------------------------------------*/


div#rec     {
	}

div#rec div.detail{
    width:600px;
	}
div#rec td{
    white-space:normal;
	}

div#rec th{
    width:25%;
	}

div#rec td{
    width:75%;
	}


div#rec td strong{
    color:#000;
    font-weight:bold;
	}
div#rec td strong span{
    font-size:125%;
	}


div#rec div.inquiry{
	text-align:right ;
    width:600px;
	}

div#rec div#gallery1 li a img{
    width:200px;
/*
    height:150px;
*/
    height:133px;
	}


/*------------------------------------
  ◆メルマガ◆
-------------------------------------*/


div#mailmaga     {
	}
div#mailmaga div.txt {
	padding:0 1em 2em; 
	}


div#mailmaga div.txt dt      {
	margin-bottom:10px;
    color:#DDD;
	}

div#mailmaga div.txt dd      {
	line-height: 1.5;
	margin-bottom:15px;
	}
div#mailmaga div.txt dd a{
	display:block;
	margin:10px auto;
	}
div#mailmaga div.txt dd a:hover{
	}
div#mailmaga div.txt dd a span{
	font-size: 24px;
	font-style: oblique;
	font-family: 'Franklin Gothic Medium' , serif ;
	}
div#mailmaga div.txt dd a:hover span{
	}
div#mailmaga div.txt dd ol      {
	margin-bottom:5px;
	}
div#mailmaga div.txt dd ol li      {
	list-style-type:decimal;
	list-style-position:inside;
	font-size: 16px;
	margin:10px auto;
	font-weight: bold;
	}
div#mailmaga div.qr li      {
	float: left;
	margin-right:5px;
	font-size: 11px;
	}

/*------------------------------------
  ◆携帯◆
-------------------------------------*/


div#mobile     {
	}
div#mobile div.txt {
	margin-left:1em; 
	float: left;
	width:400px;
	}
div#mobile div.txt dt      {
	margin-bottom:10px;
    color:#DDD;
	}

div#mobile div.txt dd      {
	line-height: 1.5;
	margin-bottom:15px;
	}
div#mobile div.txt dd a{
	display:block;
	margin:10px auto;
	}
div#mobile div.txt dd a:hover{
	}
div#mobile div.txt dd a span{
	font-size: 24px;
	font-style: oblique;
	font-family: 'Franklin Gothic Medium' , serif ;
	}
div#mobile div.txt dd a:hover span{
	}
div#mobile div.txt dd ol      {
	margin-bottom:5px;
	}
div#mobile div.txt dd ol li      {
	list-style-type:decimal;
	list-style-position:inside;
	font-size: 16px;
	margin:10px auto;
	font-weight: bold;
	}
div#mobile div.qr li      {
	float: left;
	margin-left:1em; 
	font-size: 11px;
	}
div#mobile div.sumple      {
	float: right;
	width:270px;
	}
div#mobile div.sumple iframe     {
	height:400px;
	width:270px;
	}



/*------------------------------------
  ◆取材◆
-------------------------------------*/


div#press     {
    padding-top:60px;
	background:url("../img/press_image.gif") no-repeat center right;
	}
div#press div.txt {
	margin-left:0; 
	width:400px;
	margin-bottom:2em; 
	}
div#press div.txt h3 {
	background:url("../img/txt_h3.gif") repeat-x center ;
    border:solid 1px #000;
    font-size:14px;
    font-weight:bold;
	margin-bottom:1em; 
    padding:0.5em 1em;
    color:#fff;
	}

div#press div.txt p {
    line-height:1.5;
    font-size:14px;
    }
div#press div.txt div.inquiry {
    text-align:right;
    }

/*------------------------------------
  ◆◆ポップアップ◆◆
-------------------------------------*/

body.popup div#allcontainer_tps{
    display:none;
	}
body.popup h1{
    display:none;
	}

/*------------------------------------
  ◆女の子詳細・予約◆
-------------------------------------*/
body.popup div.profile_box{
    width:700px;
    padding:30px 0;
	}
body.popup div.profile_box div.image{
    float:left;
    width:370px;
	}
body.popup div.profile_box div.image div.main_image{
    text-align:center;
    margin-bottom:4px;
	}
body.popup div.profile_box div.image div.main_image img{
    width:370px;
    height:470px;
	}
body.popup div.profile_box div.sumnail{
    text-align:center;
	}
body.popup div.profile_box div.sumnail img{
    width:72px;
    height:100px;
	}
body.popup div.profile_box div.sumnail li{
    display:inline;
    margin-right:0;
    font-size:2px;
	}
body.popup div.profile_box div.sumnail li img{
    margin-bottom:4px;
    margin-right:0;
	}
body.popup div.profile_box div.profile_txt{
    width:310px;
    padding-top:5px;
    text-align:left;
    float:right;
	}
body.popup div.profile_box div.plof{
    padding-bottom:1em;
	}
body.popup div.profile_box div.plof ul{
    padding-right:10px;
	}

body.popup div.profile_box div.plof li.name{
    font-size:300%;
    padding-left:0;
	}
body.popup div.profile_box div.plof li.age{
    font-size:150%;
	}
body.popup div.profile_box div.plof li.mark{
    display:none;
	}

body.popup div.profile_box div.plof li.tel{
    font-size:150%;
    font-weight:bold;
	}
body.popup div.profile_box div.plof li.mail{
    font-weight:bold;
	}




body.popup div.profile_box div.plof li.size{
    padding-top:0.5em;
    font-size:16px;
    color:#ccc;
	}
body.popup div.profile_box div.plof li.size span{
    color:#FFF;
	}
body.popup div.profile_box div.plof li.att_time{
    font-size:120%;
	}
body.popup div.profile_box div.plof li.att_com{
    height:auto;
    font-size:100%;
    line-height:1.3;
	}
body.popup div.profile_box li.gravure_com{
    line-height:1.5;
    padding-bottom:1em;
	}


body.popup div.subnavi p{
    padding-bottom:1em;
    font-size:90%;
	}

body.popup div.newface{
    padding-bottom:1em;
	}
body.popup div.newface li.regist_day{
    font-weight:bold;
    font-size:125%;
    color:#FFF;
	}
body.popup div.newface li.new_com{
    line-height:1.5;
	}


body.popup div.detail{
    padding-bottom:1em;
    padding-left:0.5em;
	}
body.popup div.detail th{
	font-size: 11px;
    width:100px;
    white-space:normal;
	}
body.popup div.detail td{
    white-space:normal;
	}



















/*----フォームデザイン----*/

div.form{
	margin-bottom:1em;
	}

div.form th{
	font-size:11px;
	padding-left: 10px;
	width:20%;
	}
div.form td{
	text-align:left;
	}
	
div.form input,
div.form textarea {
	border:solid 1px #FB2;
	padding: 3px;
	margin-right: 0.5em;
	}
div.form input.radio {
	border:none;
	padding: 3px;
	}
/*----フォーム送信----*/

div.form_send{
	text-align:center;
	margin-bottom:1em;
	}
div.form_send input.submit{
	width: 130px;
	height: 25px;
	background: url("../img/navi1_li_3.gif") repeat-x center center ;
	border: solid 1px #FB2;
    color:#000;
div.form_send input.submit:hover  {
	background: url("../img/navi1_li_3.gif") repeat-x center center ;
	border: solid 1px #FB2;
    color:#000;
	}

	}
div.form_send input.reset{
	border:solid 1px;
	}


/*----フォームメッセージ----*/

div.message{
	text-align:center;
	}

div.message span.error,
div.message span.success{
	display:block;
	padding: 10px;
	border:solid 1px;
	margin-bottom:1em;
	}
div.message div{
	font-size:16px;
	margin-bottom:0.5em;
	}

/*----ニュース共通----*/

div.txt{
	}
div.txt li{
    margin-bottom:0.2em;
	}
div.txt li.datecate{
	font-size:90%;
	color:#c30;
	}
div.txt li.title{
    color:#c60;
	font-weight:bold;
	}

div.txt li.body{
	line-height:1.5;
	}
div.txt li.body img{
	width:auto;
	height:auto;
	}


/*----女の子プロフ共通設定----*/
div.plof{
	}


div.plof li{
	clear:both;
	overflow:hidden;
    margin-bottom:0.3em;
    padding-left:0.3em;
	}

/*　名前　*/

div.plof li.name {
	font-weight:bold;
    font-size:120%;
    color:#000;
	}

/*　年齢　*/
div.plof li.age {
	clear:none;
    padding-top:0.2em;
    display:none;
	}
div.plof li.age span{
	font-weight:bold;
    color:#FFF;
	}

/*　マーク　*/

div.plof li.mark{
	padding:2px 0;
	height:20px;
    padding-left:0;
	}
div.plof li.mark img{
	margin:1px;
	}
/*　3サイズ　*/
div.plof li.size{
    color:#666;
    display:none;
	}
div.plof li.size span{
	font-weight:bold;
    color:#999;
	}

/*　出勤時間　*/

div.plof li.att_time{
	font-weight:bold;
	color:#FE9;
	}
div.plof li.att_time span.att_time{
	font-weight:normal;
	}

/*　出勤コメント　*/

div.plof li.att_com{
	height:1.1em;
	font-size:80%;
	color:#F6C;
	}

/*　新人入店日　*/

div.plof li.regist_day{
	font-size:80%;
	font-weight:bold;
	color:#FFF;
	}
div.plof li.regist_day span{
	font-weight:normal;
	}


/*　新人コメント、グラビアコメント等　*/

div.plof li.com{
	line-height:1.5;
	font-size:80%;
	}

div#NnVD {
	display:none;
	}

div.image {
	text-align:center;
	}

/*------------------------------------
  ◆ブログ集◆
-------------------------------------*/
div#gallery1 li{
    float:left;
    padding:6px;
	}
div#gallery1 li:hover{
    background:#FF3399;
	}
