/*---▼▼ページ全体の設定▼▼---*/
#center{
/*------------------------------------------------------------------------------*/
  width : 1040px;　　　　/*ページの幅*/
  height : 1040px;    /*ページの高さ⇒この高さの分だけ両側の縦線が引かれます*/
/*------------------------------------------------------------------------------*/
  position:relative;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
/*------------------------------------------------------------------------------*/
  border-left : 1px solid #ccc;    /*ページ左側の縦線の太さと色指定*/
  border-right : 1px solid #ccc;   /*ページ右側の縦線の太さと色指定*/  
/*------------------------------------------------------------------------------*/

  height : 1040px;
}

body{
/*------------------------------------------------------------------------------*/
  text-align:center;　　　/*ページを画面の中央に表示する設定*/
/*------------------------------------------------------------------------------*/ 
}

.owabi{
  width : 300px;
  height : 450px;
  position : absolute;
  top : 150px;
  left : 370px;
}

.home{
  width : 100px;
  height : 50px;
  position : absolute;
  top : 600px;
  left : 480px;
}

.home0{
  width : 600px;
  height : 150px;
  position : absolute;
  top : 600px;
  left : 270px;
  font-size : 18px;
  font-family : メイリオ, serif;
  font-weight : bold;
}
#header{
  width : 1040px;
  height : 260px;
  position : absolute;
  top : 0px;
  left : 0px;
}

#navi{
  width : 1040px;
  height : 60px;
  position : absolute;
  top : 260px;
  left : 0px;
}

ul{
/*------------------------------------------------------------------------------*/
  position : absolute;  /*横並びナビ全体の位置を固定する指定*/
  top :3px;      /*横並びナビ全体左上角のページの上端からの距離*/
  left : 60px;     /*横並びナビ全体左上角のページの左端からの距離*/
  background-color : transparent;  /*横並びナビ全体の背景の色指定（現在は透明）*/
/*------------------------------------------------------------------------------*/
}

li{
/*------------------------------------------------------------------------------*/
  font-size : 13px;       /*ナビの文字のサイズ*/
  font-family : メイリオ, serif;    /*文字のフォント（メイリオがメインserifは予備）*/
  font-weight : bold;   /*文字の太さ（太くする時⇒bold）*/ 
  color : white;          /*文字の色*/
  text-align : center;    /*文字の中央寄せ*/
/*------------------------------------------------------------------------------*/
  list-style-type:none;
/*------------------------------------------------------------------------------*/
  width : 90px;     /*各ナビの文字収納スペースの横幅*/
  height : 15px;    /*各ナビの文字収納スペースの高さ*/
  float : left;     /*各ナビを左方向に横並びにする指定（ないと縦に並びます）*/
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
  padding-top : 2px;
  margin-left : 5px;     /*各ナビ左側の間隔幅指定*/
  background-color : transparent;  /*各ナビの背景の色指定（現在は透明）*/
/*------------------------------------------------------------------------------*/
}

li a{
/*------------------------------------------------------------------------------*/
  color : white;
  text-decoration : none;   /*リンクを貼った時にできる下線の消去*/
/*------------------------------------------------------------------------------*/
}

li a:hover{
/*------------------------------------------------------------------------------*/
  color : teal;     /*カーソルがナビの上に乗った時の文字の色*/
/*------------------------------------------------------------------------------*/
}

#main{
  background-image : url(k-mback.gif);
  background-repeat : no-repeat;
  width : 1040px;
  height : 720px;
  top : 320px;
  left : 0px;
  position : absolute;
}

h1{
  font-size : 50px;
  font-family : メイリオ, serif;
  
  width : 400px;
  height : 70px;
  position : absolute;
  top : 80px;
  left : 20px;
  color : white;
  margin-top : 0px;
  font-weight : normal;
}

.gui{
  font-size : 14px;
  font-family : メイリオ, serif;
  margin-top : 0px;
  width : 230px;
  height : 150px;
  position : absolute;
  top : 160px;
  left : 40px;
  line-height : 1.2;
}

#footer{
  font-size : 9px;
  font-family : メイリオ, serif;
  text-align : center;
  width : 1040px;
  height : 30px;
  position : absolute;
  top : 680px;
  left : 0px;
}

.ju{
  font-size : 14px;
  font-family : メイリオ, serif;
  margin-top : 0px;
  width : 640px;
  height : 20px;
  position : absolute;
  top : 615px;
  left : 400px;
  color : white;
}

.big{
  font-size : 18px;
  font-family : メイリオ, serif;
}

 




