@charset "utf-8";
/* CSS Document */

body{
	background-color: #9CF;
	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:-55px auto 0px;
	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:350px;
	background-position:bottom center;
	border-radius:0 0 20px 20px;
}
.footer h1{
	display:block;
	height:85px;
	width:835px;
	background-image:url(../images/con03.png);
	margin:0 auto;
	background-position:bottom;}
.footer p{
	display:block;
	height:20px;
	width:500px;
	font-size: 16px;
	text-align:center;
	margin:240px auto 20px;
		}
	
