@charset "utf-8";

img{
	height: auto;
	width: 100%;
}
body{
	background-color: #fffff3;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ",  "ＭＳ Ｐゴシック", "sans-serif";
	color: #333333;
}
wrap{
	overflow: hidden;
	height: auto;
	width: auto;
}
header{
	height: auto;
	width: 100%;
}
.header1{
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header2{
	height: auto;
	width: 100%;
}
main{
}
.container{
}
h2{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	color: #0066cc;
	text-align: center;
	margin-bottom: 0px;
}
h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	color: #0066cc;
	margin-bottom: 0px;
}
p.indent{
	text-indent: 1em;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
p.indent-big{
	text-indent: 1em;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
p.honbun{
	font-size: 22px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: -2px;
}
p.smaller{
	font-size: 20px;
	font-weight: bold;
	color: #0066cc;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 22px;
}
p.bule{
	font-size: 22px;
	font-weight: bold;
	color: #0066cc;
	margin-left: 5px;
	margin-bottom: 0px;
}
p.button{
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 22px;	
}
span.red{
	color: #F00;
}
span.bule{
	color: #0066cc;
	margin-top: 0px;
	margin-bottom: 0px;
}
hr.style1{
	border-top: 2px solid #8c8b8b;
	margin-bottom: -10px;
}
hr.style2{
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #8c8b8b;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -10px;
}
a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #569b11;
	display: inline-block;
	border-radius: 100px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25%;
	margin-right: 25%;
}
table.style{
	border: 2px solid #666;
	border-collapse: collapse;
	margin-bottom: 5px;
}
table.style td{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
}
.footer1{	
} 
.footer2{
	background-color: #569b11;
	height: auto;
	width: 100%;
	margin-top: 0px;
} 
p.footer3{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;	
}