/**
 * css - theater - portal - index.css
 * 
 * インデックスアクション用
 */
/*====================
  特集
====================*/
    #contents_left #feature
    {
        margin : 12px auto;
    }
    
    
/*====================
  インフォメーション
====================*/
    #contents_left #information
    {
        margin : 12px auto;
    }
    #contents_left #information #information_top
    {
        height : 10px;
        background-image : url('../../../image/portal/action/index/information.bg.top.png');
    }
    #contents_left #information #information_middle
    {
        height  : 110px;
        padding : 1px 10px 1px 90px;
        font-size : 10px;
        background-image : url('../../../image/portal/action/index/information.bg.middle.png');
    }
    #contents_left #information #information_middle #information_title
    {
        height  : 13px;
        padding : 5px 0px 2px;
        font-size   : 7pt;
        text-align  : right;
        background  : url('../../../image/portal/action/index/information.bg.title.png') no-repeat;
        border-bottom : 1px solid #CCCCCC;
    }
    #contents_left #information #information_middle UL
    {
        margin : 7px 0px 5px 15px;
        color  : #FFCC00;
        list-style : square;
    }
    #contents_left #information #information_middle UL LI
    {
        margin : 2px 0px;
        font-size : 8pt;
    }
    #contents_left #information #information_middle UL LI SPAN
    {
        color  : #000000;
    }
    #contents_left #information #information_bottom
    {
        height : 10px;
        background-image : url('../../../image/portal/action/index/information.bg.bottom.png');
    }
    
    
/*====================
  新着一覧
====================*/
    #ican #index .newers TABLE.list TD
    {
        vertical-align : top;
        padding-bottom : 3px;
    }
    #ican #index .newers TABLE.list TD.icon
    {
        width : 20px;
        padding : 2px;
    }
    #ican #index .newers TABLE.list TD.date
    {
        width : 55px;
        padding : 2px;
    }
    #ican #index .newers TABLE.list TD.chain
    {
        width : 20px;
        padding : 2px;
        color : #999999;
        text-align : center;
    }
    #ican #index .newers TABLE.list TD.link
    {
        padding : 2px;
    }
