@charset "utf-8";

/* 背景 */

#top_image {
	width: 1024px;
	height: 768px;
	background: url(../image/top_image.jpg) no-repeat;
}

/* ナビゲーションエリア */

#top_home {
	width: 530px;
	height: 90px;
	float: left;
	text-align: left;
}

#top_news {
	width: 140px;
	height: 90px;
	float: left;
	text-align: left;
}

#top_actor {
	width: 141px;
	height: 90px;
	float: left;
	text-align: left;
}

#top_artist {
	width: 154px;
	height: 90px;
	float: left;
	text-align: left;
}

#top_home a,
#top_news a,
#top_actor a,
#top_artist a {
	display: block;
}

#top_home a:hover,
#top_news a:hover,
#top_actor a:hover,
#top_artist a:hover {
	background: none;
}

#top_home a:hover img,
#top_news a:hover img,
#top_actor a:hover img,
#top_artist a:hover img {
	visibility:hidden;
}

