@charaset "utf-8";

/*--------ページ全体---------------------------------------------*/
body{ 
  margin: 0;
  padding: 0;
  font-size: small;
  font-family: sans-serif;
  color: #333333;
/*  background: #FFFFFF url(../image/bg_gray.jpg)
  repeat-y;*/
  background-color: #808080;
}

h1, h2, dl{ 
  margin: 0;
}

p{ 
  margin: 0;
}

a:link{
  color: #0033ff;
  font-style: normal;
  text-decoration: none;
/*  text-decoration: underline;*/
}

a:visited{
  color: #330099;
  font-style: normal;
  text-decoration: none;
}

a:hover, a:active{
  color: #993300;
  font-style: normal;
  text-decoration: underline;
}
/*---------------------------------------------------------------*/

#container{
  margin: 0 auto;
  width: 820px;
}

/*---ヘッダ------------------------------------------------------*/
#header{
  width: 800px;
  clear: both;
  height: 125px;
  margin: 10px 10px 0px 10px;
  background: url(../pics/logo_header2.jpg);
  background-repeat: no-repeat;
  text-indent: -99999px;
}
/*---------------------------------------------------------------*/

/* hogehoge */

/*---ページ本体--------------------------------------------------*/
#pagebody{
  width: 800px;
  float: left;
  margin: 0px 10px 0px 10px;
  padding: 0;
/*  background-color: #c0c0c0;*/
  background: url(../pics/gray_grad.jpg);
  clear: both;
}

#main{
/*  clear: both;*/
  font-size: x-small;
  width: 590px;
  float: left;
  margin: 23px 10px 20px 15px;
  padding: 0px 10px 0px 0px;
  background-color: #ffffff;
}

#r_navi{
  width: 135px;
  float: right;
  margin: 23px 10px 20px 0px;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  background-color: #ffffff;
}

#footer{
  float: left;
  margin: 0px 10px 10px 10px;
  padding: 0;
  display: block;
  width: 800px;
  height: 30px;
  background: url(../pics/footer.jpg);
  clear: both;
}
/*---------------------------------------------------------------*/


/*---メイン------------------------------------------------------*/
#main h3{
  font-size: large;
  margin: 5px 5px 10px 5px;
  padding: 7px 5px 5px 60px;
  background: url(../pics/label2.jpg) no-repeat;
}

#main a{ 
  display: block;
/*  text-indent: -9999px;*/
}

#main p{ 
  line-height: 19px;
}

#main ul{ 
  margin: 0px;
  padding: 0;
}

#main li{ 
  margin: 0px;
  float: left;
  list-style-type: none;
}

li.t1{ 
  width: 145px;
  height: 180px;
  text-align: center;

}

.tate{
  margin-top: 10px;
}

.yoko{ 
  margin-top: 30px;
}
/*---------------------------------------------------------------*/


/*---右ナビ------------------------------------------------------*/
#r_navi h2{
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  text-align: center;
  font-size: medium;
  margin: 5px 0px 10px 0px;
  background-color: #99ccff;
  border-style: solid;
  border-color: #99ccff;
}

#r_navi p{
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  padding: 0;
  margin: 15px 0px 0px 0px;
}

#r_navi ul{
  padding: 0;
  margin: 0px 0px 10px 0px;
  list-style-type: none;
}

#r_navi li{
  padding-left: 15px;
  line-height: 1.9em;
  background: url(../pics/circle.jpg) no-repeat;
  background-position: 0em 0.4em;
}

#r_navi a{
  margin: 0;
/*  padding: 0;*/
}
/*---------------------------------------------------------------*/


/*---ヘッダナビ--------------------------------------------------*/
#h_navi{
  float: left;
  width: 800px;
  margin: 0px 10px 0px 10px;
  padding: 0;
  background-color: #000080;
}

#h_navi ul{
  margin: 0 0 0 18px;
  padding: 0;
  list-style: none;
}

#h_navi li, #h_navi a{
  float: left;
  display: block;
  width: 121px;
  height: 36px;
  background: url(../pics/navi.jpg);
  text-indent: -9999px;
}

#h_navi01 a { background-position: -1px -1px }
#h_navi02 a { background-position: -122px -1px }
#h_navi03 a { background-position: -243px -1px }
#h_navi04 a { background-position: -364px -1px }
#h_navi05 a { background-position: -485px -1px }
#h_navi06 a { background-position: -606px -1px }

#h_navi01 a:hover { background-position: -1px -36px }
#h_navi02 a:hover { background-position: -122px -36px }
#h_navi03 a:hover { background-position: -243px -36px }
#h_navi04 a:hover { background-position: -364px -36px }
#h_navi05 a:hover { background-position: -485px -36px }
#h_navi06 a:hover { background-position: -606px -36px }

/*---------------------------------------------------------------*/


/*---パンくずリスト----------------------------------------------*/
#rootlist{
  position: absolute;
  top: 174px;
  left:590px;
  font-size: small;
  color: #000000;
}
/*---------------------------------------------------------------*/


/*---フッタ------------------------------------------------------*/
#footer p{
/*  text-indent: -9999px;*/
}

#footer ul{ 
  margin: 7px 0px 10px 540px;
  padding: 0;
  list-style: none;
}

#footer li{
  float: left;
  margin: 0;
  padding: 0;
  font-size: small;
}

#footer a{
  color: #ccffff;
}

#footer a:hover, a:active{
  color: #ffff00;
}
/*---------------------------------------------------------------*/

/*---ページトップへ戻る------------------------------------------*/
div.back_to_top a{
  float: right;
  font-size: small;
}
/*---------------------------------------------------------------*/


/*---float clear-------------------------------------------------*/
.clear{
  clear: both;
}
/*---------------------------------------------------------------*/
