@charset "utf-8";
/* CSS Document */

body,h1,h2,div,p,address,a,img{
	margin: 0px;
	padding: 0px;
}
img{
	border-style: none;
}

body{
	text-align: center;
	background-color: #000;
}
.clear{
	clear: both;
}
#Container{
	width: 898px;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: left;
	padding: 0px 28px;
	margin: 0px auto;
}

#Header{
	height: 342px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.InBox{
	width: 295px;
	background-image: url(img/m-bg_.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin: 0px 4px 15px 0px;
}
.MovieTitle{
	height: 27px;
	width: 277px;
	background-image: url(img/m-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 4px;
	padding: 5px 0px 0px 10px;
}
.Day{
	font-size: 12px;
	text-align: right;
	margin: 3px 5px 3px 0px;
}
.Text{
	font-size: 12px;
	margin: 3px 15px 10px 10px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 17px;
	background-image: url(img/note_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.MoveiPhoto{
	background-image: url(img/capture_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 10px 80px;
}
.InBox a.YouTube{
	font-size: 10px;
	color: #000;
	float: right;
	margin: 0px 5px 3px 0px;
}
.InBox a.YouTube img{
	vertical-align: text-top;
	margin: 0px 0px 0px 3px;
}
address{
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 120%;
	margin: 10px 0px 0px;
	padding: 0px 0px 20px;
}
address a{
	color: #F00;
}
