* {
	margin: 0;
	padding: 0;
}

html{
    height:100%;
}


body{
background-image:url("../same_img/top_back02.gif"); 
background-repeat: repeat-x;
background-color:#737373;
color:#333;
font:13px verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
*font-size:small;
/*Win IE7およびWin IE6標準準拠モードに適用*/
*font:x-small;
/*Win IE 5-5.5､6(後方互換モード)に適用*/
line-height: 150%; 
}


body > #wrap {
    height: auto;
}


h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
    vertical-align:top;
}

.clear{
clear:both;
}

/*----------------------------------------------
Wrap
全体を包括
-----------------------------------------------*/

#wrap{
width:625px;
margin:0px auto;
background-image: url("../same_img/body_back.gif"); 
min-height:100%;
_height:100%;
text-align: left;
}


/*----------------------------------------------
 Header
 ヘッダー　
-----------------------------------------------*/

#header {
width: 618px;
height: 43px;
text-align: left;
}

/*----------------------------------------------
Navi
ナビゲーション
-----------------------------------------------*/

#navi-box{
width: 625px;
height: 90px;
background-image: url("../same_img/head_back02.gif");
margin-bottom: 20px;
}

#navi {
width: 618px;
height: 27px;
padding:0px;
margin:0px;
text-align:center;
}

#navi img {
border: none;
vertical-align:top;
}

#navi ul {
    padding: 0px;
	list-style: none;
	line-height: normal;
	}


#navi li {
	float: left;
	margin: 0px;
}

a.menu00 {
   display: block;
   width: 67px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu00_01.gif"); 
}

a.menu00:hover {
    background-image: url("../menu/menu00_02.gif"); 
}


a.menu01 {
   display: block;
   width: 89px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu01_01.gif"); 
}

a.menu01:hover {
    background-image: url("../menu/menu01_02.gif"); 
}

a.menu02 {
   display: block;
   width: 73px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu02_01.gif"); 
}

a.menu02:hover {
    background-image: url("../menu/menu02_02.gif"); 
}

a.menu03{
   display: block;
   width: 91px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu03_01.gif"); 
}

a.menu03:hover {
    background-image: url("../menu/menu03_02.gif"); 
}

a.menu04 {
   display: block;
   width: 80px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu04_01.gif"); 
}

a.menu04:hover {
    background-image: url("../menu/menu04_02.gif"); 
}

a.menu05 {
   display: block;
   width: 80px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu05_01.gif"); 
}

a.menu05:hover {
    background-image: url("../menu/menu05_02.gif"); 
}

a.menu06 {
   display: block;
   width: 91px; 
   height: 27px; 
   text-indent: -2000px; 
   background-image: url("../menu/menu06_01.gif"); 
}

a.menu06:hover {
    background-image: url("../menu/menu06_02.gif"); 
}



/*----------------------------------------------
Footer
-----------------------------------------------*/
#footer{
position; absolute; 
bottom:0px; 
height: 42px; 
}

