@charset "Shift_JIS";

/*header ヘッダー
-------------------------------------------------------*/
#header{
width:760px;
height:100px;
margin:0 auto;
/*padding-top:17px;*/
}

#header h1{
text-indent:-9999px;
display:block;
width:760px;
height:100px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
/*background-position:0 2px;*/
}




/*footer フッター
-------------------------------------------------------*/

#footer{
width:760px;
margin:10px auto 0;
padding-bottom:10px;
border-top:1px solid #cccccc;
position:relative;
}
/*
#footer ul{
list-style:none;
margin:8px auto 0;
}

#footer ul li{
display:inline;
padding:0 5px;
}

#footer ul li#f_menu_center{
border-left:1px dotted #333333;
border-right:1px dotted #333333;
} 

#footer ul li a{
font-size:80%;
}
*/

#footer p{
/*position:absolute;
*/
top:10px;
/*
right:5px;
*/
font-size:70%;
}



