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";
	/*background-color: #003366;*/
	color:#333;
	text-align: center;
	/*background-color: #061318;*/
	background-color: #192E37;
	background-color: #13262D;
	/*background-color: #FFD;*/
	/*background-image: url(../pic/bg.jpg);*/
}

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

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

#container2 {
	background-image: url(../pic/bg_r_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/*#main {
	background-color: #FFD;
	background-color: #FFC;
	padding: 20px;
	padding-top: 9px;
	padding-bottom: 10px;
}*/

#main {
	/*background-color: #F1EDDE;
	background-color: #FFC;*/
	background-image: url(../pic/bg_r_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main2 {
	/*padding: 20px;*/
	padding: 9px 20px 10px 20px;
	background-image: url(../pic/bg_r_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* 上映作品解説 */
#kaisetsutop {
	width: 640px;
	/*margin-bottom: 8px;*/
	margin-bottom: 20px;
}

#kaisetsutop h1 {
	width: 230px;
	float: left;
	/*margin: 0 0 15px 0;*/
	/*margin-bottom: 20px;*/
	margin-bottom: 6px;
	font-size: 18px;
}

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

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

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

.works2 {
	/*border: solid 1px #777;*/
	border: solid 1px #BBB;
	padding:10px;
	background-color: #FFF;
}

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

.text {
	width: 420px;
	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: #FF3333;*/
	/*color: #069;*/
	color: #444;
	color: #963;
	font-weight: bold;
}

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

/* ログ取得＆カウンターボックス */
.o_counter {
	/*width:230px;*/
	margin: 0 0 0 20px;
	padding: 0;
}

/* スケジュールのテーブル */
.sc_table {
	width: 620px;
	border:none;
	border-top:solid 1px #444;
	border-left:solid 1px #444;
	/*margin-bottom: 30px;*/
	}

.sc_table td {
	border:none;
	border-bottom:solid 1px #444;
	border-right:solid 1px #444;
	padding:4px;
	vertical-align:top;
	font-size: 12px;
	line-height: 130%;
	background-color:#FFF;
	}

.sc_table .item1 {
	background-color:#666;
	white-space:nowrap;
	vertical-align:middle;
	color: #FFF;
	}

.sc_table .item2 {
	background-color:#DDD;
	}
