body, p, form, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none;
}

body {
	font-family: "Osaka", "MS UI Gothic";
	color:#DDD;
	text-align: center;
	background-color: #000;
}

/* 基本リンクカラー */
a:link {
	color: #369;
	/*color: #36C;*/
	/*color: #559;*/
	text-decoration: underline;
	}
a:visited {
	color: #369;
	/*color: #36C;*/
	/*color: #559;*/
	text-decoration: underline;
	}
a:hover {
	/*color: #FF9;*/
	color: #F90;
	text-decoration: underline;
	}
a:active {
	/*color: #F00;*/
	color: #F90;
	text-decoration: underline;
	}

/* 上映作品解説ページトップのリンクカラー */
#kaisetsutop a:link {
	color: #999;
	text-decoration: underline;
	}
#kaisetsutop a:visited {
	color: #999;
	text-decoration: underline;
	}
#kaisetsutop a:hover {
	/*color: #FF9;*/
	color: #F90;
	text-decoration: underline;
	}
#kaisetsutop a:active {
	/*color: #F00;*/
	color: #F90;
	text-decoration: underline;
	}

/* 全体 */
#container {
	width: 680px;
	margin: 0 auto 0 auto;
	/*padding: 10px 0 10px 0;*/
	padding: 0;
	text-align: left;
}

#main {
	background-color: #000;
	padding: 20px;
	padding-top: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* 上映作品解説 */
#kaisetsutop {
	width: 640px;
	/*margin-bottom: 8px;*/
	margin-bottom: 9px;
	margin-bottom: 10px;
	background: #000 url(../pic/bgimage40.jpg) no-repeat 0px 0px;
}

#kaisetsutop h1 {
	width: 342px;
	float: left;
	/*margin: 0 0 15px 0;*/
	/*margin-bottom: 12px;
	padding-top: 20px;*/
	margin-bottom: 7px;
	padding-top: 25px;
	padding-top: 50px;
	font-size: 14px;
}

#kaisetsutop .link {
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
}

#kaisetsutop h2 {
	clear: left;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.works1 {
	width: 640px;
	margin-bottom: 5px;
	margin-bottom: 22px;
}

.works2 {
	border: solid 2px #333;
	padding:14px 10px 10px 10px;
	padding:14px 10px 10px 16px;
	background-color: #000;
}

.clear-l {
	clear: left;
	/* padding-bottom: 10px; margin-bottomではMozillaで無効 */
}

.photo {
	width: 170px;
	float: left;
	margin-right: 20px;
}

.text {
	width: 420px;
	width: 410px;
	/*margin-left: 190px;*/
	float: left;
}

.date {
	margin-bottom: 2px;
	font-size: 12px;
	float: right;
}

.title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	/*color: #C90;*/
	/*color: #6CF;*/
	color: #85C6E4;
	color: #F33;
}

.data {
	clear: right;
	margin-bottom: 1px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height:18px;
}

.staff {
	margin-bottom: 6px;
	padding-bottom: 6px;
	/*border-bottom: dotted 2px #999999;*/
	border-bottom: solid 1px #AAA;
	font-size: 12px;
	line-height:18px;
}

.kaisetsu {
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	line-height:18px;
}

.to_top {
	font-size: 12px;
	text-align: right;
}

