@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_layout_noside.css";
@import "unit_head.css";
@import "unit_content.css";
@import "unit_menu.css";

#movieTable{
	margin:				auto;
}
#movieTable td{
	text-align:			center;
	vertical-align:		top;
	padding-bottom:		10px;
}
#movieTable td .tdInner{
	width:				100%;
	position:			relative;
}
#movieTable .iconNew{
	padding:			0 17px 0 0;
	height:				16px;
	text-align:			right;
}
/*
#movieTable .iconNew{
	position:			absolute;
	width:				100%;
	text-align:			left;
	left:				0;
	top:				90px;
}
#movieTable .iconNew img{
	position:			relative;
	left:				180px;
}
*/
#movieTable .mv-c{
	padding:			0 10px 0 10px;
}
#movieTable td.mv-l{
	background:			url("../img/movie/body_pv.gif") left top repeat-y;
}
#movieTable td.mv-c{
	background:			url("../img/movie/body_cm.gif") 10px top repeat-y;
}
#movieTable td.mv-r{
	background:			url("../img/movie/body_play.gif") left top repeat-y;
}
#movieTable td.mv-last{
	font-size:			0px;
	height:				12px;
	background:			none;
	padding-bottom:		0;
}



/*
.movieItem{
	position:			relative;
	background:			url("../img/movie/movie_bg.gif") left top no-repeat;
	margin-left:		50px;
	width:				661px;
	height:				230px;
	padding-bottom:		20px;
}
.movieItem .thumb{
	position:			absolute;
	left:				28px;
	top:				26px;
	padding-top:		1px;
	padding-left:		1px;
	width:				316px;
	height:				181px;
	background:			url("../img/movie/thumb_base.gif") no-repeat;
}
.movieItem .title{
	position:			absolute;
	left:				352px;
	top:				75px;
}
*/




