@charset "utf-8";


/* FLASH
----------------------------------------------- */
div#flasharea {
  width: 620px;
  margin: 0 0 6px;
}
div#flasharea #preview_area {
    width: 620px;
    height:156px;
    /**/overflow: hidden;/**/
    zoom: 1;
    /*z-index: 55;*/
    position: relative;
}
div#flasharea #preview_images {
    position:relative;
    top: 0;
    left: 0;
    z-index: 49;
}
div#flasharea #preview_text_back {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 620px;
    height: 26px;
}
div#flasharea #preview_text_space {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    z-index: 60;
    width: 999999px;
}
div#flasharea .preview_text {
    float: left;
    width: 620px;
    height: 26px;
    color: white;
}
div#flasharea #preview_btn {
    position: absolute;
    left: 0;
    z-index: 51;
    cursor: pointer;
    width: 400px;
    height: 10px;
}
div#flasharea #preview_btn div {
    float: left;
    width: 30px;
    height: 6px;
    margin: 0 5px 0 0;
}
.btn_unselected {
    background-color: #ffffff;
}
.btn_selected {
    background-color: #ff0000;
}
div#flasharea img{
  margin-top:2px;
  margin-bottom:2px;
}
.subflash_left{
    float:left;
    margin-right:5px;
}
.subflash{
    float:left;
}

/* ニュース
----------------------------------------------- */
div#newsarea {
    width: 620px;
    margin: 0 auto;
    font-size: 90%;
}
div#newsblock{
    clear: both;
    width: 618px;
    padding: 10px 0;
    overflow: auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;

  }
div#newsarea dl {
    padding: 10px 0;
}

div#newsarea dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}

div#newsarea dl dt {
    padding: 0 0 0 20px;
    background: url("/user_data/packages/ones/img/header/logo.gif") no-repeat top;

    background: url("/user_data/packages/ones/img/top/news_icon.gif") no-repeat;
}


/* おすすめ
----------------------------------------------- */
#recomend_area {
    width: 620px;
}
#recomend_area h3 {
    background: url("/user_data/packages/ones/img/top/osusume.jpg") no-repeat;
    width:620px;
    height:26px;
    margin:0px;
    padding:0px;
    text-indent:-9999px;
    font-size:12px;
}
div.sectionheader{
    text-indent:-9999px;
    clear:both;
    width:620px;
    padding:0;
    height:26px;
    background: url("/user_data/packages/ones/img/main/osusume.gif") no-repeat;
    color:#FFF;
}

div.recomendblock {
    clear: both;
    width: 618px;
    padding: 10px 0;
    overflow: auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

div.recomendleftnew{
    float: left;
    margin: 0 5px 0 5px;
  }
div.recomendleft {
    float: left;
    margin: 0 5px 0 5px;
    width:290px;
}

div.recomendleft p {
    margin: 0 5px 5px 0;
}

div.recomendright {
    float: right;
    width: 290px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.recomendright p {
    margin: 0 0 5px 0;
}

div.recomendleft h3 {
    font-size: 100%;
}

div.recomendright h3 {
    font-size: 100%;
}
/* インフォメーション
----------------------------------------------- */
div#infoarea {
    width: 167px;
    margin:0 0 6px 0;
}
div.infoblockheader{
    text-indent:-9999px;
    width:170px;
    height:26px;
    background: url("/user_data/packages/ones/img/main/sidebar_infomation.gif") no-repeat;
}

div#infoblock{
    width: 147px;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }

.infoinner{
}
.infoinner .pdetail{
    margin: 0 0 10px 0;
}

/* twitter */
#rightcolumn iframe.twitter-timeline {
    min-width: 170px !important;
    margin: 10px 0 0 0;
}

#rightcolumn iframe.twitter-timeline:last-of-type {
    margin-bottom: 10px;
}
