body{
  margin-top: 0em;
  margin-bottom: 1em;
  background-image:url("images/backbox.gif");
  font-family : MS UI Gothic; /* Tahoma,Arial,sans-serif; */
  }
div.top20{
  background-color: #FFFFFF;
  font-size: 10pt;/*全体の文字サイズ*/
  color: black;/*全体の文字色 #212125*/
  margin-top: 10px;/*上下の余白*/
  border-left: 2px ridge #7A7ADE;/*左右の縦線#FAFAFD*/
  border-right: 2px ridge #7A7ADE;
  border-top: 2px ridge #7A7ADE;
  border-bottom: 2px ridge #7A7ADE;
  width: 720px;/*全体の横幅*/
/*  height: 95%;/*全体の高さ。コンテンツ量によって増やしてください。*/
  }
h1{ /*SiteTitle部分の設定*/
  font-size: 14pt;/*文字サイズ*/
  font-family : MS UI Gothic; /* Tahoma,Arial,sans-serif; */
  font-weight: bold;
  letter-spacing: 2px;
  color: #6969CD;/*文字色 #647484*/
  margin: 0 0.7em 0 0.7em;
  text-align:left;
  }
h2{ /*<About>,<Diary>部分の設定*/
  font-size: 9pt;
  font-family: Tahoma,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #243444;
  background-color: #FFFFFF;
  padding: 0.2em 0.6em;
  margin: 0 1em 2px 0.3em;
  border-bottom: solid 2px #7A7ADE;/*下線の色 #9797A5*/
  width: 6.5em;/*横幅*/
  }
h3{
  font-size: 10pt;
  margin: 20 -10px 20 -10px;
  padding:5px 10px;
  letter-spacing: 0.1em;
  color:#900;
  background-color:#edd;
  text-align:left;
  }
h4{
  font-size: 10pt;
  font-weight:bold;
  letter-spacing: 0.1em;
  }
div.contents{
  margin:20px;
  text-align:left;
  }
.summary {/*上部全体の設定*/
  background-color: #EFEFF2;/*背景色*/
  background-image: url("images/020_bg.gif");/*縞模様用の背景画像*/
  padding: 0em 2.5em;
  border-top: solid 1px #919195;
  border-bottom: solid 1px #919195;
  }
.summary p{
  padding: 0.2em;
  margin: 0;
  text-align:left;
  font-family: Verdana,Arial,sans-serif;
 }
address{/*最下部のCopyright部分*/
  font-size: 8pt;
  font-style: normal;
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.1em;
  margin: 0 0 0 0;
  width: 720px;/*全体の横幅*/
  }
address a:link{/*リンク色*/
  color: #554966;
  text-decoration: none;
  }
address a:visited{/*訪問済みリンク色*/
  color: #554966;
  text-decoration: none;
  }
address a:hover,a:active{/*アクティブリンク色*/
  color: #000000;
  }

/* ---- TOPMENU ---- */
ul.topmenu{
  font-family: Verdana,Arial,sans-serif;
  font-size : 15px;
  margin:17px 0px 7px 20px;
  padding: 1px 0em 1px 0em;
  position:relative;
  top: 0px;
  left: 0px; /* 位置 */
  z-index: 1;
  width: 430px;
  text-align: center;
  border-top: solid 1px #919195;
  border-bottom: solid 1px #919195;
  background-color: #F8F8F9; /*背景色*/
  }
.topmenu li{
  font-size: 9pt;
  display: inline;
  margin: 0px 0.8em 0px 0px;
  padding: 0px 0em 0px 0px;
  }
.topmenu li.active{
  font-weight: bold;
  }
.topmenu li.last{
  background-image: none;
  }
.topmenu a{   /*リンク文字*/
text-decoration:none;
padding : 0px;
color : #333333;
}
.topmenu a:hover{ /*オンマウスのリンク文字の色*/
text-decoration:none;
color:#000000;
background-color : #dbdbdb;
}
.topmenu a:visited {  /*訪問済リンクの色*/
text-decoration:none;
color:#333333;
} 

.dotbox{
font-size:10pt;
font-family: Verdana,Arial,sans-serif;
}
.dotbox td.topleft{
width:20px;
border-bottom:1px dashed #000000;
border-right:1px dashed #000000;
height:5px;
}
.dotbox td.topcenter{
border-bottom:1px dashed #000000;
border-right:1px dashed #000000;
height:5px;
}
.dotbox td.topright{
width:20px;
border-bottom:1px dashed #000000;
height:5px;
}
.dotbox td.middleleft{
width:20px;
border-right:1px dashed #000000;
}
.dotbox td.centerpic{
background-color: #FFFFFF;
padding:10px;
border-right:1px dashed #000000;
text-align: center;
}
.dotbox td.center{
background-color: #FFFFFF;
vertical-align:top;
padding-top:20px;
padding-left:0px;
padding-right:20px;
border-right:1px dashed #000000;
}
.dotbox td.middleright{
width:20px;
}
.dotbox td.bottomleft{
width:20px;
border-top:1px dashed #000000;
border-right:1px dashed #000000;
height:5px;
}
.dotbox td.bottomcenter{
border-top:1px dashed #000000;
border-right:1px dashed #000000;
height:5px;
}
.dotbox td.bottomright{
width:20px;
border-top:1px dashed #000000;
height:5px;
}

*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}
