@charset "utf-8";
/* html,body,ul,li,h1,h2,h4,h5,h6,blockquote,object,img,em,form,input,textarea,label{
	margin: 0px;
	padding: 0px;
} */
body {
	background-repeat: repeat;
	background-color: #E7F1FD;
	margin: auto;
	width:100%;
	}
	
@media (min-width: 768px) {
	body {
		width:768px;
		margin: auto;
		}
}

a:link {text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: none;}
a:active {	text-decoration: none;}
#area {
	width: 100%;
}
#header {
	float: left;
	width: 100%;
}
#link {
	float: left;
	width: 100%;
}
#line {
	float: left;
	width: 100%;
}
#content {
	width: 100%;
	background-color: #E7F1FD;
}
.style_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0231C7;
}
.style_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #0231C7;
	line-height: 140%;
	text-align:justify;
	text-justify:distribute;
	word-break: breakall;
}
.style_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #FF0000;
	line-height: 100%;
	text-align:center;
	text-justify:distribute;
	word-break: breakall;
	vertical-align: middle;
}
#footer {
	width: 100%;
	background-color: #0339A6;
	margin-top: 10px;
	position: relative;
}
#footer a.link {
	text-align: center;
	display: block;
	background-color: #0339A6;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.content {
	float: left;
	height: auto;
	width: 100%;
}
