@charaset "UTF-8";
body{
  background-color: #ffffff;
  width : 1024px;
  /*height : 768px;*//*  ===================================*/
  margin-left : auto;
  margin-right : auto;
}
#wrapper{
  width : 944px;
  /*height : 768px;*//*  ===================================*/
  background-color : #ffffff;
  margin : 0 40px 0 40px;
}
#header{
  width : 924px;
  height : 120px;
  margin-left : auto;
  margin-right : auto;
  /*background-image : url("../images/header.jpg");*/
  background-color : #ffffff;
  padding : 0px 0 0 10px; 
}
.header_logo{
  width ; 120px;
  float : left;
}
.header_logo img{
  border-width : 0;
}
#header h1{
  color : #ffffff;
  text-shadow : #ff6600 3px 3px 3px;
  font-size : 38pt;
  font-family : Meiryo , Osaka , sans-serif;
  float : left;
  padding-left : 10px;
}
#header h2{
  color : #0099ff;
  text-shadow : #000000 2px 1px 2px;
  font-size : 24pt;
  font-family : "Times New Roman" , "New York" , serif;
  clear : left;
  letter-spacing : 0.3em;
}
#navi{
  /*background-image : url("../images/navi.jpg");*/
  background-color : #ff6600;
  width : 944px;
  height : 40px;
  text-align : center;
  border-color : #ffffff;
  border-style : solid;
  border-width : 1px 0 0 0;
  font-family : "Times New Roman" ,"New York" ,serif;
}
#navi a{
  text-decoration : none;
  font-size : 16pt;
  color : #ffffff;
}
#navi a:hover{
  color : #ff6600;
}
.n_button1{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button1:hover{
  background-color : #ececec;
}
.n_button2{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button2:hover{
  background-color : #ececec;
}
.n_button3{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button3:hover{
  background-color : #ececec;
}
.n_button4{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button4:hover{
  background-color : #ececec;
}
.n_button5{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button5:hover{
  background-color : #ececec;
}
.n_button6{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
  border-right : solid 1px #ffffff;
}
.n_button6:hover{
  background-color : #ececec;
}
.n_button7{
  width : 134px;
  height : 34px;
  padding-top : 6px;
  float : left;
}
.n_button7:hover{
  background-color : #ececec;
}
#contents{
  clear : left;
  background-color : #ffffff;
  width : 944px;
  /*height : 567px;*/
  margin-left : auto;
  margin-right : auto;
}
.index_main{
  background-color : #ffffff;
  text-align : center;
  padding-top : 20px;
}
.to_home img{
  border-width : 0;
  margin-top : 5px;
}
.to_home{
  clear : left;
  text-align : right;
}
#footer{
  clear : left;
  /*background-image : url("../images/footer.jpg");*/
  background-color : #ff6600;
  width : 944px;
  height : 30px;
  margin-left : auto;
  margin-right : auto;
  padding-top : 10px;
  text-align : center;
  font-style : normal;
}
#footer address{
  color : #ffffff;
  text-shadow : #000000 2px 1px 1px;
  font-family : "Times New Roman" , "New York" , serif;
}

