@charset "UTF-8";


/* -----------------------------------------------
Common
----------------------------------------------- */
body.filmrental h1{
	width:704px;
	height:37px;
	background:transparent url(../filmrental/images/title_filmrental.gif) no-repeat 0 0;
	overflow:hidden;
}

body.filmrental h1 a{
	width:704px;
	height:37px;
	display:block;

	text-indent:-9999px;
	background:transparent url(../filmrental/images/title_filmrental.gif) no-repeat 0 0;
}


body.filmrental .columnWrapper {
	width:700px;
	margin:24px 0 40px 4px;
}

.columHalf3{
	width:200px;
	height:240px;
	float:left;
	
	border:solid 1px #CCCCCC;
	
	margin:0 4px;
	padding:5px 10px 0 10px;
}

 /* コラム右
----------------------------------------------- */
body.filmrental .itemWrapper {
	width:490px;
	
	margin:0 0 10px 0;
}

body.filmrental .itemWrapper_line {
	width:490px;
	float: right;
}


.headRecommend {
	width:490px;
	height:22px;

	background:transparent url(../filmrental/images/head_recommend.gif) no-repeat 0 0;
	text-indent:-9999px;
	
	margin:0 0 12px 0;
}

.headFilm16 {
	width:200px;
	height:20px;

	background:transparent url(../filmrental/images/head_film16.gif) no-repeat 0 0;
	text-indent:-9999px;
	
	margin:10px 0 12px 0;
}

.headFilm35 {
	width:200px;
	height:20px;

	background:transparent url(../filmrental/images/head_film35.gif) no-repeat 0 0;
	text-indent:-9999px;
	
	margin:10px 0 12px 0;
}

.headVideodvd {
	width:200px;
	height:20px;

	background:transparent url(../filmrental/images/head_videodvd.gif) no-repeat 0 0;
	text-indent:-9999px;
	
	margin:10px 0 12px 0;
}


/*映画詳細　テーブル*/
table.movieDetail {
	width:260px;
	border:0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

table.movieDetail tr {
	vertical-align:top;
}

/*映画詳細　左*/
table.movieDetail td.subject{ 
	width:66px;

	vertical-align:top;
	text-align:left;
	padding:0 10px 8px 0;
}

/*映画詳細　右*/
table.movieDetail td.contents{ 	
	width:250px;
	vertical-align:top;
	text-align:left;

	padding:0 0 8px 0;
}

table.movieDetail td.lead{ 	
	width:326px;
	text-align:left;

	padding:0 0 8px 0;
}



/* コラム左
----------------------------------------------- */
body.filmrental .leftnaviColumn {
	width:195px;

	margin:6px 0 0 0;
	padding:0;
}

body.filmrental .leftnaviColumn ul {
	width:185px;
	display:block;
	
	list-style:none;
	margin:10px 0 10px 0px;
}

body.filmrental .leftnaviColumn li.topic {
	width:185px;
	font-size:11px;
	display:block;

	line-height:150%;
	background:transparent url(../images/dot_point.gif) no-repeat 0 6px;

	margin:0;
	padding:0 0 20px 10px;
}

