

h1{
  font-size : 250%;
  line-height : 150%;
  color : white;
  background-color : #003366;
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 10px;
}

.bold_and_italic{
  font-weight : bold;
  font-style : italic;
}

h2{
  color : #003366;
  padding-left : 5px;
  border-left-width : 10px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #ff6600;
  border-bottom-color : #ff6600;
  text-align : left;
}

.text_right{
  text-align : right;
}

.text_left{
  text-align : left;
}

.text_center{
  text-align : center;
}

div{
  width : 800px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}

.seru{
  font-size : 12px;
  text-align : center;border-style : none;
  width : 20px;
  background-color : #aff4fc;
  font-family : HG創英角ﾎﾟｯﾌﾟ体;
  color : #009900;
}

