/* 全体の設定*/
body{
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    font-size:medium;/*文字の大きさ：中*/
    text-align:left;/*文字の寄せ方：左寄せ*/
    color:#000000;/*文字の色：黒*/
    background-color:#ffffff;/* 背景の色：白 */
    line-height:1.2;
    
}

img{/* 画像表示のデザイン設定*/
	border:0px;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#000000;/*文字の色：黒*/
    font-style:normal;
    text-decoration:none;/* なし */
}
a:visited {/*訪問後の色*/
    color:#000000;/*文字の色：black*/
    text-decoration:none;/* なし */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#000000;/*文字の色：black*/
    font-style:normal;
    text-decoration:none/* なし */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

/*文章の設定*/
p{
    padding-top:1em;/*上の詰め0文字分*/
    padding-bottom:1em;/*下の詰め0文字分*/
    padding-left:1em;/*左の詰め4文字分*/
    padding-right:1em;/*右の詰め4文字分*/
    background-color:#FFFFFF;/*背景色*/
}

/*ヘッド設定*/
#head{
  width:800px;
  height:50px;
  text-align:center;
  border-style:solid;
  border-color:#6699ff #6666ff #6666ff #6699ff;
  border-width:1px 3px 2px 1px;

  left:5px;
  overflow:hidden;
  background-image:url(image/sky.jpg);
}

/*サイド設定*/
#side{
  width:180px;
  top:10px;

}
.title{
  width:170px;
  height:20px;
  margin:20px 5px 5px 5px;
  padding:3px;
  background-color:#6666ff;
  font-weight:bold;
  color:#ffffff;
}

/*メイン設定*/
#main{
  position:absolute;
  top:80px;
  left:200px;
  background-color:#ffffff;
  width:600px;
  font-size:small;
  text-align:center;
}

/*各タイトル*/
#mainhead{
  margin:0px 100px 10px 100px;
  background-color:#ffff99;
  width:400px;
  text-align:center;
  font-size:medium;
  font-weight:bold;
}

/*リスト設定*/
.list li{
  list-style-type:square;
  list-style-posistion:inside;  
}

/*サイド　あいさつ*/
#attention{
  margin:20px 0 0 0 ;
  font-size:10.5pt;
  overflow:hidden;
}

/*サイド　リンク*/
#link{
  margin:5px 5px 20px 5px;
  font-weight:bold;
}

/*注意*/
#notice{
  margin:5px;
  font-size:small;
}

/*サイド　フッター*/
#footter{
  margin:5px;
  font-size:xx-small
}

/*main for about*/
.leftbox{
  position:absolute;
  margin:10px,15px;
  width:270px;
  border-style:solid;
  border-color:#6699ff #6666ff #6666ff #6699ff;
  border-width:1px 3px 2px 1px;
}
.boxtext{
  margin:5px;
  font-size:10.5pt;
  text-align:left;
}
.rightbox{
  position:absolute;
  margin-left:315px;
  width:270px;
  border-style:solid;
  border-color:#6699ff #6666ff #6666ff #6699ff;
  border-width:1px 3px 2px 1px;
}
.ul{
  list-style-type:none;
  list-style-position:inside;
}

/*main for travelogue*/
#logheader{
  margin:10px;
  padding:5px;
  align:center;
  font-size:medium;
  font-weight:bold;
  color:#ffffff;
  background-color:#6666ff;  
}
#log{
  margin:10px 10px 10px 10px;
  padding:10px;
  font-size:10pt;
  border-style:dotted;
  border-width:2px;
  border-color:#9999ff;
  text-align:left;
}
#loglink{
  margin:10px;
  padding:5px;
  align:center;
  font-size:9.5pt;
  border-style:solid;
  border-color:#6666ff;
  border-width:1px 0px 1px 0px; 
}