﻿<!--
body {
 	-webkit-text-size-adjust: 100%;
	font-size:14pt;
	line-height: 1.2;
}
h1{
	background: #297b18;
	color: #ffffff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	float:left;
	margin: auto;
	font-size:24px;
}
h2{
	background: #297b18;
	color: #ffffff;
	width: 50%;
	height: 28px;
	line-height: 28px;
   	text-align:left;
	float:left;
	font-size:24px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0;
}
div.title p{
	background: #297b18;
	color: #ffffff;
	height: 28px;
	line-height: 28px;
	font-size:16px;
	text-align:right;
	padding-right:8px;
	padding-top:8px;
	margin:0;
}
h3 {
	background: #297b18;
	color: #ffffff;
	width: 90%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}
h5 {
	background: #297b18;
	color: #ffffff;
	width: 90%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}
p {
	margin-left: 1em;
	text-indent: -1em;
}
a {
	text-decoration: none;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.syoukai {
	font-size: 12pt;
	line-height: 1.2;
}
span.hinmei {
	font-size: 14pt;
	line-height: 1.2;
	text-shadow: 1px 0 1px black;
	margin-left: 0.5em;
}
span.setumei {
	font-size: 14pt;
	line-height: 1.2;
	margin-left: 1em;
}
ul {
    	list-style-image:url(../clover.gif);
    	list-style-position:outside;
	margin: 0px 0px 0px -15px;
}
ul li {
	margin:0; padding:0;
}
ol {
    	list-style-position:outside;
	margin: 0px 0px 0px -15px;
}
ol li {
	margin:0; padding:0;
}
img.hidari {
 	float: left;
	vertical-align: middle;
	margin-right: 1em;
}
br {
	clear: both;
}
button.button3 {
	font-size: 16px;
	color: #ffffff;
	width: 32%;
	height: 44px;
	padding: 2px 2px;
	background: -moz-linear-gradient(
		top,
		#058a20 0%,
		#07b312);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#058a20),
		to(#07b312));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	text-shadow:
		0px -1px 0px rgba(61,61,61,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
button.button1 {
	font-size: 18px;
	color: #ffffff;
	width: 99%;
	height: 44px;
	padding: 4px 4px;
	background: -moz-linear-gradient(
		top,
		#058a20 0%,
		#058a20);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#058a20),
		to(#058a20));
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #2ea100;
}
button.button11 {
	border-bottom: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-bottom: 1px solid white;
	border-top: 1px solid #ccc;
	height: 44px;
	line-height: 44px;
	width: 90%;
	margin: 0 0 0 1em;
	padding: 0 0 0 10px;
	color: #333;
	display: block;
	overflow: hidden;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
button.button2 {
	font-size: 16px;
	color: #ffffff;
	width: 49%;
	height: 44px;
	padding: 4px 4px;
	background: -moz-linear-gradient(
		top,
		#058a20 0%,
		#07b312);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#058a20),
		to(#07b312));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	text-shadow:
		0px -1px 0px rgba(61,61,61,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
button.button21 {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	width: 49%;
	height: 44px;
	padding: 2px 2px;
	background: -moz-linear-gradient(
		top,
		#fff, #f0f0f0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff), to(#f0f0f0));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(132,146,201,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 3px rgba(132,146,201,0.7);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 3px rgba(132,146,201,0.7);
	text-shadow:
		0px -1px 0px rgba(166,166,168,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	overflow: hidden;
}
button.button22 {
	font-size: 16px;
	color: #ffffff;
	width: 49%;
	height: 44px;
	margin-left:25%;
	padding: 2px 2px;
	background: -moz-linear-gradient(
		top,
		#1203b0 0%,
		#0179ff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#1203b0),
		to(#0179ff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #100085;
}
button.button4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	width: 23%;
	height: 44px;
	padding: 1px 1px;
	background: -moz-linear-gradient(
		top,
		#058a20 0%,
		#07b312);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#058a20),
		to(#07b312));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(84,176,139,1);
	text-shadow:
		0px -1px 0px rgba(61,61,61,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
hr {
	width: 90%; 
	border: none;
	border-top: dashed 2px #aaaaaa;
	height: 1px;
	background-color: #ffffff;
}
img.left {
	float: left;
	padding-top: 20px;
	padding-left: 1px;
}
img.center {
	float: left;
	padding-top: 10px;
	padding-left: 1px;
}
img.right {
	float: right;
	padding-top: 10px
}
footer{
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.video {
    position: relative;
    magin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
-->