/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: ‚l‚r ƒSƒVƒbƒN, Osaka|“™•;
}
.style1 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; 
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 12px;
}
.style1-1 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	letter-spacing: 1pt;
	line-height: 3mm;
	font-size: 10px;
	color: #412D2F;
}
.style2 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: bold;
	letter-spacing: 1pt;
	line-height: 4mm;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; 
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999999;
	background: linear-gradient(#367218, #74BF46);
}
.style4 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: bold;
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 23px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999999;
}
.style5 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: bold;
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 50px;
	color: #CC0000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CC0000;
}

.style1-2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 10px;
	text-decoration: line-through;
}

h1 {
	margin-top: 0px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
}
h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}


h2 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: bold;
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333333;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background: linear-gradient(#367218, #74BF46);
}
h2::before,
h2::after {
	content: '';
	position: absolute;
}
h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ccc;
}
h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 15px 10px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

h3 {
	font-family: "Meiryo UI", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: bold;
	letter-spacing: 1pt;
	line-height: 5mm;
	font-size: 17px;
	color: #367218;
	font-weight: bold;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #367218;
}