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

.movie-index {
	background:url(../movie/images/parts/bg_movie_area_index.gif) no-repeat right 65px;
	width:970px;
}

.movie-sub {
	background:url(../movie/images/parts/bg_movie_area_sub.gif) no-repeat right 65px;
	width:970px;
}

#left-area {
	float:left;
	width:320px;
}

#right-area {
	float:left;
	width:645px;
	_width:640px;
	height:585px;
}

#movie-cont {
	margin:122px 0 0 161px;
	_margin:122px 0 0 156px;
	padding:0;
	width:320px;
	height:236px;
	overflow:hidden;
}


/*--------------------------------------------------------------------------------検索条件エリア*/
#item-area {
	width:300px;
	border-left:3px solid #663300;
	border-right:3px solid #663300;
	margin:0 0 0 10px;
	background-color:#ebebeb;
	padding-top:5px;
	padding-bottom:5px;
}

#item-area-head {
	background:url(../images/parts/item_box_head.gif) no-repeat bottom left;
	height:10px;
	margin:10px 0 0 10px;
	width:306px;
}
#item-area-foot {
	background:url(../images/parts/item_box_foot.gif) no-repeat top;
	height:10px;
	margin:0 0 0 10px;
	width:306px;
}

.item-box {
	width:280px;
	background:#FFFFFF;
	margin:0 10px;
	margin-bottom:15px;

}
.item-box table{
	margin:10px 10px 0px 10px;
	font-size:11px;
	_font-size:10px;
	width:260px;
}

.item-box-foot {
	background:url(../images/parts/item_foot.gif) no-repeat bottom;
	height:5px;
}

h3#movie01, h3#movie02{
	padding:0;
	margin:0;
}
h3#movie01 a{
	background:url(../movie/images/parts/item_head_01.gif) no-repeat top;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
	display:block;
}
h3#movie01 a:hover{
	background-position:bottom;
}

h3#movie02 a{
	background:url(../movie/images/parts/item_head_02.gif) no-repeat top;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
	display:block;
}
h3#movie02 a:hover{
	background-position:bottom;
}

.movie-cont {
	margin:10px 12px;
}
.movie-cont img{
	float:left;
}

.movie-summary {
	width:120px;
	margin:5px 10px;
	_width:120px;
	_margin:5px;
	float:left;
	}
	
.movie-summary h4{
	margin:0;
	padding:0;
	color:#009999;
}
.movie-summary p{
	margin:5px 0;
}

#movie-explanation {
	margin:5px 10px;
}
#movie-explanation h4{
	color:#009999;
	border-bottom:1px solid #009999;
}

#bn-search-area {
	margin:10px;
}

/*--------------------------------------------------------------------------------検索結果物件ボックス*/

#right-area-head {
	margin:10px 10px;
	border-bottom:3px solid #663300;
	font-size:smaller;
}
#search-condition {
	margin-bottom:5px;
}
#search-result {
	margin-bottom:5px;
}


.result-box {
	width:200px;
	float:left;
	margin:0px 0px 10px 10px;
	_margin:0px 5px 10px 5px;
}

.summary01 {
	background:#ebebeb;
	border-bottom:1px dashed #999999;
	padding:3px;
	font-size:smaller;
}
.summary02 {
	background:#f7f7f7;
	border-bottom:1px dashed #999999;
	padding:3px;
	font-size:smaller;
}
.summary03 {
	background:#FFFFFF;
	border-bottom:1px dashed #999999;
	padding:0px;
}
.summary03 img {
	margin:5px 0 0 5px;
	padding:0;
	float:left;
}

#page-move {
	height:15px;
	margin:10px;
	font-size:smaller;
	
}

#back-move {
	width:290px;
	padding-left:20px;
	background:url(../images/parts/arrow-back.gif) no-repeat;
	float:left;
	
}

#next-move {
	width:290px;
	padding-right:20px;
	text-align:right;
	background:url(../images/parts/arrow-next.gif) no-repeat right;
	float:right;
}
