* {
font-size: 100%;
font-weight: normal;
font-style: normal;
margin: 0;
padding: 0;
list-style-type: none; }
img {
border-style: none; }

body {
background-color: #d0fff0;
background-image: url(img/bg_body.png);
background-repeat: repeat-x;
}

/*=========================*/

div#header {
/*height:30px;
background-repeat: repeat-x;
background-position: left bottom;*/
width: 900px;
margin-right: auto;
margin-left: auto;
padding-top: 7px;
/*padding-right: 37px;
padding-left: 37px;*/ }

div#header ul#navi {
background-color: #d6d1c4;
height: 15px;
margin: 0 0 0 540px;
padding: 6px 0 6px 7px; }

div#header ul#navi li {
font-size: 15px;
line-height: 100%;
padding-right: 6px;
display: inline; }


div#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}



