* {
margin:0;
padding:0;
}

html {
height: 100%;
overflow-y: scroll;
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
.form_style1 {
color:#f99615;
} 


body {
width: 960px;
height: 100%;
/*background-image:url(img/bak.gif);*/
background-repeat:repeat-y;
background-color:#FEFEFE;
background-position: center;
background-attachment: fixed;
margin:0 auto;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 12px;
line-height: 14px;
color: #2c2c2c;
position : relative;
}

a {
overflow: hidden;
outline: none;
}

a:link {

 color: #3333ff;text-decoration: none
}

a:visited {
color: #3333ff;text-decoration: none
}

a:hover {
color: #fe0474;
}
 
a:active {

color: #3333ff;
text-decoration: none;
} 

img {
border-style:none;
}


#center {
width: 960px;
height: auto;
margin-left: auto;
margin-right: auto;
}

/* 認証ページ */

#auth_bak{
width:960px;
height:336px;
background-image:url(img/auth_img.jpg);
text-indent:-8000px;
float:left;
}

#auth_box{
display:inline;
}

.auth_text{
text-align:center;
margin: 20px;auto;
color:#fff;

}

.auth_ok a{
width:137px;
height:64px;
background-image:url(img/auth_ok.jpg);
text-indent:-8000px;
float:left;
display:inline;
margin:0 0 100px 340px;
}

.auth_ok a:hover{
background-image:url(img/auth_ok_d.jpg);
}

.auth_no a{
width:137px;
height:64px;
background-image:url(img/auth_no.jpg);
text-indent:-8000px;
float:left;
display:block;
}

.auth_no a:hover{
background-image:url(img/auth_no_d.jpg);
}

/* 認証ページ終了 */

/* ヘッダ */

/* トップページヘッダー */

#header {
width: 960px;
height: 80px;
margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

#logo h1 a{
background-image: url(img/h_logo.jpg);
background-repeat: no-repeat;
width: 164px;
height: 72px;
font-size: 24pt;
text-indent: -8000px;
float: left;
display: block;
margin-top: 6px;
}

#logo h1 a:hover{
background-image: url(img/h_logo.jpg);
}


#exp h2 {
background-image: url(img/h_right.jpg);
background-repeat: no-repeat;
width: 400px;
height: 80px;
font-size: 18pt;
float: left;
text-indent: -8000px;
margin-left: 8px;
}

#header_right {
width: 234px;
height: 80px;
float: right;
}

#login_top {
width: 75px;
height: 20px;
float: right;
display: block;
margin-top: 10px;
}

#login_status {
font-weight: normal;
float: left;
display: block;
position: relative;
margin-top: 9px;
margin-left: 0px;
}

#m_sch_window {
background-color: #F0F0F0;
width: 234px;
height: 40px;
float: right;
margin-top: 9px;
border: 1px solid #a0a0a0;
}

#text_box {
width: 150px;
height: 20px;
margin: 8px 2px 8px 10px;
border: 1px solid #747474;
}

#btn_search {
background-image: url(img/btn_search.jpg) no-repeat;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 10pt;
text-align: center;
letter-spacing: 0.5em;
width: 56px;
height: 24px;
}

/* ヘッダ終了 */

/* メインメニュー */

#mainmenu {
width: 960px;
height: 40px;
overflow: hidden;
margin-top: 12px;
}

#mainmenu ul {
margin: 0px;
padding: 0px;
}

#mainmenu ul li {
float: left;
list-style-type: none;
}

#mainmenu ul li a {
background-image: url(img/mainmenu.jpg);
background-repeat: no-repeat;
width: 160px;
height: 40px;
text-indent: -9999px;
display: block;
overflow: hidden;
margin: 0px;
padding: 0px;
}

#m_home a {
background-position: 0 0;
}

#m_live a {
background-position: -160px 0;
}

#m_schedule a {
background-position: -320px 0;
}

#m_entry a {
background-position: -480px 0;
}

#m_faq a {
background-position: -640px 0;
}

#m_info a {
background-position: -800px 0;
}

#mainmenu ul li a:hover {
background-image: url(img/mainmenu.jpg) no-repeat;
}

#m_home a:hover {
background-position: 0 -40px;
}

#m_live a:hover {
background-position: -160px -40px;
}

#m_schedule a:hover {
background-position: -320px -40px;
}

#m_entry a:hover {
background-position: -480px -40px;
}

#m_faq a:hover {
background-position: -640px -40px;
}

#m_info a:hover {
background-position: -800px -40px;
}


/* メインメニュー終了 */

/* サブメニュー */

#submenu {
width: 960px;
height: 40px;
overflow: hidden;
margin: 0px;
}

#submenu ul {
margin: 0px;
padding: 0px;
}

#submenu ul li {
float: left;
list-style-type: none;
}

#submenu ul li a {
background-image: url(img/submenu.jpg);
background-repeat: no-repeat;
width: 160px;
height: 40px;
text-indent: -9999px;
display: block;
overflow: hidden;
margin: 0px;
padding: 0px;
}

#m_sch1 a {
background-position: 0 0;
}

#m_sch2 a {
background-position: -160px 0;
}

#m_sch3 a {
background-position: -320px 0;
}

#m_sch4 a {
background-position: -480px 0;
}

#m_sch5 a {
background-position: -640px 0;
}

#m_sch6 a {
background-position: -800px 0;
}

#submenu ul li a:hover {
background-image: url(img/submenu.jpg) no-repeat;
}

#m_sch1 a:hover {
background-position: 0 -40px;
}

#m_sch2 a:hover {
background-position: -160px -40px;
}

#m_sch3 a:hover {
background-position: -320px -40px;
}

#m_sch4 a:hover {
background-position: -480px -40px;
}

