@charset "utf-8";

/* header styles */

#home #header {
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 486px;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../image/shared/header.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 159px;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}
#header h1, #header p, #header dl {
	height: 0px;
	overflow: hidden;
}
#header #sub_title {
	background-image: url(../image/sub_title.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 560px;
}
#header #title {
	background-image: url(../image/title.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 560px;
}
#header #date {
	background-image: url(../image/date.jpg);
	height: 67px;
	width: 756px;
	background-repeat: no-repeat;
}
#header #lead {
	background-image: url(../image/lead.jpg);
	height: 35px;
	width: 756px;
	background-repeat: no-repeat;
}
#header #cast {
	background-image: url(../image/cast.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 756px;
}
