@charset "UTF-8";

#movie_items
{
    width: 233px;
    background-color: #000;
}

#tag_header
{
    width: 233px;
    height: 2px;
    background-color: #000;
}

#movie_items_table
{
    width: 220px;
    margin-left: 6px;
}

.xtop { margin-top: 8px;}
.xtop,  .xbottom {display:block; background:transparent; font-size:1px; }
b { display:block; overflow:hidden; }
.xb1,  .xb2,  .xb3 {height:1em; }
.xb2,  .xb3,  .xb4 {background:#575759; border-left:1em solid #575759; border-right:1em solid #575759; }
.xb1 { margin:0 4em; background:#575759; }
.xb2 { margin:0 2em; border-width:0 1em; }
.xb3 { margin:0 1em; }
.xb4 { height:2px; margin:0 1em; }

#movie_items_table_tr
{
    height: 70px;
    width: 220px;
    background-color:#575759;
}

#movie_items_table_image
{
    width: 80px;
    height: 60px;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    background-color: #000;
}

#movie_items_table_content
{
    margin-right: 5px;
    float: right;
    width: 120px;
    margin-top: 5px;
}

#movie_items_table_title a
{
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}

#movie_items_table_subtitle a
{
    color: #fff;
    margin-top: 5px;
    font-size: 10px;
    text-decoration: none;
}

#movie_items_table_line
{
    clear: both;
    width: 202px;
    height: 4px;
    margin-left: 8px;
    margin-top:2px;
    margin-bottom:2px;
    background-image: url("../images/icons/tag_line.jpg");
    background-repeat: no-repeat;
}

#movie_items_table_footer
{
    width: 233px;
    height: 20px;
}

#movie_items_button
{
    width: 100px;
    height: 14px;
    margin-left: 117px;
    margin-top: 5px;
    background-image: url("../images/icons/tag_link.jpg");
    background-repeat: no-repeat;
}

#tag_footer
{
    width: 233px;
    height: 20px;
    background-color: #000;
}

/* google chromeのハック (FireFox3.5以上も) */
body:nth-of-type(1) .xtop,
body:nth-of-type(1) .xbottom {
	display: none;
}
body:nth-of-type(1) #movie_items_table_tr {
	margin-top: 8px;
	padding: 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


