@charset "utf-8";
/* CSS Document */

.header{
height:203px;
width:800px;
background-image:url(../images/header.jpg);
margin:0px auto;
}
.wrap{
width:990px;
margin:0px auto;
background:url(../images/bg_01.jpg) repeat-x 0px 0px;
}
.nav{
width:800px;
margin:0px auto;
height:25px;
text-align:center;
background:url(../images/nav.jpg) no-repeat 0px 0px;
}
.nav span{
color:#FFFFFF;
font-size:14px;
line-height:25px;
}
.content{
height:443px;
width:800px;
margin:0px auto;
}







