@charset "Shift_JIS";
h1{
	font-size: 30px;
	font-family : "Meiryo UI";
	font-weight: bolder;
	line-height: 150%;
	color : black;
	letter-spacing: 10px;
	text-align: center;
}

td{
  color : #303030;
  font-size : 14px;
  font-family : "Meiryo UI";
  line-height : 150%;
}
h2{
  font-size : 10px;
  color : red;
  font-family : "Meiryo UI";
}

h3{
  font-size : 18px;
  font-family : "Meiryo UI";
  background-color : #eeddff;
  line-height : 30px;
  font-weight : bold;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 0px;
  border-left-width : 12px;
  border-left-style : solid;
  border-top-style : none;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : navy;
  text-indent : 20px;
}

h4{
  font-size : 14px;
  font-family : "Meiryo UI";
  background-color : #dddddd;
  color : #303030;
  font-weight : normal;
  font-style : normal;
}

