body, p, form, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height:100%;
}

img {
	border: 0px none;
}

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

/* 基本リンクカラー */
a:link {
	color: #036;
	text-decoration: underline;
	}
a:visited {
	color: #036;
	text-decoration: underline;
	}
a:hover {
	color: #F66;
	color: #F30;
	text-decoration: underline;
	}
a:active {
	color: #F66;
	color: #F30;
	text-decoration: underline;
	}

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

#main {
	/*padding: 20px;*/
	padding-top: 7px;
	padding-bottom: 10px;
}

/* 上映作品解説 */
#kaisetsutop {
	width: 680px;
	height: 140px;
	/*margin-bottom: 8px;*/
	background: #F2AF17 url(../pic/header_town.gif) left top no-repeat;
}

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

#kaisetsutop h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding-top: 83px;
}

#wrapper {
	width: 680px;
}

#logoarea {
	width: 131px;
	/*padding-left: 10px;*/
	float: left;
}

#logoarea h1 {
	width: 121px;
	margin-left: 10px;
}

#kaisetsuarea {
	width: 530px;
	float: left;
	/*padding-left: 15px;*/
}

#logoarea2 {
	width: 131px;
	/*padding-left: 10px;*/
	float: left;
}

#logoarea2 h1 {
	width: 121px;
	margin-left: 5px;
}

#kaisetsuarea2 {
	width: 540px;
	float: left;
	/*padding-left: 15px;*/
}

.works1 {
	width: 510px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.works2 {
	/*border: solid 1px #036;*/
	/*border: solid 1px #BBB;*/
	border: dotted 3px #BBB;
	/*padding: 12px 14px 10px 17px;*/
	padding: 14px 17px 11px 17px;
	padding-right: 14px; /* 右側に3pxの誤差が必要？（IE6対策） */
	background-color: #FFF;
	background-color: #FFFFE1;
}

.date {
	/*margin-top: 5px;*/
	margin-bottom: 2px;
	font-size: 12px;
	line-height:106%; /* 最低これだけの行高が必要？（IE6対策） */
	float: right;
}

.title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	/*color: #FF3333;*/
	/*color: #F90033;*/
	color: #669;
	color: #036;
	color: #559;
}

.data {
	clear: right;
	margin-bottom: 1px;
	/*border-bottom: solid 1px #AAA;*/
	padding-bottom: 6px;
	font-size: 12px;
	line-height:18px;
}

.text {
	width: 290px;
	float: left;
}

.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;
}

.photo {
	width: 170px;
	/*float: left;*/
	margin-top: 3px;
	margin-left: 300px;
	text-align: right;
}

.clear-l {
	clear: left;
}
