@charset "EUC-JP";

/*ページ構造に関する指示*/
body{
   background-color: white; /*#99CCFF;*/ /*確認しやすいように色を付けた*/
   margin: 0;
   font-family: "Arial", sans-serif;
   text-align: center;
}

#wrapper{
   width: 1000px;
   margin: 0px auto;
   background-color: white;/*#9999FF*/ /*確認しやすいように色を付けた*/
   text-align: left;  /*なぜこの配置で表示が真ん中？*/
   /*border: 1px solid #D3D3D3;*/
}

#image{
   width: 1000px;
   height: auto;
   margin: 0px;
   text-align: center;
}

#header{
   /*width: 900px;*/
   border-bottom: 2px solid green;
   text-align: center;
}


#content {
   /*clear: left;*/
   /*width: 900px;*/
   /*height: 400px;*/
   /*margin: 10px 30px 30px;*/
   margin: 1px 0px;
   padding: 0px 25px;
   /*border: 5px solid red;*/
   text-align: justify;
   background-color: white;
   float: left;
}

#nav{
   margin; 0px 0px;
   /*margin-left: 20px;*/
   padding: 0px;
   background-color: white;
   list-style: none;
   float: left;
}

#footer{
   clear: both;
   background-color: green;
   margin: 10px;
   padding: 5px;
   text-align: center;
   border-top: 1px solid #CCCCCC;
}
/*------------------------------------*/


/*コンテンツに関するスタイル*/

#col1{
   width: 900px;
   padding: 2px 25px;
   background-color: white; /*yellow;*/
}

#col2{
   width: 900px;
   padding: 0px 25px;
   background-color: white; /*#FFCC00;*/
}
/*------------------------------------*/


/*ナビゲーションに関するスタイル*/
#nav li{
   /*float: left;*/
   width: 220px;
   height: 25px;
   border: 1px solid black;
   margin: 0px;
   /*padding: 10px;*/
   font-size: 16px;
   line-height: 25px;
   text-align: center;
   background-color: #F0F0F0;
   }

#nav a{
   display: block;
   width: 220px;
   height: 25px;
   color: #000000;   /*文字の色*/
   text-decoration: none;
}

#nav a:hover{
   color: #FFFFFF;
   background-color: #99CCFF; /*#993366;*/
}
/*------------------------------------*/




/*tourページに関するスタイル*/
#location{
   width: 650px;
   padding: 0px 25px;
}
#location a{
   text-decoration: none;
}
#location a:hover{
   text-decoration: none;
}
/*------------------------------------*/


/*ただリンクのアンダーを消すためのスタイル*/
#ref a{
   text-decoration: none;
}
#ref a:hover{
   text-decoration: none;
}
/*ただリンクのアンダーを消すためのスタイル*/

