@charset "utf-8";
/*------ベース-----*/
* {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,a,ul,li,td,th,dl,dd,dt,p,a{	max-height:999999px}

body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	-webkit-text-size-adjust: none;
	line-height:1.6;
		background:#FDE5C5;
		text-align:justify;
		text-justify:inter-ideograph
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
}
.line {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	border-bottom: 1px dotted #bbb;
}
p {
	line-height: 25px;
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-right:25px;
	padding-left: 10px;
}
a {
	border: none;
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a img {
	border: none;
}
a:hover img{
	text-decoration: none;
}