html{
  height : 100%;
}

body{
  font-family : Arial, メイリオ;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 20px;
  margin-left : auto;
  margin-right : auto;
  width : 900px;
  height : 100%;
  -webkit-text-size-adjust : 100%;
}

#wrapper{
  min-height : 100%;
}

#header{
  background-repeat : no-repeat;
  height : auto;
  overflow : auto;
}

#content{
  height : auto;
  clear : both;
  padding-bottom : 100px;
}
.top{
  font-size : 20px;
  text-align : center;
  background-color : transparent;
  line-height : 55px;
  font-weight : 600;
}
.top-series-image{
  font-size : 38px;
  font-style : italic;
  margin-top : 5px;
  width : 900px;
  height : 100px;
  padding-bottom : 10px;
}
/*MAIN START------------------------------*/
.main-bk{
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 10px;
  margin-bottom : 41px;
  clear : both;
  overflow : hidden;
}

.main-title{
  padding-top : 7px;
  padding-left : 10px;
  border-bottom-width : 2px;
  border-left-width : 10px;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-color : #42ddae;
  border-left-color :  #42ddae;
  clear : both;
  font-size : 16px;
  color : navy;
  margin-top : 10px;
  margin-bottom : 5px;
  line-height : 18px;
  vertical-align : middle;
  padding-bottom : 3px;
  border-top-color :  #42ddae;
  font-weight : bold;
  border-top-width : 2px;
  border-top-style : solid;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color :  #42ddae;
}

.main-content{
  margin-left : 30px;
  margin-bottom : 20px;
  font-size : 14px;
  line-height : 1.5em;
  clear : both;
  overflow : hidden;
}
/*------------------------------MAIN END*/

/*Itm title START------------------------------*/
.item-title{
  padding-top : 7px;
  padding-left : 10px;
  border-bottom-width : 2px;
  border-left-width : 10px;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-color : #1d5ac8;
  border-left-color : #1d5ac8;
  clear : both;
  font-size : 16px;
  color : navy;
  margin-top : 20px;
  margin-bottom : 10px;
  line-height : 18px;
  vertical-align : middle;
  padding-bottom : 3px;
  border-top-color : #1d5ac8;
  font-weight : bold;
  border-top-width : 2px;
  border-top-style : solid;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : #1d5ac8;    
}
/*------------------------------Itm title START END*/