/* CSS Document */
html,body {
	margin: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 120%;
	padding: 0px;
	color: #000;
	height: 100%;
}

body {
	background-color: #fff;            /* 背景色 */
	background-image: url("GB024.JPG"); /* 画像 */
	background-size: cover;               /* 全画面 */
	line-height: 160%;
}

.waku00 {
	width: 1000px;
	margin: 50px auto;
	padding: 20px;
}

.waku01 {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 30px;
}

.link01 a {
	text-decoration: none;
	width: 250px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #000;
	border: solid 3px #000;
	border-radius: 10px;
	margin: 15px 28px 30px;
	padding: 30px 10px;
	float: left;
}

.link02 {
	text-decoration: none;
	width: 250px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #000;
	border: solid 3px #000;
	border-radius: 10px;
	margin: 15px 28px 30px;
	padding: 30px 10px;
	float: left;
}

.link01 a:hover {
	border-radius: 10px;
	padding: 30px 10px;
	background-color: #000;
	color: #fff;
}

table {
	margin: 0 auto;
	background-color: #fff;            /* 背景色 */
	border-collapse: collapse;
}

table th {
	width: 150px;
	padding: 5px;
	border: solid 1px #555;
	color: #555;
}

table td {
	padding: 10px 15px;
	border: solid 1px #555;
	color: #555;
}

ruby[data-ruby] {
	position: relative;
}

ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	line-height: 100%;
	text-align: center;
	left: -30px;
	right: -30px;
	transform-origin: bottom center;
	/* ルビの文字サイズを親文字に対する比率で指定 */
	transform: scale(0.5);
	/* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
	bottom: 87%;
}

ruby[data-ruby] rt {
	display: none;
}

.text01 {
	padding: 5px 10px;
}
