@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;}
body{
	background-color:#3CF;
	background-repeat:repeat;
	background-attachment:fixed;
	
	}
.box{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	border-radius:20px;
	border:#999 1px solid;
	}
.header{
	background-image:url(../images/top.png);
	height:240px;
	border-radius:20px 20px 0 0;
	}	
.nav{
	margin:-35px auto -3px;
	height:80px;
	width:900px;
	}	
.nav ul{
	padding-left:0;
	list-style:none;
	margin:0 auto;
	
	}
.nav li{
	float:left;
	margin:0 10px;
	}
.nav li a{
	display:block;
	width:160px;
	height:70px;
	}

.movie{background-image:url(../images/btn01.png);}
.example{background-image:url(../images/btn02.png);}
.picture{background-image:url(../images/btn03.png);}
.game{background-image:url(../images/btn04.png);}
.other{background-image:url(../images/btn05.png);}
	
.movie:hover{background-image:url(../images/btn01a.png);}
.example:hover{background-image:url(../images/btn02a.png);}
.picture:hover{background-image:url(../images/btn03a.png);}
.game:hover{background-image:url(../images/btn04a.png);}
.other:hover{background-image:url(../images/btn05a.png);}





	
.footer{
	background-image: url(../images/down.png);
	height: 260px;
	width: 900px;
	background-repeat: no-repeat;

	border-radius: 0 0 20px 20px;
;	background-position:0px -80px;

}
.footer p{
	font-size: 16px;
	padding-top:230px;
	
	text-align:center;
	z-index:50px;	}
	