#m_sch5 a:hover {
background-position: -640px -40px;
}

#m_sch6 a:hover {
background-position: -800px -40px;
}

/* サブメニュー終了 */

/* コンテンツ */

#contents {
width: 100%;
margin-top: 12px;
}

/* コンテンツ終了 */

/* 下部メニュー */

#footermenu {
width: 960px;
height: 40px;
overflow: hidden;
}

#footermenu ul {
margin: 0px;
padding: 0px;
}

#footermenu ul li {
float: left;
list-style-type: none;
}

#footermenu ul li a {
background-image: url(img/footermenu.jpg);
background-repeat: no-repeat;
width: 160px;
height: 40px;
text-indent: -9999px;
display: block;
overflow: hidden;
margin: 0px;
padding: 0px;
}

#u_home a {
background-position: 0 0;
}

#u_live a {
background-position: -160px 0;
}

#u_schedule a {
background-position: -320px 0;
}

#u_entry a {
background-position: -480px 0;
}

#u_faq a {
background-position: -640px 0;
}

#u_info a {
background-position: -800px 0;
}

#footermenu ul li a:hover {
background-image: url(img/footermenu.jpg) no-repeat;
}

#u_home a:hover {
background-position: 0 -40px;
}

#u_live a:hover {
background-position: -160px -40px;
}

#u_schedule a:hover {
background-position: -320px -40px;
}

#u_entry a:hover {
background-position: -480px -40px;
}

#u_faq a:hover {
background-position: -640px -40px;
}

#u_info a:hover {
background-position: -800px -40px;
}

/* 下部メニュー終了 */

/* 左カラム */

#l_colum {
padding: 0;
width: 220px;
height:auto;
float:left;
display: inline;
}

