@charset "UTF-8";

body {
  font-family: "Meiryo UI", Veradana, osaka, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Meiryo UI", Veradana, osaka, Arial, sans-serif;
}
p,a,strong {
  font-family: "Meiryo UI", Veradana, osaka, Arial, sans-serif;
}

.style1 {color: #FF0000}
.style6 {font-size: 16px}
#header {
  background-color: #ff9966;
  padding-top: 10px;
  padding-right: 10px;
}
#header h1 {
  font-size: 50px;
	font-family: "HG正楷書体-PRO", HGSeikashotaiPRO;
	line-height: normal;
  /*height: auto;*/
  margin: 5px;
}
#header h1 a {
	font-size: inherit;
	font-family: inherit;
  color: #000;
  /*text-shadow: 2px 2px 2px #ffffff;*/
}
#header p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
#header p span {
  color: #000;
  font-size: 22px;
}

#main h1 {
  font-size: 50px;
	font-family: "HG正楷書体-PRO", HGSeikashotaiPRO;
	font-style: normal;
	padding-top: 0;
	padding-bottom: 0;
}
#main p,
#main p a,
#main p a strong {
  font-family: "Meiryo UI", Veradana, osaka, Arial, sans-serif;
}
#main table tr th,
#main table tr td,
#main table tr td h5,
#main table td strong {
  font-family: "Meiryo UI", Veradana, osaka, Arial, sans-serif;
}
#main table tr td {
  vertical-align: middle;
}
#main table tr td h5 {
  font-weight: bold;
  font-size: 17px;
}

.content_1 {
  padding-left: 20px;
  padding-right: 20px;
}
