/* CSS Document */

/*-----------------------------------

デフォルトCSSを一回リセットする

-------------------------------------*/

* {padding: 0px; margin: 0px;}

img { border: none; }

<!--ヘッダーのスタイル--＞

body {text-align:center; padding: 0px; margin:0px;}

#content { text-align:center; margin: 0px auto; width: 800px; padding-top: 8px; padding-bottom: 0px;}

h1 { font-size :12px; margin-bottom: 5px; margin-top: 10px; color:#333333; float: left; padding: 0px;}

#go_to_kagetsu { font-size: 11px; float: right; padding: 10px 9px 0px 0px; margin: 0px;}

#header { padding: 0px; margin: 0px; width: 800px;}
#header a:link { color: #333333; text-decoration: none;}
#header a:visited { color: #333333; text-decoration: none;}
#header a:hover { color: #333333; text-decoration: underline;}

#header_bar { background: url(../images/header_new.gif) no-repeat; width: 800px; height: 11px; clear:both;}


#navi { position: absolute; width: 678px; top: 50px; left: 145px;}



#navi ul { margin-left: 0px; padding-left: 0px;  margin-top: 0px;}

#navi li { float: left; width: 113px;  list-style: none; }


 <!--フッターのスタイル--＞

#bottom_link { font-size: 12px; text-align: center; color: #3f1515;padding-top: 0px; padding-bottom:15px;}

#bottom_link a:link { color: #3f1515; text-decoration: none;}
#bottom_link a:visited { color: #996600; text-decoration: none;}
#bottom_link a:hover { color: #FF6600; text-decoration: underline;}

#footer { background:url(../images/footer_new.gif) no-repeat; width: 800px; height: 38px; margin: 5px 0px 5px 0px;}

#copyright { font-size: 11px; margin: 0px; padding-right: 10px;padding-top: 5px; color: #FFFFFF; padding-top: 20px; float: right;}
#globeat { font-size: 13px; color: #333333; float: left; text-align:left;} 


