/* CSS Document */


@import "css-temp/layout.css";
@import "css-temp/general.css";
@import "css-temp/sub-layout.css";

.contentBox p,#mainContents #tableTitle p,.movieBox .textBox p {
	text-align: left;
}
.contentBox {
	margin-top: 20px;
}
.contentBox #photo {
	width: 506px;
	margin-bottom: 15px;
}
.contentBox #photo img,.movieBox .imgBox img {
	border: 3px solid #FFFFFF;
}

#mainContents #tableTitle table {
	width: 420px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
#mainContents #tableTitle table img,#mainContents #tableTitle table p {
	text-align: center;
	text-indent: 0px;
	margin: 5px;
}
.weekText {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 150%;
	font-weight: bold;

}

#mainContents #tableTitle table th {
	background-color: #F6DDBA;
}
#mainContents #tableTitle table th,#mainContents #tableTitle table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
.tableExpl {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 15px;
}
#mainContents #tableTitle {
	width: 450px;
	font-weight: bold;
}
#historyBox {
	width: 560px;
}
#historyBox h4 {
	text-align: left;
	width: 540px;
	margin-bottom: 5px;
	text-indent: 0px;
	margin-right: auto;
	margin-left: auto;
}
#historyBox .back {
	text-align: right;
	width: 550px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#historyBox table {
	font-size: 0.9em;
	line-height: 125%;
	text-align: left;
	width: 540px;
}
#inPageLink {
	width: 550px;
	margin-bottom: 30px;
	border: 1px solid #999999;
	background-color: #F6DDBA;
	padding: 5px;
	margin-bottom: 20px;
}
#inPageLink p {
	font-size: 1em;
	text-align: left;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-indent: 0px;
}
#inPageLink p span {
	font-weight: bold;
}
#historyBox table td {
	padding-left: 5px;
	padding-right: 5px;
}

.movieBox {
	width: 540px;
	background-color: #F6DDBA;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 20px;
}
.movieBox div {
	float: left;
}
.movieBox .imgBox {
	width: 245px;
	margin-right: 4px;
}
.movieBox .textBox,.movieBox .gedaiBox {
	text-align: left;
	vertical-align: middle;
}
.movieBox .gedaiBox img {
	vertical-align: middle;
}