.whatsnew_m {
background-image: url(img/whatsnew_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
width: 220px;
height: 50px;
margin-top: 10px;
}

.t_side_c {
background-image: url(img/t_side_c.gif);
background-repeat: repeat-y;
width: 220px;
height: auto;
padding: 0 0 0 15px;
}


.t_side_u {
background-image: url(img/t_side_u.gif);
background-repeat: no-repeat;
text-indent: -8000px;
width: 220px;
height: 30px;
}

.l_text {
width: 192px;
height: auto;
letter-spacing: 0.12em;
line-height: 1.2em;
}

.left_c_2 {
background-image: url(img/left_c.gif);
background-repeat: repeat-y;
width: 276px;
height: auto;
}

.t_s_c2 {
background-image: url(img/t_s_c2.gif);
background-repeat: repeat-y;
width: 220px;
height: 440px;
}

.t_s_u2 {
background-image: url(img/t_s_u2.gif);
background-repeat: repeat-y;
width: 220px;
height: 21px;
}

.non_m {
background-image: url(img/non_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0px;
width: 220px;
height: 18px;
display: block;
}

.non_u {
background-image: url(img/non_u.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0px;
width: 220px;
height: 18px;
display: block;
}

.info_text{
font-weight:bold;
color:#ff3300;
background-image:url(img/right_arrow.gif);
background-repeat:no-repeat;
text-indent:17px;
padding-top:3px;
display: block;
}

.info_text_2{
font-weight:bold;
color:#000;
background-image:url(img/m_mark.gif);
background-repeat:no-repeat;
text-indent:17px;
padding-top:3px;
display: block;
}

.t_weight{
font-weight: bold;
color: #ff3300;
display: block;
}

#idol_m {
background-image: url(img/newidol.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 219px;
height: 126px;
}


.ranking_m {
background-image: url(img/ranking_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
width: 220px;
height: 45px;
}

.r_images {
width: 78px;
height: 78px;
margin: 1px 0 0 15px;
display: inline;
float: left;
border: 1px solid #333333;
}

.r_box {
background-color: #EFEFEF;
width: 110px;
height: 80px;
float: left;
margin: 0px;
padding: 11px 0 0 10px;
display: inline;
}

.r_b_crown_n {
font-weight: bold;
color: #ff3300;
letter-spacing: 0.2em;
line-height: 20px;
text-align: center;
padding: 6px 0 29px 29px;
}

.r_b_crown_g {
background-image: url(img/crown_g.gif);
background-repeat: no-repeat;
font-weight: bold;
color: #ff3300;
letter-spacing: 0.2em;
line-height: 20px;
text-align: center;
padding: 6px 0 29px 29px;
}

.r_b_crown_s {
background-image: url(img/crown_s.gif);
background-repeat: no-repeat;
font-weight: bold;
color: #ff3300;
letter-spacing: 0.2em;
line-height: 20px;
text-align: center;
padding: 6px 0 29px 29px;
}

.r_b_crown_b {
background-image: url(img/crown_b.gif);
background-repeat: no-repeat;
font-weight: bold;
color: #ff3300;
letter-spacing: 0.2em;
line-height: 20px;
text-align: center;
padding: 6px 0 29px 29px;
}

.r_bio {
font-size: 0.9em;
line-height: 1.5em;
letter-spacing: 0.15em;
}

#entry_big a{
background-image: url(img/entry_big.gif);
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -8000px;
width: 220px;
height: 150px;
display: block;
}

#entry_big a:hover{
background-position: 0 -150px;
}

.rss {
background-image:url(img/rss.gif);
background-repeat: no-repeat;
text-indent: 38px;
width: 220px;
height: 30px;
line-height: 32px;
letter-spacing: 0.18em;
float: left;
display: block;
margin-top: 10px;
}

.gplus {
width: 220px;
float: left;
display: block;
margin-top: 10px;
}

.fb {
width: 220px;
float: left;
display: block;
margin-top: 12px;
}

.apagerank {
width: 220px;
float: left;
display: block;
margin-top: 12px;
}

.model_m {
background-image: url(img/model_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
width: 220px;
height: 50px;
margin-top: 10px;
}

.left_u {
background-image:url(img/left_u.gif);
background-repeat:no-repeat;
width: 276px;
height:13px;
}

.new {
width: 192px;
height: 500px;
line-height: 20px;
overflow: auto;
}

.new_blog {
width: 192px;
height: 420px;
line-height: 20px;
overflow: auto;
}

.info_m {
background-image: url(img/info_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 220px;
height: 50px;
}

.event_m {
background-image: url(img/event_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 220px;
height: 50px;
}

.calendar_m {
background-image: url(img/calendar_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
margin-top: 10px;
padding: 0;
width: 220px;
height: 50px;
}

.blogentry_m {
background-image: url(img/blogentry_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 220px;
height: 50px;
}

.category_m {
background-image: url(img/category_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 220px;
height: 50px;
}

.link_m {
background-image: url(img/link_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
padding: 0;
width: 220px;
height: 50px;
}

/* 左モデルタイプメニュー */

.l_m_type_m{
display: inline;
background-image:url(img/l_m_type_m.gif);
background-repeat:no-repeat;
width: 219px;
height:28px;
float:left;
text-indent:-8000px;
display:inline;
margin-top:10px;
}

#l_model_t_menu{
display: inline;
}

#l_model_t_menu ul li{
display:block;
list-style:none;
}

#l_model_t_menu ul li a{
display: inline;
float: left;

}

#l_model_t_menu ul li span{
display:none;
}

.l_m_race a{
background:url(img/l_race_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_race a:hover{
background:url(img/l_race_b_d.jpg) no-repeat;
}

.l_m_event a{
background:url(img/l_event_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_event a:hover{
background:url(img/l_event_b_d.jpg) no-repeat;
}

.l_m_tarent a{
background:url(img/l_tarent_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_tarent a:hover{
background:url(img/l_tarent_b_d.jpg) no-repeat;
}

.l_m_av a{
background:url(img/l_av_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_av a:hover{
background:url(img/l_av_b_d.jpg) no-repeat;
}

.l_m_chaku a{
background:url(img/l_chaku_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_chaku a:hover{
background:url(img/l_chaku_b_d.jpg) no-repeat;
}

.l_m_ama a{
background:url(img/l_ama_b.jpg) no-repeat;
width: 219px;
height: 83px;
}

.l_m_ama a:hover{
background:url(img/l_ama_b_d.jpg) no-repeat;
}

/* 左モデルタイプメニュー 終了*/

/* 左カラム終了 */

/* フッター */

#footer {
width: 960px;
height: 130px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

#logo_u a{
background-image:url(img/logo_u.png);
text-indent:-8000px;
width: 171px;
height:91px;
/*display:block;*/
display:none;
float:right;
}

#twitter {
width: 250px;
height: 375px;
display:block;
float:right;
margin:0 5px 0 20px;
}

#twitter2 {
width: 220px;
height: auto;
display: block;
float: right;
margin: 0;
}

#banner a{
width: 125px;
height:125px;
display:block;
float:right;
margin:0 20px 0 0;
}

#logo_u a:hover{
background-image:url(img/logo_u_d.png);
/*display:block;*/
display:none;
}

#under {
width: 500px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

.tokusho{
font-weight: bold;
font-size: 9pt;
line-height: 1.5em;
text-align: left;
margin: 0 0 4px 0;
}

.copyright {
font-size: 9pt;
font-weight: normal;
color: #333;
line-height: 1.5em;
text-align: left;
}

.copyright span {
font-weight: bold;
color: #ff00ff;
}

/* フッター終了 */


/* センターカラム */

#c_colum {
width: 500px;
height: auto;
float: left;
display: inline;
margin-left: 10px;
}

/* ie6 */
* html div#r_colum div {
display: inline;
zoom: 0;
}


#t_big_box {
background-image: url(img/t_big_box.gif);
width: 500px;
height: 17px;
float: left;
display: inline;
margin-top: 10px;
}

#c_big_box {
background-image:url(img/c_big_box.gif);
background-repeat:repeat-y;
width: 500px;
height: auto;
float: left;
}

#u_big_box {
background-image:url(img/u_big_box.gif);
width: 500px;
height: 18px;
float: left;
}

#t_big_box2 {
background-image: url(img/t_big_box2.gif);
width: 960px;
height: 17px;
float: left;
display: inline;
margin-top: 10px;
}

#c_big_box2 {
background-image:url(img/c_big_box2.gif);
background-repeat:repeat-y;
width: 960px;
height: auto;
float: left;
}

#u_big_box2 {
background-image: url(img/u_big_box2.gif);
width: 960px;
height: 18px;
float: left;
}

#l_middle_box {
width: 290px;
height: auto;
float: left;
margin: 0 0 0 10px;
/* display: inline;*/
display: inline;
}

#r_middle_box {
width: 500px;
height: auto;
float: left;
}

.mainte {
background-image:url(img/mainte.gif);
background-repeat:no-repeat;
text-indent:-8000px;
padding: 0;
width: 480px;
height: 30px;
float:left;
margin-left: 20px;
}

.mainte_box {
background-image:url(img/mainte_box.gif);
background-repeat:no-repeat;
width: 480px;
height:46px;
float:left;
margin-left: 20px;
}

.mainte_box_t {
width: 450px;
font-weight:bold;
color:#484748;
padding:16px 10px 0 10px;
}

/* 
.shadow {
background: url(img/shadow.gif) right bottom;
background-repeat:no-repeat;
float: left;/* 回り込み制御 */
}
*/
 
.shadow img {
position: relative;
left: -8px;/* 画像を左へ移動 */
top: -5px;/* 画像を上へ移動 */
padding: 0px;/* 画像枠 */
background: #1c1c1c;/* paddingを設定した場合の背景色 */
border: 0px solid #999999;/* 画像の枠線 */

}

