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

/*==================================================
	
  ● Title //CSS名
  ○ layout.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.18
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  
  ● a Table of Contents //目次
  ○ Whole
  ○ Header
  ○ Navigation
  ○ Page Title
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Footer
 
==================================================*/

/*--------------------------------------------------
  ○ Whole
--------------------------------------------------*/



#movie_area{
	clear:both;
	padding:15px 0px 0px 0px;
}


.each_category{
	clear:both;
	padding-bottom:45px;
}


.each_category h4{
	clear:both;
	padding-bottom:20px;
	padding-left:10px;
}

.mov_list{
	width:1056px;
	height:auto;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}

.mov_list li{
	display:block;
	width:248px;
	height:auto;
	float:left;
	padding:8px;
}

.mov_list li:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}

.mov_list li p.thum{
	border:1px solid #CCC;
	line-height:1;
	font-size:0px;
	margin-bottom:7px;
}
	

.mov_list2{
	width:1056px;
	height:auto;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}

.mov_list2 li{
	display:block;
	width:302px;
	height:auto;
	float:left;
	padding:8px;
}

.mov_list2 li:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}

.mov_list2 li p.thum{
	border:1px solid #CCC;
	line-height:1;
	font-size:0px;
	margin-bottom:7px;
}











