@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------*/
/* コンテナ                                      */
/*-----------------------------------------------*/
/*#header {
  border-left:1px solid #999999;
  border-right:1px solid #999999;
}
#footer {
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;

}
*/ 
/*-----------------------------------------------*/
/* コンテンツ                                    */
/*-----------------------------------------------*/
#contents {

/*  border-left:1px solid #999999;
  border-right:1px solid #999999;
*/
  /*margin: 0px 0px 0px 30px ;*/ /* 上 右 下 左 */
  padding: 10px 0px 10px 0px ; /* 上 右 下 左 */
  width:800px;
  height:auto;
  background-color:#FFFFFF;
}
#contents h1 {
  color:#330000;
  font-family:"ＭＳ ゴシック", "Osaka－等幅";
  font-weight:normal;
  font-size:1em;
  /* border-bottom:4px #0033FF groove; */
  width:700px;
 
}
#contents h2 {
  font-family:"ＭＳ ゴシック", "Osaka－等幅";
  font-weight:normal;
  font-size:0.9em;
}
#contents h1 img {
  vertical-align:middle;
  margin-right:15px;
  margin-left:15px;
  
}
#imageSlideshowHolder {
  z-index:20;
  position:fixed;
  top:160px;
  left:290px;
}
/*-----------------------------------------------*/
/* 写真とリンク                                  */
/*-----------------------------------------------*/
#contents .photo_container {
  width:750px;
}
#contents .photo {
  width:180px;
  float:left;
}

/*-----------------------------------------------*/
/* 説明                                          */
/*-----------------------------------------------*/
#letter table {
  margin-top:15px;
  margin-bottom:15px;
  border-top:1px dotted #669999;
  border-left:1px dotted #669999;
}
#letter td {
  color:#666666;
  text-align:center;
  background-color:#F2F2F9;
  border-right:1px dotted #669999;
  border-bottom:1px dotted #669999;
  width:24em;
}
#letter p {
  line-height:1.5em;
  /*border-bottom:1px dotted #CCCCCC;*/
}