/* ie6 */
* html div.shadow img {
top: -1px;/* 画像を上へ移動 */
}


/* ie7 */
*:first-child+html div.shadow img {
top: -1px;/* 画像を上へ移動 */
}

.image_t {
float: left;
margin: 10px 0 8px;
}

.image_ads_1 {
background-color: #efefef;
width: 468px;
height: auto;
float:left;
margin: 6px 0;
padding: 13px 16px;
border: 1px solid #747474;
}

.image_ads_2 {
float:left;
margin: 15px 0 5px 0;
padding: 10px;
}

image_ads_3 {
width: 468px;
height: auto;
float:left;
margin: 8px 0;
padding: 13px 16px;
border: 1px solid #747474;
}

.image_ads_4 {
float:right;
margin: 5px 0;
padding: 10px;
}

.image_t_l {
float: left;
margin: 0;
padding: 4px;
border: 1px solid #555;
}

.image_t_r {
float: left;
margin-top: 0;
margin-left: 3px;
padding: 4px;
border: 1px solid #555;
}

.image_u_l {
float: left;
margin-top: 8px;
padding: 4px;
border: 1px solid #555;
}

.image_u_r {
float: left;
margin-top: 8px;
margin-left: 3px;
padding: 4px;
border: 1px solid #555;
}
.top_img {
background: url(top_img/no_1.gif);
background-repeat:no-repeat;
width: 722px;
height: 406px;
}

.shadow_2 {
background: url(img/shadow_2.gif) right bottom;
background-repeat:no-repeat;
float: left;/* 回り込み制御 */
padding:10px 0 0 20px;
display:inline;
}
 
.shadow_2 img {
position: relative;
left: -5px;/* 画像を左へ移動 */
top: -6px;/* 画像を上へ移動 */
padding: 0px;/* 画像枠 */
background: #1c1c1c;/* paddingを設定した場合の背景色 */
border: 0px solid #999999;/* 画像の枠線 */
display:inline;
}

/* ie6 */
* html div.shadow_2 img {
top: -1px;/* 画像を上へ移動 */
}

/* ie7 */
*:first-child+html div.shadow_2 img {
top: -1px;/* 画像を上へ移動 */
}

.shadow_2 {
background: url(img/shadow_2.gif) right bottom;
background-repeat:no-repeat;
float: left;/* 回り込み制御 */
padding:10px 0 0 20px;
display:inline;
}
 
.shadow_2 img {
position: relative;
left: -5px;/* 画像を左へ移動 */
top: -6px;/* 画像を上へ移動 */
padding: 0px;/* 画像枠 */
background: #1c1c1c;/* paddingを設定した場合の背景色 */
border: 0px solid #999999;/* 画像の枠線 */
display:inline;
}

/* ie6 */
* html div.shadow_2 img {
top: -1px;/* 画像を上へ移動 */
}

/* ie7 */
*:first-child+html div.shadow_2 img {
top: -1px;/* 画像を上へ移動 */
}

.shadow_3 {
background: url(img/shadow_3.gif) right bottom;
background-repeat:no-repeat;
float: left;/* 回り込み制御 */
padding:0px 0 0 20px;
display:inline;
}
 
.shadow_3 img {
position: relative;
left: -6px;/* 画像を左へ移動 */
top: -4px;/* 画像を上へ移動 */
padding: 0px;/* 画像枠 */
background: #1c1c1c;/* paddingを設定した場合の背景色 */
border: 0px solid #999999;/* 画像の枠線 */
display:inline;
}

/* ie6 */
* html div.shadow_3 img {
top: 0px;/* 画像を上へ移動 */
}

/* ie7 */
*:first-child+html div.shadow_3 img {
top: 0px;/* 画像を上へ移動 */
}

.shadow_4 {
background: url(img/shadow_4.gif) right bottom;
background-repeat:no-repeat;
float: left;/* 回り込み制御 */
padding:0px 0 0 20px;
display:inline;
margin:10px 0 10px 0;
}

.shadow_4 img {
position: relative;
left: -6px;/* 画像を左へ移動 */
top: -4px;/* 画像を上へ移動 */
padding: 0px;/* 画像枠 */
background: #1c1c1c;/* paddingを設定した場合の背景色 */
border: 0px solid #999999;/* 画像の枠線 */
display:inline;
}

/* ie6 */
* html div.shadow_4 img {
top: 1px;/* 画像を上へ移動 */
}

/* ie7 */
*:first-child+html div.shadow_4 img {
top: 1px;/* 画像を上へ移動 */
}

.thumb_t {
width: 150px;
height: 225px;
text-align :center;
color: #333;
float:left;
display: inline;
margin-top: 10px;
margin-bottom: 12px;
padding-left: 12px;
}

/* ie6 */
* html div.thumb_t {
padding-left:0px;
margin-top:2px;
}

.thumb_t_2 {
width: 100px;
height:140px;
float:left;
text-align:center;
color: #333;
display:inline;
margin-top:10px;
padding-left:6px;
}

.about {
width: 100%;
height: auto;
float: left;
margin-top: 5px;
border: 1px solid #747474;
}

.about_thumb {
width: 250px;
height: 200px;
float: right;
margin: 8px 8px 0 0;
}

.about_exp_title {
background-image:url(img/about_exp_title.gif);
background-repeat:no-repeat;
width: 220px;
height: 40px;
text-indent: -9999px;
overflow: hidden;
float: left;
display: inline;
margin: 8px 0 0 8px;
}

.about_exp {
width: 220px;
height: auto;
font-size: 7.5pt;
letter-spacing: 0.15em;
line-height: 1.5em;
float: left;
overflow: hidden;
display: inline;
margin: 12px 0 0 8px;
}

