/* @charset "UTF-8"; */

/* MAIN CONTNET	##################################### */
h2#h2_1{
	width: 564px; height: 35px;
	background: url(../movie/img/h2_1.gif) no-repeat;
	text-indent: -7777px;
}
h2#h2_2{
	width: 564px; height: 35px;
	background: url(../movie/img/h2_2.gif) no-repeat;
	text-indent: -7777px;
}

/* MOVIE		##################################### */
div#movie{
	margin: 5px auto 10px auto;
	width: 554px;
	clear: both;
}
	div#movie h3{
		padding: 7px 7px 0 7px;
		height: 29px;
		background: url("../img/h3_interview.gif") repeat-x;
	}
	div#movie h4{
		margin: 12px auto 20px auto;
		width: 500px;
	}
	div#movie p{
		margin-bottom: 10px;
	}
	div#movie img{
		margin-bottom: 10px;
		border: 1px solid #bbb;	
	}
	div#movie img.icon{
		margin-bottom: 0;
		border: 0px solid #bbb;	
	}
	div#movie img.recruit{
		float: right;
		margin: 10px 0 10px 10px;
		border: 0px solid #555;
	}
		div#movie h6.topics{
			margin: 5px 0 5px 0;	
			background: url("../img/border_dotted_x.gif") bottom repeat-x #fff;
			border-top: #b08800 2px solid;
			border-bottom: #ccc 0px dotted;
			color: #555;
		}
		div#movie div.line-dotted-x{
			margin-bottom: 10px;
		}
		
/* Add			##################################### */
div#box-large {
	margin: 0 auto;
	width: 500px;
}
	div#box-large h5 {
		padding: 2px 10px;
		background: #b08800;
		color: #fff;
		font-weight: bold;
	}
	div#box-large p {
		display: block;
		padding: 2px 10px;
		background: #ddd;
	}
div.box-small-left {
	float: left;
	margin-top: 10px;
	width: 240px;
}
div.box-small-right {
	float: right;
	margin-top: 10px;
	width: 240px;
}