A:hover {
	color:#B03A33;
	}

BODY {
	background-color:#E8DABA;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: #333333;
	}

/* 親ボックス */

#container {
	width: 824px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../parts/background.gif);
	background-color: #CC9966;
	background-repeat: repeat-y;
	}
	
/* 子ボックス */

#side {
	width: 160px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 40px;
	background-color: #333333;
	}
	
#main {
	width: 660px;
	height: auto;
	margin-left: 160px;
	text-align: left;
	}
	
/* 配置画像 */

#bg {
	z-index: 1;
}

#film1 {
	position:absolute;
	top: 213px;
	width: 160px;
	height: 120px;
	margin-left: 40px;
	z-index: 2;
}
#film2 {
	position:absolute;
	top: 353px;
	width: 160px;
	height: 120px;
	margin-left: 40px;
	z-index: 2;
}

#film3 {
	position:absolute;
	top: 493px;
	width: 160px;
	height: 120px;
	margin-left: 40px;
	z-index: 2;
}

#film4 {
	position:absolute;
	top: 633px;
	width: 160px;
	height: 120px;
	margin-left: 40px;
	z-index: 2;
}

#akira {
	position:absolute;
	top: 605px;
	width: 130px;
	height: 160px;
	margin-left: 510px;
	z-index: 2;
}

/* タグ */

H1 {
	font-size: 100%;
	font-weight: normal;
	color:#333333;
	text-align: left;
	}

STRONG {
	font-weight: normal;
	color:#B03A33;
	}

/* メインの文章 */

.sentence {
	position:absolute;
	top: 605px;
	width: 260px;
	height: 270px;
	margin-left: 235px;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	overflow: auto;
	z-index: 2;
	}

.sentence2 {
	position:absolute;
	top: 775px;
	width: 160px;
	height: 120px;
	margin-left: 500px;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
	overflow: auto;
	z-index: 2;
	}

/* フッタ部分 */
	
.footer {
	padding-left: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	}

/* ページトップへのリンク等 */

.order {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	}
	
.top {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
	}
	
.detail {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	margin-right: 80px;
	line-height: 0.2em;
	}