﻿body {
	width: 920px;
	background: #ffffff url(image/.png) no-repeat;
	background-position: 600px top;
	font-size: 1em;
	color: #0099ff;
	font-family: Arial,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
#main{
	position:absolute;
	left:50%;
	width:900px;
	height:auto;
	margin-left:-450px;
}
#movie a{
	width:300px;
	height:300px;
	background: url(image/movie.png);
	float:left;
	display: block;
	text-indent:-9000px;
}
#b{
	width:300px;
	height:300px;
	text-align: center;
	float:left;
}
#cg a{
	width:300px;
	height:300px;
	background: url(image/cg.png);
	float:left;
	display: block;
	text-indent:-9000px;
}

#g{
	width:300px;
	height:300px;
	float:left;
}
#h{
	width:300px;
	height:300px;
	background: url(image/main.png);
	float:left;
}
#i{
	width:300px;
	height:300px;
	float:left;
}

#music a{
	width:300px;
	height:300px;
	background: url(image/music.png);
	float:left;
	display: block;
	text-indent:-9000px;
}
#e{
	width:300px;
	height:300px;
	background-color:#ffffff;
	float:left;
	text-align: center;
}

#game a{
	width:300px;
	height:300px;
	background: url(image/game.png);
	float:left;
	display: block;
	text-indent:-9000px;
	}


.date{
}



#asd{
	line-height:3em;
}
ul{
	line-height:2em;
}

#cg a:hover,#game a:hover,#movie a:hover,#music a:hover{
	background-position: 0 300px;
}

#under{
	width:900px;
	height:20px;
	background-color:#3A003F;
	text-align: right;
	float:left;
}

