/* CSS Document */
body{
	margin: 0px;
	padding:0px;
	text-align:center;
	font-size:12px;
}
#container{
	position:relative;
	margin:0px auto 0px auto;
	width:1004px;
	text-align:left;
	background-color:#ffffff;
}
#header{
width:1004px;
height:59px;
}
#header ul{
margin:0;
padding:0;

}
#header ul li#one{
width:578px;
height:59px;
background:url(../images/index_01.gif) no-repeat;
float:left;
}
#header ul li#two{
width:244px;
height:59px;
background:url(../images/index_02.gif) no-repeat;
float:left;
}
#header ul li#three{
width:56px;
height:59px;

float:left;
}
#header ul li#four{
width:62px;
height:59px;

float:left;
}
#header ul li#five{
width:64px;
height:59px;

float:left;
}
a:link{
color:#333333;
	font-size:12px;
	
	text-decoration:none;
	font-family:"Courier New", Courier, mono;
}
a:visited{
	color:#333333;
	font-size:12px;
	
	text-decoration:none;
	font-family:"Courier New", Courier, mono;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}

