@charset "utf-8";

@import url("../../css/common.css");

h2 {
	margin: 10px 0 0;
	height: 59px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

#cinema_contents #main_img {
	background-image: url(../img/main.jpg);
	margin: 0;
	width: 750px;
	height: 470px;
	text-indent: -9000px;
}

/* 本文エリア */

#contents_main {
	clear: both;
	margin: 0 auto;
	width: 700px;
}

#contents_left {
	float: left;
	margin-right: 10px;
	width: 400px;
}

#contents_right {
	float: right;
	width: 290px;
}

h3 {
	margin: 0 0 10px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

/* コメントタイトル */
#question{
	background-image: url(../img/title_quest.gif);
}

#question01{
	background-image: url(../img/title_quest01.gif);
}

#question02 {
	background-image: url(../img/title_quest02.gif);
}

#question03 {
	background-image: url(../img/title_quest03.gif);
}

#question04 {
	background-image: url(../img/title_quest04.gif);
}

/* テキスト */

#contents_left p {
	margin-bottom: 20px;
}

.pagetop {
	clear: both;
	margin-top: 10px;
	border-top: #B4ACBE dotted 1px;
	text-align: right;
}

