@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
	#各共通ページ #インポートする場合に分割
----------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFBF;
	}
#wrapper {
	width: 800px;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFFFFF ;
}
.cboth {
	clear: both;
} #header img {
	margin: 6px 0px 0px 30px;
}
h2 {
	margin: 30px 0 0;
	color: #666666;
	}
h3 {
	margin: 0px 0 0;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	}



#left_box {
	width: 170px;
	float: left;
	font-size: 12px;
	margin: 89px 20px 0px 10px;
	padding: 0px;
}
#left_box ul{
	margin: 0px;
	padding: 0px;
}
#left_box li,#left_box li a {
	text-decoration: none;
	list-style: none;
}

#main {
	float: right;
	width: 500px;
	border: 1px none #666666;
	margin: 0px 10px 0px 0px;
}
#main img {
	float: left;
	margin: 0px 5px 0px 0px;
}
#list_tit {
	float: right;
	width: 532px;
	border: 1px none #666666;
	margin: 20px 30px 0px 0px;
	height: 62px;
	background: url(/images/list_page/bar_move_list.jpg) no-repeat;
	text-indent: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #819C00;
	line-height: 95px;
}
#right_box {
	width: 200px;
	float: right;
	font-size: 12px;
	
	margin: 0px 0px 0px 25px;
}
h2.movie_title{
	font-size: 20px;
	color: #006633;
	background: url(/images/list_page/ech_tit.jpg) no-repeat;
	height: 30px;
	width: 530px;
	line-height: 30px;
	text-indent: 50px;
	float: right;
	margin: 0px 30px 0px 0px;
}
.ech_entry{
	width: 376px;
	color: #666666;
	float: right;
}
.ech_entry img{
	margin-bottom: 5px;
	}

