@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /movie.html
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "common_basic.css";

/* Whole Layout */
@import "common_layout.css";


/* ReWrite Common Layout
--------------------------------------------- */
div#contents div.coInB{
}

/* Directry Page Layout
--------------------------------------------- */
div#coMain{
	width:890px;
	margin-bottom:20px;
}
div#coMain h2{
	height:45px;
	margin-bottom:22px;
	background:url(../images/movie/main_title.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
/* common */
div#coMain div#mInner{
	padding-top:15px;
	background:url(../images/movie/thumbarea_bg.gif) repeat-x 0px 0px;
}
div#coMain p.errMes{
	padding:100px 0px 300px 0px;
	text-align:center;
	font-weight:bold;
}
div#coMain div.block{
	width:890px;
	background:url(../images/movie/border_rows.gif) repeat-y 0px 0px;
}
div#coMain div.block div.bIn{
	width:890px;
	padding:10px 0px 15px 0px;
	background:url(../images/movie/border_cols.gif) no-repeat 0px bottom;
}
div#coMain div.block dl{
	float:left;
	width:415px;
	padding:0px 15px;
}
div#coMain div.block dl dt{
	float:left;
	width:202px;
}
div#coMain div.block dl dt img{
	border:#333333 solid 1px;
}
div#coMain div.block dl dd{
	float:right;
	width:203px;
}
div#coMain div.block dl dd h3{
	margin:3px 0px 0.5em 0px;
	padding-left:10px;
	font-weight:bold;
	background:url(../images/movie/name_bullet.gif) no-repeat 0px 0px;
}
div#coMain div.block dl dd p{
	font-size:0.9em;
}
div#coMain div.block dl dd{
}




