@charset 'shift_jis';
/*
 * movie_top.css - 作品トップのスタイル
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: movie_top.css,v 1.3 2007/01/25 19:27:47 flix Exp $
 */

.col-banner90 {
float: left;
width: 194px;
margin: -8px 0 0 0;
}

.col_center {
float: right;
width: 360px;
}

.col_center .content {
margin-bottom: 18px;
}

.ad_special .item {
    margin: 0px;
    padding: 8px 0px;
    border-bottom: dotted 1px gray;
}

table.ad_special {
    border-collapse: collapse;
}

table.ad_special td.image {
    padding-right:8px;
}

.ad_special-image {
    width: 96px;
    height: 64px;
    border: solid 1px #CCC;
    padding: 1px;
    text-align: center;
    line-height: 64px;
}

.this_week_movies .thumb {
    float:left;
    width: 94px;
}
.this_week_movies .pickup-detail {
    float:right;
    width:  260px;
}
.this_week_movies .item {
    padding: 4px 0px;
    border-bottom: dotted 1px gray;
    width:100%;
    overflow: auto;
}
.this_week_movies .item .title {
    font-weight: bold;
    margin-bottom: 4px;
}
