@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#FFF;
	text-align:center;
}
#main{
	width:998px;
	margin:0 auto;
}
#logo_flash{
	width:998px;
	height:397px;
}
#nav{
	width:998px;
	height:27px;
	float:left;
	background:url(../picture/bottom_01.gif) top left no-repeat;
}
#nav ul{
	width:200px;
	padding-left:700px;
	list-style-type:none;
	float:left;
}
#nav ul li{
	float:left;
	display:block;
	width:80px;
	margin-top:5px;
	padding:0 5px;
} 
#nav .first{
	border-right:1px solid #000;
}
#nav a{
	color:#000;
	text-decoration:none;
}
#nav a:hover{
	color:#FFF;
	text-decoration:underline;
}