@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;
	border: 1px solid #000;
	text-align: center;
}
header{
	height: auto;
	width: 100%;
}
.header1{
	height: auto;
	width: 100%;
	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: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.5px;
	color: #0066cc;
}
p.indent{
	text-indent: 1em;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
p.spacing{
	text-indent: 1em;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
hr.style1{
	border-top: 2px solid #8c8b8b;
}
hr.style2{
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #8c8b8b;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -10px;
}
td.font-size{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
}
.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;	
}
