/*----------------------------------------------headerエリア*/
.header{
width:100%;
height:55px;
background:url(../img/line.gif) repeat-x;
background-position:bottom;
background-color:#000;
font-size:13px;
}

.header .block{
width:850px;
height:55px;
margin:0px auto;
}
.site-rogo{
width:80px;
height:50px;
float:left;
}

.site-id{
width:330px;
height:50px;
float:left;
}

.site-caunter{
margin:0px;
padding-top:5px;
padding-left:750px;
}

.header .block ul{
width:300px;
float:right;
display:block;
list-style-type:none;
margin-top:8px;
}

.header .block ul a{
margin:0px;
padding:0px;
text-decoration:none;
color:#FFF;
}

.header .block ul a:hover{
text-decoration:underline;
}

.header .block li{
background:url(../img/aicn.gif) no-repeat;
background-position:0% 50%;
margin-left:25px;
padding-left:17px;
float:right;
}


/*----------------------------------------------footerエリア*/
.footer{
width:100%;
height:100%;
background:url(../img/footer.gif) repeat-x;
background-color:#000;
font-size:13px;
}

.foo-bar{
width:950px;
height:64px;
margin:0px auto;
text-align:center;
background:url(../img/foo-bar.gif) no-repeat;
color:#FFF;
}

ul.bar{
list-style-type:none;
display:inline-block;
_display:block;
}

li.foo{
margin-left:30px;
float:left;
}

li.foo a{
color:#FFF;
}

