@charset "UTF-8";
/* 最新情報・TIFFレポート記事部分共通 */

/*本文*/
.rep_txt {
    color:#333;
    font-size:12px;
    line-height:16px;
}

/*見出し（下線あり）*/

.w_hline {
    font-weight:bold;
    padding-bottom:9px;
    background: url("../imgs/item_border.gif") no-repeat center bottom;
}

/*見出し（下線なし）*/

.w_hed {
    font-weight:bold;
}
/*キャプション（写真）*/
.w_cap {
    color:#696969;
    font-size:11px;
}
/*コピーライト*/


.w_copy {
    color:#90909;
    font-size:10px;
    background: url("../imgs/icon_copy.gif") left 1px no-repeat;
    padding: 0 0 0 12px;
    margin-left: 2px;
}

.w_caution {
    color:#FF8C00;
    font-size:11px;
    padding: 0 0 0 0px;
    margin-left: 2px;
    margin-top: 4px;
}


/*本文サイト内リンク（赤）*/
.w_txin {
    color:#DA3737;
}
a:link.w_txin  { text-decoration: none; color:#199D3A;}
a:visited.w_txin  { text-decoration: none; color:#199D3A;}
a:active.w_txin  { text-decoration: none; color:#199D3A;}
a:hover.w_txin  { text-decoration: underline; color:#199D3A;}

/*本文サイト外リンク（青）*/
.w_txout {
    color:#5484CE;
}
a:link.w_txout  { text-decoration: none; color:#5484CE;}
a:visited.w_txout  { text-decoration: none; color:#5484CE;}
a:active.w_txout  { text-decoration: none; color:#346ECF;}
a:hover.w_txout  { text-decoration: underline; color:#346ECF;}

/*サイト内リンク（赤）*/
.w_in {
    background: url(images/icon_url.gif) left 1px no-repeat;
    background: url("../imgs/icon_link_in.gif") left 1px no-repeat;
    padding: 0 0 0 20px;
    margin-left: 4px;
}
a:link.w_in  { text-decoration: none; color:#199D3A;}
a:visited.w_in  { text-decoration: none; color:#199D3A;}
a:active.w_in  { text-decoration: none; color:#199D3A;}
a:hover.w_in  { text-decoration: underline; color:#199D3A;}


/*サイト外リンク（青）*/
.w_out {
    background: url("../imgs/icon_link_out.gif") left 1px no-repeat;
    padding: 0 0 0 20px;
    margin-left: 4px;
}
a:link.w_out  { text-decoration: none; color:#5484CE;}
a:visited.w_out  { text-decoration: none; color:#5484CE;}
a:active.w_out  { text-decoration: none; color:#346ECF;}
a:hover.w_out  { text-decoration: underline; color:#346ECF;}

/*作品タイトル*/
.w_wrk {
    color:#111;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    float:left;
}


/*作品詳細アイコン（作品ページへリンク）*/
/*ja*/
.w_wrki {
    width:60px;
}
.w_wrki a{
    display:block;
    width:60px;
    height:15px;
    text-indent:-500px;
    overflow:hidden;
}
a.w_wrkia {
    background-image:url("../imgs/icon_filmdetail.gif");
}
a:hover.w_wrkia {
    background-position:0px -15px;
}
/*en*/
.w_wrki_e {
    width:54px;
}
.w_wrki_e a{
    display:block;
    width:54px;
    height:15px;
    text-indent:-500px;
    overflow:hidden;
}
a.w_wrkia_e {
    background-image:url("../imgs/icon_filmdetail_en.gif");
}
a:hover.w_wrkia_e {
    background-position:0px -15px;
}

/*wmv videos*/

/*1M*/
.w_video_1 {
    width:60px;
}
.w_video_1 a{
    display:block;
		float:left;
		margin-right:10px;
    width:60px;
    height:15px;
    text-indent:-500px;
    overflow:hidden;
}
a.w_video_1a {
    background-image:url("../imgs/icon_btn_1m.gif");
}
a:hover.w_video_1a {
    background-position:0px -15px;
}

/*300k*/
.w_video_300 {
    width:60px;
    /*margin-left: 80px;*/
}
.w_video_300 a{
    display:block;
    width:60px;
    height:15px;
    /*margin-left: 80px;*/
    text-indent:-500px;
    overflow:hidden;
}
a.w_video_300a {
    background-image:url("../imgs/icon_btn_300k.gif");
}
a:hover.w_video_300a {
    background-position:0px -15px;
}

/*サムネール*/
.none { display: none }
.hidden { visibility: hidden }


/*プロフィールエリア*/
.w_pr{
    width: 485px;
    background: url("../imgs/article_grey_middle.gif") repeat-y left;
}

.w_prtit{
    width: 475px;
    height: 32px;
    background-image: url("../imgs/article_grey_top.gif");
    background-repeat: no-repeat;
    background-position: left top;
    color:#151515;
    font-size:11px;
    font-weight:bold;
}
.w_prtit_p{
    padding: 14px 0 0 10px;
}
.w_prtx{
    width: 475px;
    background-image: url("../imgs/article_grey_bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    
}
.w_prtx_p{
    padding: 8px 20px 16px 10px;
    line-height: 150%;
}


/*トラックバック*/
/*
.tb_main_title {
    color:#151515;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
    padding-top:32px;
    padding-bottom:6px;
    border-bottom:solid 1px #CFCFCF;
}
.tb_date {
        color:#151515;
        width:75px;
        padding-top:15px;
        float:left;
}
.tb_catname {
        width:410px;
        padding-top:15px;
        color:#999999;
        line-height:20px;
        float:left;
}
.tb_title {
        width:410px;
        padding-top:3px;
        padding-bottom:5px;
        color:#999999;
        line-height:12px;
        clear:both;
}
*/
/*管理画面スタイル*/
.leftbox {
    float:left;
}
.rightbox {
    float:right;
}
