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

/* 基本リンクカラー */
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: 680px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: left;
}

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

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

/* トップページ */
.toppage {
	margin: 0;
	/*padding: 0 0 5px 0;*/
	padding: 0;
	background-color: #F1EDDE;
	/*background-color: #FFF;*/
	/*border-left: solid 2px #777;
	border-right: solid 2px #777;*/
	background-image: url(../pic/bg_r_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.toppage2 {
	/*padding: 0 0 5px 0;*/
	padding: 0 0 5px 23px;
	background-image: url(../pic/bg_r_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.toppage .left {
	width: 339px;
	/*margin: 20px 17px 0px 23px;*/
	margin: 20px 17px 0px 0;
	padding: 0;
	float: left;
}

.toppage .left .copyright {
	margin: 1px 0 10px 10px;
	color: #666;
}

.toppage .right {
	width: 271px;
	/*margin: 28px 20px 0px 10px;*/
	margin: 28px 0 0px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	float: left;
	color: #555;
}

.toppage .right .sakuhin {
	line-height: 21px;
	margin-bottom: 26px;
}

.toppage .right p {
	margin-bottom: 6px;
}

/* トップページ右欄のリンク */
.toppage .right a:link {
	color: #555;
	text-decoration: none;
	}
.toppage .right a:visited {
	color: #555;
	text-decoration: none;
	}
.toppage .right a:hover {
	color: #FF6666;
	text-decoration: underline;
	}
.toppage .right a:active {
	color: #FF6666;
	text-decoration: underline;
	}

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

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

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

#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;
	padding:10px;
}

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

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