@charset "utf-8";

#wrapper {
    width:100%;
    background-color:#FFFFFF;
    background-image: url("../img/under_back.gif");
    background-repeat: repeat-x;
}


/*メイン*/

#main {
width:900px;
margin-left:auto;
margin-right:auto;
overflow: hidden;
position: relative;
zoom:1;
padding-top:30px;
}

#main h1 {
    margin-bottom:30px;
}

#main #under_main_img {
float:left;
width:460px;
}

#main p {
font-size:12px;
color:#666666;
letter-spacing:1px;
line-height:16px;
padding-top:20px;
}

/*コンテンツ*/

#contents {
width:900px;
margin-left:auto;
margin-right:auto;
margin-bottom:120px;
}

#info{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    overflow: hidden;
    position: relative;
    zoom:1;
}

#info #news {
    width:900px;
    margin-right:15px;
}

/*ニュースタイトル*/


#info #news .sub_title a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

#info #news ul {
    overflow: hidden;
    position: relative;
    zoom:1; 
}


#info #news li {
    width:900px;
    background-color:#f7f7f7;
    border-bottom:1px dotted #999999;
    padding-top:16px;
    padding-bottom:16px;
    overflow: hidden;
    position: relative;
    zoom:1; 
}

/*アイコン設定*/

#info #news .dvd{
    float:left;
    width:120px;
    font-size:12px;
    color:#000000;
    padding-left:12px;
    background-image:url("../img/news_dvd.gif");
    background-repeat:no-repeat;
    background-position:76px;
}
    
#info #news .movie{
    float:left;
    width:120px;
    font-size:12px;
    color:#000000;
    padding-left:12px;
    background-image:url("../img/news_movie.gif");
    background-repeat:no-repeat;
    background-position:76px;
}

#info #news .radio{
    float:left;
    width:120px;
    font-size:12px;
    color:#000000;
    padding-left:12px;
    background-image:url("../img/news_radio.gif");
    background-repeat:no-repeat;
    background-position:76px;
}

#info #news .other{
    float:left;
    width:120px;
    font-size:12px;
    color:#000000;
    padding-left:12px;
    background-image:url("../img/news_other.gif");
    background-repeat:no-repeat;
    background-position:76px;
}
    
/*テキスト設定*/
    
#info #news .info_txt{
    width:768px;
    float:right;
    font-size:10px;
    color:#666666;
    letter-spacing:1px;
}