.movie {
width: 100%;
height: auto;
float:left;
margin-top: 5px;
border: 1px solid #747474;
}

.movie_thumb {
width: 250px;
height: 200px;
float:left;
border: 1px solid #747474;
margin: 8px 8px;
}

.movie_exp_title {
background-image:url(img/movie_exp_title.gif);
background-repeat:no-repeat;
width: 220px;
height: 40px;
text-indent: -9999px;
overflow: hidden;
float: left;
display: inline;
margin-top: 8px;
}

.movie_exp {
width: 220px;
height: auto;
font-size: 7.5pt;
letter-spacing: 0.15em;
line-height: 1.5em;
float: left;
overflow: hidden;
display:inline;
margin-top: 12px;
}

.movie_text {
}

.search_m {
background-image: url(img/search_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float: left;
text-indent: -8000px;
display: inline;
margin-left: 10px;
}

.schedule_m {
background-image: url(img/schedule_m.gif);
background-repeat: no-repeat;
width: 280px;
height: 80px;
float: right;
text-indent: -8000px;
overflow: hidden;
display: inline;
margin-top: 100px;
margin-right: 10px;
}

.giralpick_m {
background-image:url(img/giralpick_m.gif);
background-repeat:no-repeat;
width: 170px;
height:39px;
float:left;
text-indent:-8000px;
margin-left:15px;
display:inline;
}

.sample_m {
background-image:url(img/sample_m.gif);
background-repeat:no-repeat;
width: 200px;
height:39px;
float:right;
text-indent:-8000px;
margin-right:20px;
display:inline;
}

.free_m a{
background-image: url(img/free_m.gif);
background-repeat: no-repeat;
background-position: 0 0;
width: 480px;
height: 40px;
float: left;
text-indent: -8000px;
display: inline;
margin-left: 16px;
margin-top: 4px;
}

.free_m a:hover{
background-position: 0 -40px;
}

.entry_mini a {
background-image: url(img/true_entry_m.gif);
background-repeat: no-repeat;
background-position: 0 0;
width: 400px;
height: 40px;
float: right;
text-indent: -8000px;
margin-right: 10px;
margin-top: 10px;
display: inline;
}

.entry_mini a:hover {
background-position: 0 -40px;
}

.result_m {
background-image:url(img/result_m.gif);
background-repeat:no-repeat;
width: 170px;
height:39px;
float:right;
text-indent:-8000px;
margin-right:145px;
display:inline;
}

.information_m {
background-image:url(img/information_m.gif);
background-repeat:no-repeat;
width: 170px;
height:39px;
float:right;
text-indent:-8000px;
margin-right:145px;
display:inline;
}

.t_s_t {
background-image:url(img/t_s_t.gif);
background-repeat:no-repeat;
width: 284px;
height: 5px;
float: right;
display: inline;
margin-top: 10px;
}

.t_s_c {
background-image: url(img/t_s_c.gif);
background-repeat: repeat-y;
width: 284px;
height: auto;
float: right;
}

.t_s_u {
background-image: url(img/t_s_u.gif);
background-repeat: no-repeat;
width: 284px;
height: 5px;
float: right;
display: inline;
margin-bottom: 10px;
}

/* モデルタイプメニュー */

.m_type_m{
display: inline;
background-image:url(img/m_type_m.gif);
background-repeat:no-repeat;
width: 267px;
height:36px;
float:left;
text-indent:-8000px;
margin-left:5px;
display:inline;
margin-top:10px;
}

/* ie6 */
* html div.m_type_m {
margin-top:0px;
}


#model_t_menu{
display: inline;
}

#model_t_menu ul li{
padding:0 0 0 32px;
display:block;
list-style:none;
}

#model_t_menu ul li a{
display: inline;
float: left;

}

