/* common ------------------------------*/

body{
    font-size: 100%; 
    margin: 0px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
    background-color: #FFFFFF;
}


a:link{
    color: #0000FF;
    text-decoration: underline;
}

a:visited{
    color: #0000FF;
    text-decoration: underline;
}

a:hover{
    color: #FF0000;
    text-decoration: none;
}

img{ border: 0px;}

p{ 
   font-size: 0.9em; 
   line-height: 140%;
   margin: 10px 5px 5px 5px;
   clear: both;
}

.point{ color: #0000FF;}

.notice{ font-weight: bold;}

.none{ display: none;} 


/* header -------------------------------*/

#header{
 background: url(../img/niigata_toki.gif) top right no-repeat;  
 margin: 0px;
 padding: 0px;
 height: 60px;
 font-size: 0.9em;
 color: #333333;
background-color: #000000;

}

#headerlogo{
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
}

#headerright{
  margin: 0px;
  padding: 0px;
  height: 60px;
  width: 535px;
}

#headerright form{
  text-align: right;
  margin: 0px 5px 0px 0px;
  padding: 5px 0px 5px 0px;
  height: 18px;
  font-size: 0.9em;
  color: #CCFFCC;
}

#hds{ 
  width: 120px;
}

#hdsb{
  background: url(../img/search_button.gif) no-repeat;
  width: 89px;
  height: 23px;
  border: 0px; 
  padding: 3px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
}


#hdnavi{
	width: 205px;
	margin-left: 320px;

}

#niigatahome{
 background: url(../img/navi_niigata.gif) no-repeat;  
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 18px;
 width: 100px;
}

#niigatahome a{
    display: block;
    height: 100%;
    text-decoration: none;
    text-indent: -30000px;
}

#reference{
 background: url(../img/navi_reference.gif) no-repeat;  
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 18px;
 width: 100px; float:right;
}

#reference a{
    display: block;
    height: 100%;
    text-decoration: none;
    text-indent: -30000px;
}

#headershadow{
   background: url(../img/global_bg.gif) repeat-x;
   margin-top: 0px;
   padding: 5px;
}




/*footer
---------------------------------*/

#footer{  
 background: url(./img/navi_press.giff) repeat-x;
 margin: 30px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 0.8em;
 color: #999999;
}

#footernavi{
 padding-top: 20px;
 text-align: center;
}

#copyright{
 padding: 10px 0px 10px 0px;
 text-align: center;
}



