@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-01.png);
	height:260px;
	border-radius:20px 20px 0 0;
	}	
.header ul{
	list-style:none;
	margin:140px 30px;}	
.header li{
	float:left;}
.header li a{
	display:block;
	width:70px;
	height:70px;
	background-color:#FFC;
	border-radius:50px;
	margin-left:7px;
	line-height:70px;
	text-align:center;
	border:#66F 4px solid;
	font-size:16px;
	text-decoration:none;
	
	}	
.header li a:hover{
	color:#F30;}	
	
	
.nav{
	
	height:60px;
	width:900px;
	padding-bottom:15px;
	}	
.nav ul{
	padding-left:0;
	list-style:none;
	margin:0 auto;
	
	}
.nav li{
	float:left;
	
	
	}
.nav li a{
	display:block;
	width:95px;
	height:50px;
	text-align:center;
	line-height:50px;
	background-color:#F63;
	color:#FFF;
	font-size:22px;
	font-family:"華康中圓體","微軟正黑體", Arial;
	text-decoration:none;
	border-radius:15px;
	margin-left:7px
	
	}
.nav li a:hover{
	color:#FFF;
	background-color:#09F;
}





	
