/* CSS Document */

/* contents
---------------------------------------------------------*/
#contents h2 {
margin-bottom: 20px;
}

#contents h3 {
margin-bottom: 20px;
}

#contents #section01 {
margin-bottom: 50px;
}

#contents #section01 ul {
list-style: none;
margin: 0 auto;
width: 880px;
}

#contents #section01 li {
position: relative;
float: left;
margin-right: 8px;
width: 280px;
padding: 4px;
background: url(../image/movie/movie_section01_frame.png) left top no-repeat;
}

#contents #section01 li.last {
margin-right: 0;
}

#contents #section01 li h4 {
position: absolute;
left: 0;
top: 158px;
width: 288px;
text-align: center;
}

#contents #section02 {
position: relative;
}

#contents #section02 .character {
position: absolute;
right: 40px;
top: 10px;
}


