.main_img {
	margin-top: 14px;
	margin-bottom: 10px;
	width: 98%;
	height: 520px;
	border: double 7px #ffffff;
	background: url('/index.jpg');
	background-size: cover;
	background-origin: border-box;
}

.title {
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3", Osaka, sans-serif;
	position: relative;
	font-size: 40px;
	padding: 8px 0;
	text-align: center;
	margin: 1.5em 0;
	color: rgba(0,100,200,0.8);
	width: 92%;
	text-shadow:
	0 0 20px #edf8ff,
	0 -1px #fff,
	0 -2px #fff,
	0 1px #bbb,
	0 2px #aaa,
	0 3px #999,
	0 4px #888,
	0 5px #777,
	0 6px #666,
	0 7px #555,
	0 8px #444,
	0 9px #333,
	0 32px 24px rgba(0,0,0,0.7);
}

.title:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 350px;
	height: 98px;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body { 
	background-image: url(/icons/mt_sm07.gif);
	margin: 10px 0px 0px 10px;
	background-color: white;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3", Osaka, sans-serif;
}
/* リンクのスタイル（通常時） */
a:link {
	text-decoration: none;
	color: mediumblue;
}
/* リンクのスタイル（訪問済み） */
a:visited {
	text-decoration: none;
	color: purple;
}
/* リンクのスタイル（ロールオーバー時） */
a:hover {
	text-decoration: none;
	color: orange;
	background-position: 0 100%;
}
/* リンクのスタイル(クリック時） */
a:active {
	text-decoration: none;
	color: red;
}

a {
	transition: .3s;
	padding: 0 .3em;
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(200,220,220,1) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
a span {
	display: inline-block;
}
a:hover span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .6s;
}
a:hover span:nth-of-type(1) {
	-webkit-transition-delay: .02s;
	transition-delay: .02s;
}
a:hover span:nth-of-type(2) {
	-webkit-transition-delay: .04s;
	transition-delay: .04s;
}
a:hover span:nth-of-type(3) {
	-webkit-transition-delay: .06s;
	transition-delay: .06s;
}
a:hover span:nth-of-type(4) {
	-webkit-transition-delay: .08s;
	transition-delay: .08s;
}
a:hover span:nth-of-type(5) {
	-webkit-transition-delay: .10s;
	transition-delay: .10s;
}
a:hover span:nth-of-type(6) {
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
}
a:hover span:nth-of-type(7) {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
}
a:hover span:nth-of-type(8) {
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
}
a:hover span:nth-of-type(9) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s;
}
a:hover span:nth-of-type(10) {
	-webkit-transition-delay: .20s;
	transition-delay: .20s;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 3px 10px;
	border-width: 1px 1px 1px 20px;
	border-style: solid;
	border-color: green;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: mediumblue;
	background-color: white;
	width: 88%;
}

h3 {
	margin: 20px 0px 10px 0px;
	padding: 3px 10px;
	border-width: 1px 1px 1px 20px;
	border-style: solid;
	border-color: white;
	font-size: 18;
	font-weight: none;
	text-align: right;
	color: red;
	background-color: none;
	width: 92%;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: black;
	width: 88%;
}

table {
	vertical-align: center;
	text-align: center;
	border: solid 0;
	display: block;
	width: 98%;
}

td { display: inline-block; }
tr { display: inline; }

table.table {
	vertical-align: center;
	text-align: center;
	border: solid 0;
	display: table;
	width: 98%;
}
th.table { display: table-cell; }
td.table { display: table-cell; }
tr.table { display: table-row; }
