html {
    margin: 0;
    padding: 0;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana, 'trebuchet ms', sans-serif;
    background: url("http://www.nakaitakaharu.com/img/all_bk.gif") repeat;
    font-size: 12px;
}
#container {
    margin: 0px auto; /* center on everything else */
    width: 750px;
    text-align: left;
background-color:#FFFFFF;
}


#header_top{
    margin: 0;
    padding: 0;
    width: 750px; /* necessary for ie win */
    height:550px;
   /* background: url(http://www.nakaitakaharu.com/img/top.jpg) no-repeat center top; */
}


#navi {
display: block;
width: 750px;
height: 69px;
background: url("http://www.nakaitakaharu.com/img/navi_bk.gif") 0 0 no-repeat;
text-decoration: none;
    margin: 0px 0px 10px 0px;
}


#header_top h1 {
  position: absolute;
  left: -999px;
  width: 990px;
}

#header_top h2 {
  position: absolute;
  left: -999px;
  width: 990px;
}


#footer_top{
    margin: 0;
    padding: 0;
    width: 750px; /* necessary for ie win */
    height:57px;
    background: url(http://www.nakaitakaharu.com/img/footer_top.gif) no-repeat center top;
}

#footer01{
    padding: 0;
    text-align: right;
    width: 750px; /* necessary for ie win */
    height:33px;
    margin: 0px 20px 0px 0px;
}


#footer_top .banner{
	float:left;
	margin: 15px 0px 0px 20px;
	padding-bottom: 10px;
}

#footer_top .copyright{
	margin: 15px 20px 0px 0px;
	float:right;
	width:400px;
	line-height:1.5;
	font-size: small;
	text-align: right;
}

/* メニュー用 */

a.navi01 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/information_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi02 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/message_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi03 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/schedule_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi04 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/photo_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi05 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/profile_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi06 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/fanmail_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a.navi07 {
display: block;
width: 104px;
height: 32px;
background: url("http://www.nakaitakaharu.com/img/mobile_on.gif") 0 0 no-repeat;
text-decoration: none;
}

a:hover.navi01 {
background-position: 0 -32px;
}

a:hover.navi02 {
background-position: 0 -32px;
}

a:hover.navi03 {
background-position: 0 -32px;
}

a:hover.navi04 {
background-position: 0 -32px;
}

a:hover.navi05 {
background-position: 0 -32px;
}

a:hover.navi06 {
background-position: 0 -32px;
}

a:hover.navi07 {
background-position: 0 -32px;
}

#navi ul{
  list-style: none;
    display:block;
margin:0;
padding:0;
}

#navi a span{display:none;}

#navi ul li{
float: left;
    padding:10px 0px;
}


#navi ul li a{
display: block;
