@charset "utf-8";
@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}
.movie{
}
.movie .title {
	font-size: 14px;
	color: #F60;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 5px;
	background-image: url(images/title_icon.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-left: 40px;
	padding-left: 40px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 15px;
}
.movie .text {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-left: 40px;
	width: 550px;
	padding: 10px;
}
.movie .player {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