#model_t_menu ul li span{
display:none;
}

 .m_race a{
background:url(img/race_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin-top:10px;
}

 .m_race a:hover{
background:url(img/race_b_d.jpg) no-repeat;
}

 .m_event a{
background:url(img/event_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin-top:10px;
}

 .m_event a:hover{
background:url(img/event_b_d.jpg) no-repeat;
}

 .m_tarent a{
background:url(img/tarent_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin-top:10px;
}

 .m_tarent a:hover{
background:url(img/tarent_b_d.jpg) no-repeat;
}

 .m_av a{
background:url(img/av_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin-top:10px;
}

 .m_av a:hover{
background:url(img/av_b_d.jpg) no-repeat;
}

 .m_chaku a{
background:url(img/chaku_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin-top:10px;
}

 .m_chaku a:hover{
background:url(img/chaku_b_d.jpg) no-repeat;
}

 .m_ama a{
background:url(img/ama_b.jpg) no-repeat;
width: 220px;
height: 83px;
margin:10px 0 0 0;
padding: 0 0 20px;0;
}

 .m_ama a:hover{
background:url(img/ama_b_d.jpg) no-repeat;
}

/* モデルタイプメニュー 終了*/

/* 検索項目 */

.s_type_m{
display: inline;
background-image:url(img/s_type_m.gif);
background-repeat:no-repeat;
width: 267px;
height:36px;
float:left;
text-indent:-8000px;
margin-left:5px;
display:inline;
margin-top:10px;
}

/* ie6 */
* html div.s_type_m {
margin-top:0px;
}

.s_type_m_g{
display: inline;
background-image:url(img/genre_m.gif);
background-repeat:no-repeat;
text-indent:-8000px;
width: 150px;
height:27px;
float:left;
margin-left:40px
}

.s_type_m_b {
display: inline;
background-image: url(img/bust_m.gif);
background-repeat: no-repeat;
width: 150px;
height: 27px;
float: left;
text-indent: -8000px;
margin-left: 40px
}

.s_type_m_h {
display: inline;
background-image: url(img/height_m.gif);
background-repeat: no-repeat;
width: 150px;
height: 27px;
float: left;
text-indent: -8000px;
margin-left: 40px
}

.s_type_m_50 {
background-image: url(img/50_m.gif);
background-repeat: no-repeat;
display: inline;
text-indent: -8000px;
width: 150px;
height: 27px;
float: left;
margin-left: 40px
}

.s_type_m_50 {
background-image: url(img/50_m.gif);
background-repeat: no-repeat;
text-indent: -8000px;
width: 150px;
height: 27px;
display: inline;
float: left;
margin-left: 40px
}

.t_s_type_m {
color: #ccc;
font-weight: bold;
padding: 10px 0 15px 70px;
clear: both;
}

/* 検索項目終了 */

/* スケジュール */

.schedule_box {
margin-left: 20px;
}

.date {
width: 150px;
height: auto;
float: left;
text-align: center;
padding: 10px 0 15px 20px;
}

.m_line {
background-image: url(img/m_line.gif);
background-repeat: no-repeat;
width: 430px;
height: 6px;
float: left;
}

.date_text {
width: 160px;
font-size: 1.2em;
font-weight: bold;
color: #cc0033;
float: left;
display: inline;
line-height: 1.2em;
margin: 10px 0 0 22px;
}

.time_text {
width: 160px;
font-weight: bold;
color: #333;
display: inline;
float: left;
margin: 10px 0 0 22px;
}

.bio_text {
width: 130px;
font-weight: bold;
color: #333;
display: inline;
/* display: none; */
float: right;
margin: 0 0 0 22px;
}

.star{
color: #ff3300;
}

.camera {
width: 130px;
font-weight: bold;
color: #ccc;
display: inline;
float: left;
margin: 5px 0 0 10px;
}

.name {
color: #ccc;
}

/* スケジュール終了 */

/* ログイン */

.login_m {
background-image: url(img/login_m.gif);
background-repeat: no-repeat;
width: 238px;
height: 39px;
float: left;
margin-left: 250px;
text-indent: -8000px;
display: inline;
}

.login_b {
float: left;
margin: 30px 0 30px 50px;
}

.login_t_t {
font-weight: bold;
font-size: 1.2em;
color: #333;
margin: 30px 0 0 30px;
}

.login_t {
font-weight: bold;
font-size: 1.2em;
color: #333;
text-align: center;
margin-top: 60px 0 0 100px;
}

/* ログイン終了 */

/* 登録・退会 */

.admission_m {
background-image: url(img/admission_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
}

.reg_box {
width: 440px;
height: auto;
float: left;
display: inline;
margin: 20px 0 0 30px;
}

.r_line {
background-image: url(img/r_line.gif);
background-repeat: no-repeat;
width: 400px;
height: 6px;
float: left;
margin: 0;
}

.reg_text {
color: #333;
font-weight: bold;
font-size: 9pt;
line-height: 1.3em;
margin: 15px 0 0 5px;
}


.reg_text_b {
color: #ff3300;
font-weight: bold;
font-size: 1.2em;
line-height: 1.3em;
margin: 15px 0 0 20px;
}

 .ad_1 a {
background: url(img/ad_1.gif) no-repeat;
background-position: 0 0;
width: 138px;
height: 40px;
float: right;
text-indent: -8000px;
margin: 10px 0 0 0;
}

 .ad_1 a:hover {
background-position: 0 -40px;
}

 .ad_2 a {
background:url(img/ad_2.gif) no-repeat;
background-position: 0 0;
width: 138px;
height: 40px;
float: right;
text-indent: -8000px;
margin: 10px 0 0 0;
}

 .ad_2 a:hover {
background-position: 0 -40px;
}

 .ad_3 a {
background: url(img/ad_3.gif) no-repeat;
background-position: 0 0;
width: 138px;
height: 40px;
float: right;
text-indent: -8000px;
margin: 10px 0 0 0;
}

 .ad_3 a:hover {
background-position: 0 -40px;
}

 .ad_4 a{
background: url(img/ad_4.gif) no-repeat;
background-position: 0 0;
width: 138px;
height: 40px;
float: right;
text-indent: -8000px;
margin: 10px 0 0 0;
}

 .ad_4 a:hover{
background-position: 0 -40px;
}

/* 登録・退会終了 */

/* 会員登録ボタン */

.join_m {
background-image: url(img/join_m.gif);
background-repeat: no-repeat;
width: 700px;
height: 80px;
float: left;
text-indent: -8000px;
margin-left: 10px;
}

 .join_t {
width: 138px;
height: 39px;
font-weight: bold;
display: inline;
float: left;
color: #fbf204;
margin: 20px 0 0 300px;
}

.join_u {
width: 600px;
font-weight: bold;
color: #ff1604;
float: left;
display: inline;
margin: 20px 0 20px 70px;
clear: both;
}

 .ad_b a {
background: url(img/ad_1.gif) no-repeat;
width: 138px;
height: 39px;
float: left;
display: inline;
text-indent: -8000px;
margin: 0 20px 0 280px;
}

 .ad_b a:hover {
background: url(img/ad_1_d.gif) no-repeat;
}

/* 会員登録ボタン終了 */

/* 会員登録 */

.entry_m {
background-image: url(img/entry_m.gif);
background-repeat: no-repeat;
width: 238px;
height: 40px;
float: left;
margin: 10px 0 0 30px;
text-indent: -8000px;
}

.free_entry_b a {
background-image: url(img/free_b.gif);
background-repeat: no-repeat;
background-position: 0 0;
width: 215px;
height: 40px;
float: left;
text-indent: -8000px;
margin: 10px 0 0 0;
}

.free_entry_b a:hover {
background-position: 0 -40px;
}

#entry_m {
width: 480px;
height: auto;
float: left;
display: inline;
color: #333;
margin: 20px 0 0 0;
}

/* 会員登録終了 */

/* パスワードリマインダー */

.re_pass_m {
background-image: url(img/re_pass_m.gif);
background-repeat: no-repeat;
width: 238px;
height: 40px;
float: left;
text-indent: -8000px;
margin: 20px 0 0 30px;
}

.pass_t {
width: 400px;
font-size: 1.0em;
color: #333;
line-height: 1.3em;
margin: 15px 0 0 10px;
}

.pass_t_d {
color: #ff3300;
font-weight: bold;
font-size: 1.2em;
line-height: 1.3em;
margin-top: 20px;
text-align: center;
}

/* パスワードリマインダー終了 */

/* 登録内容変更 */

table.change_form {
width: 480px;
height: auto;
font-size: 1.0em;
color: #333;
float: left;
display: inline;
margin: 20px 0 20px 10px;
}

/* ie6 */
* html div table.change_form {
margin: 20px 0 0 70px;
}

.change_form th {
color: #333;
text-align: left;
text-align: right;
line-height: 2em;
padding-left: 10px;
}

.change_m {
background-image: url(img/change_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float: left;
text-indent: -8000px;
margin-top: 10px;
margin-left: 30px;
}

.abso{
color: #cc0033;
font-size: 0.8em;
}

/* 登録内容変更終了 */


/* 退会処理 */

#seces_form {
width: 500px;
height: auto;
float: left;
display: inline;
color: #333;
margin: 20px 0 0 0;
}

.seces_m {
background-image: url(img/seces_m.gif);
background-repeat: no-repeat;
width: 400px;
height: 40px;
float: left;
text-indent: -8000px;
margin: 10px 0 0 20px;
}

/* 退会処理申請 */

/* お問い合わせ */

.inquiry_m {
background-image: url(img/inquiry_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
}

/* お問い合わせ終了 */

/* 特定商法 */

.toku_m {
background-image: url(img/toku_m.gif);
background-repeat: no-repeat;
width: 400px;
height: 40px;
float: left;
margin-left: 20px;
text-indent: -8000px;
}

table.toku{
width: 450px;
height: auto;
float: left;
display: inline;
color: #333;
margin: 20px 0 0 0;
display: inline;
}

.toku th {
width: 200px;
text-align: left;
line-height: 3em;
vertical-align: top;
}

.toku td {
padding: 10px 0 10px 0;
}

/* 特定商法終了 */

/* サイトマップ */

.sitemap_m {
background-image: url(img/sitemap_m.gif);
background-repeat: no-repeat;
width: 238px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
}

.sitemap_box {
width: 100%;
margin: 20px 0;
}

.sitemap_box th {
font-size: 11pt;
letter-spacing: 0.15em;
text-align: left;
padding: 4px 0;
}

.sitemap_box td {
font-size: 10pt;
letter-spacing: 0.12em;
text-align: left;
padding: 2px 0;
}

/* サイトマップ終了 */

/* 個人情報 */

.personal_m {
background-image: url(img/personal_m.gif);
background-repeat: no-repeat;
width: 400px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
}

/* 個人情報終了 */

/* FAQ */

.faq_m {
background-image: url(img/faq_m.gif);
background-repeat: no-repeat;
width: 238px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
}

.f_line{
background-image: url(img/f_line.gif);
background-repeat: no-repeat;
width: 400px;
height: 6px;
float: left;
}

.faq {
width: 440px;
color: #333;
float: left;
margin: 0;
line-height: 1.8em;
}

/* FAQ終了 */

/* アドオン */

.adon_m {
background-image: url(img/adon_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 30px;
}

/* アドオン終了 */

/* シングルページ */

.single_m {
background-image: url(img/single_m.gif);
background-repeat: no-repeat;
width: 450px;
height: 50px;
float: left;
text-indent: 1.5em;
display: inline;
line-height: 1.2em;
margin-left: 20px;
margin-bottom: 20px;
padding: 4px 0 0 0;
clear: both;
}

.single_m h1 {
font-size: 1.6em;
margin: 0;
padding: 0;
}

.s_name {
font-size: 1.2em;
font-weight: bold;
margin-top: 8px;
}

.profile_m {
background-image: url(img/profile_m.gif);
background-repeat: no-repeat;
width: 228px;
height: 39px;
float: left;
text-indent: -8000px;
margin-left: 10px;
}

table.profile_t {
font-size: 1.0em;
font-weight: normal;
color: #333;
margin-left: 5px;
}

table.profile_t_2 {
font-size: 9pt;
font-weight: normal;
color: #333;
margin-left: 5px;
}

table.profile_t h2 {
font-size: 1.0em;
font-weight: normal;
}

.profile_t th {
color: #aa3300;
letter-spacing: 0.14em;
text-align: left;
line-height: 2em;
padding-left: 10px;
vertical-align: top;
}

.profile_t td {
color: #333;
text-align: left;
line-height: 1.2em;
padding-left: 10px;
vertical-align: top;
}

.image_m {
background-image: url(img/image_m.gif);
background-repeat: no-repeat;
width: 228px;
height: 39px;
float: left;
text-indent: -8000px;
margin-left: 10px;
}

.movie_m {
background-image: url(img/movie_m.gif);
background-repeat: no-repeat;
width: 228px;
height: 39px;
float: left;
text-indent: -8000px;
margin-left: 30px;
}

/* 従来の動画サムネイル */
.thumb_movie img {
background-image: url(img/player_bak.gif);
background-repeat: no-repeat;
position: relative;
margin: 20px 0 0 80px;
padding: 10px 10px 10px 6px;
  
}
/* DL後の動画サムネイル */
.thumb_movie_dl img {
background-image: url(img/player_bak.gif);
background-repeat: no-repeat;
position: relative;
margin: 20px 0 0 40px;
padding: 10px 10px 10px 6px;
}

.sub_movie img {
background-image: url(img/player_bak.gif);
background-repeat: no-repeat;
float: left;
margin: 20px 0 0 50px;
padding: 10px 10px 10px 6px;
}

.sub_thumb {
float: left;
margin: 20px 0 0 80px;
}

.image_box {
width: 430px;
height: auto;
float: left;
margin-left: 10px;
}

 .image_thumb {
width:130px;
text-align: center;
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin-top: 15px;
}

/* ie6 */

* html  .image_thumb {
display: inline;
zoom: 1;
}

/* ie7 */
*:first-child+html  .image_thumb {
display: inline;
zoom: 1;
}

/* シングルページ終了 */

/* live生放送*/

.live_m {
background-image: url(img/live_m.gif);
background-repeat: no-repeat;
width: 350px;
height: 40px;
float:left;
margin-left: 20px;
text-indent: -8000px;
}

.live_vision_m {
background-image:url(img/live_vision_m.gif);
background-repeat:no-repeat;
width: 240px;
height: 40px;
float: left;
text-indent: -8000px;
margin-left: 20px;
display: inline;
}

.live_flow_m {
background-image: url(img/live_flow_m.gif);
background-repeat: no-repeat;
width: 400px;
height: 40px;
text-indent: -8000px;
float: left;
margin-left: 20px;
clear: both;
}

.live_ent_m {
background-image: url(img/live_ent_m.gif);
background-repeat: no-repeat;
width: 240px;
height: 40px;
float: left;
margin: 0 0 0 100px;
text-indent: -8000px;
clear: both;
}

.live_f_m {
background-image: url(img/live_f_m.gif);
background-repeat: no-repeat;
width: 300px;
height: 30px;
float: left;
margin: 20px 0 0 30px;
text-indent:-8000px;
clear: both;
}

.live_v_m {
background-image: url(img/live_v_m.gif);
background-repeat: no-repeat;
width: 300px;
height: 30px;
float:left;
margin: 20px 0 0 30px;
text-indent: -8000px;
clear: both;
}

.live_t_m {
background-image: url(img/live_t_m.gif);
background-repeat: no-repeat;
width: 300px;
height: 30px;
float: left;
margin: 20px 0 0 30px;
text-indent: -8000px;
clear: both;
}

.live_flow_t {
width: 420px;
height: auto;
color: #333;
line-height: 1.5em;
margin: 20px 0 30px 30px;
}

.live_vision_t {
width: 420px;
height: auto;
color: #333;
line-height: 1.5em;
margin: 30px 0 20px 20px;
}

.arrow_u {
background-image: url(img/arrow_u.gif);
background-repeat: no-repeat;
width: 30px;
height: 30px;
float:left;
margin: 0 0 0 120px;
text-indent: -8000px;
display: inline;
}

.live_info_img {
width: 380px;
height: auto;
color: #333;
float:left;
margin: 0px 0px 20px 20px;
display: inline;
}

.live_ent_b a {
background: url(img/live_ent_b.gif) no-repeat;
background-position: 0 0;
width: 240px;
height: 65px;
float: left;
text-indent: -8000px;
margin: 10px 0 0 100px;
}

.live_ent_b a:hover {
background-position: 0 -65px;
}

/* live生放送終了*/

/* モデルサーチ*/

.m_search_box{
display: inline;
width: 920px;
height: auto;
float: left;
}

.m_search_checkbox {
width: 100%;
height: 277px;
margin-left: 30px;;
}

.m_search_checkbox th{
text-align: center;
}
.m_search_checkbox td{
font-weight: bold;
color: #333;
padding: 0.3em 1em;
}

.a_ten {
color: #333;
float: right;
display: inline;
margin-top: 12px;
margin-bottom: 8px;
padding-right: 0px;
}

/* モデルサーチ終了*/

.pict_m {
background-image:url(img/pict_m.gif);
background-repeat:no-repeat;
text-indent:-8000px;
width:741px;
height:47px;
float:left;
margin:20px 0 0 0;
}

.pict_t {
color:#fff;
float:left;
font-size:1.2em;
line-height:1.4em;
display:inline;
text-align:center;
width:741px;
margin:20px 0 0 0;
}

/* センターカラム終了 */

/* 右カラム */

#r_colum {
width: 220px;
height: auto;
font-size: 9pt;
float: right;
display: inline;
}

/* 右カラム終了 */

.clear {
clear:both;
}

/* ライブトピックス */

.live_topics_a {
width: 244px;
height: auto;
float: left;
}

.live_topics_b {
width: 244px;
height: auto;
float: left;
margin-left: 12px;
}

/* ライブトピックス終了 */

/* サンプルムービー */

.sample_movie_t {
float: left;
margin: 0 0 8px;
}

.sample_movie_a {
width: 244px;
height: auto;
float: left;
}

.sample_movie_b {
width: 244px;
height: auto;
float: left;
margin-left: 12px;
}

/* サンプルムービー終了 */

/* トップモデル */

.top_model_l {
width: 234px;
height: auto;
float: left;
margin-left: 12px;
margin-bottom: 4px;
}

.top_model_l_s {
width: 113px;
height: auto;
float: left;
margin-top: 6px;
padding-right: 4px;
}

.top_model_r {
width: 234px;
height: auto;
float: left;
margin-left: 8px;
margin-bottom: 4px;
}

.top_model_r_s {
width: 113px;
height: auto;
float: left;
margin-top: 6px;
padding-right: 4px;
}

/* トップモデル終了 */
