a#secret:link {
	color: #ffffff;
	font-size: xx-small
}
a#secret:visited {
	color: #ffffff;
	font-size: xx-small
}
a#secret:hover {
	color: #ffffff;
	font-size: xx-small
}
#top_bun {
	margin: auto;
	text-align: center
}
#welcome {
	color: #000000;
	font-size: 1.5em;
	font-family: "•xŽmƒ|ƒbƒv‚o", fantasy
}
em#boshu {
	color: #ff0000;
	text-decoration: none;
	font: normal bold 1.8em sans-seif
}
#update {
	color: #000000;
	background-color: #ffffff;
	width: 60%;
	margin: auto auto 10em auto;
	border: #000000 1px solid;
	padding: 5px
}
td.update_date_td {
	width: 6em;
	vertical-align: top
}
td.update_content_td {
	vertical-align: top
}

#history {
	margin-bottom:20px;
}

.movie {
	position:relative;
	display:inline-block;
	margin:10px;
}

.movie .desc {
	position:absolute;
	background-color: rgba(0, 0, 0, 0.75);
	color:white;
	font-size: 25px;
	line-height: 30px;
	bottom:0%;
	width:100%;
	display:none;
}

.movie:hover .desc {
	display:block;
}

.movie a:hover {
 	top: 0px;
	left: 0px;
}
