@charset 'shift_jis';
/*
 * movie.css
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 */


#movie-spec {
    float:left;
    width:260px;
    margin-bottom:8px;
}
#movie-spec-box {
    padding:2px;
    width:256px;
    background: #CCC;
    margin-bottom:8px;
}

#movie-spec th {
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 12px;
}

.header {
    font-weight: bold;
    color: #880000;
}

.content .pub_time {
    font-size: 80%;
    text-align: right;
}

.movie-special {
    border-left: solid 4px #FF66FF;
    padding-left: 2px;
    margin-bottom: 4px;
}

#videos {
    clear: both;
    margin-bottom: 8px;
}
#videos:after {
    content: "";
    clear: both;
    display: block;
}
#videos h3 {
    border-bottom: solid 1px #888;
    margin-bottom: 8px;
}
#videos .video-box {
	float:left;
    width: 280px;
    margin-right: 1px;
}
#videos .video-box .video-description {
	font-size: 80%;
	color: #888;
}
