@charset "UTF-8";

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin:0;
}

th {
	text-align: left;
	vertical-align: bottom;
	color: #ac5252;
	margin:2px;
	padding: 2px;
	height: 50px;
}

h3 {
	font-size: 17px;
	font-weight: 900;
	line-height:20px;
}

h4 {
	font-size: 13px;
	line-height:5px;
}

h5 {
	font-size: 12px;
	letter-spacing: 5px;
	line-height:10px;
}

.button1 a:link {
	display: block;
	width: 140px;
	margin: 5px;
	padding: 1px;
	border: 2px solid #4064ff;
	border-radius: 24px 0;
	background: #d4e4f6;
	text-decoration: none;
	text-align: center;
	color: #4064ff;
}

.button1 a:visited {
	background: #d4e4f6;
	color: #576385;
	border: 2px solid #576385;
}

.button1 a:hover {
	background: #d4e4f6;
	color: #4064ff;
	border: 2px solid #ff8000;
}

.button1 a:active {
	background: #ff8000;
	color: #ffffff;
	border: 2px solid #ff8000;
}

.title {
	font-size: 18px;
	text-align:left;
	letter-spacing: 9px;
	color: #000799;
	background-color: #ffffca;
	margin:7px;
	padding: 5px;
	font-weight: 900;
	width: 780px;
}