@charset "utf-8";

/* list
------------------------------*/
#container dl {
    width: 665px;
    margin-top: 12px;
    margin-left: 13px;
}

#container dt,
#container dd {
    padding: 0 10px;
}

#container dt {
    font-size: 1.23em;
    color: black;
    background-image: url(../images/ico_camera.gif);
    background-repeat: no-repeat;
    background-position: 10px 0.35em;
    padding-left: 32px;
}

#container dd {
    background-image: url(../images/mov_back.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 5px 4px 8px 10px;
    margin-bottom: 30px;
}

/* mov_title */
    #container dt a {
    color: #333;
}

#container dt a:hover {
    color:#06c;
}

/* mov_mov */
    #container .mov_mov {
    float: left;
    width: 150px;
    float:left;
    position: relative;
}

#container .mov_mov a img.img {
    color: white;
    font-size: 0.7em;
    background-color: #555;
    border: solid 2px #666;
}

#container .mov_mov a:hover img.img {
    border: solid 2px #0ff;
}

#container .mov_mov img.play {
    position: absolute;
    top: 32px;
    right: 10px;
}

/* mov_detail */
    #container .mov_detail {
    width: 492px;
    float: right;
}

#container .mov_detail h3 {
    color: #06C;
    font-size: 1.05em;
}

#container .mov_detail p {
    line-height: 1.4;
    color: #555;
}

/* mov_developer */
#container .mov_developer {
    padding-top:10px;
    text-align:right;
    clear:both;
    position:relative;
    overflow:hidden;
}

#container .mov_developer p {
    padding:2px 0;
    width:232px;
    text-align:right;
    float:left;
}

#container .mov_developer p img {
    display:block;
    margin:0 0 0 auto;
}

#container .mov_developer ul {
    margin:0 0 0 auto;
    text-align:left;
    width:410px;
    list-style-type: none;
}

#container .mov_developer li {
    position:relative;
    line-height: 1.3;
    margin-bottom: 2px;
    color:#555;
}

#container .mov_developer li img {
    position:absolute;
    top:1px;
    left:0px;
}

#container .mov_developer span {
    padding-left:18px;
}

