* {
	margin: 0px;
	padding: 0px;
}

.fla {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



#soyokaze {
	background-image: url(img/bg_soyokaze.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
}

#higaeri {
	background-image: url(img/bg_higaeri.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
}


#soyokaze p, #higaeri p {
	display: block;
	padding-left: 5px;
}

#higaeri h3 {
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 20px;
}

#logo {
	padding-top: 20px;
	padding-left: 20px;
}

#cont {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#soyokaze .mainimg {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


.information {
	font-size: 11px;
	line-height: 140%;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#footer {
	background-image: url(img/footer_s.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.bt_close {
	display: block;
	float: right;
	width: 640px;
	margin-bottom: 20px;
	text-align: right;
	margin-top: 10px;
}

.clear {
	clear: both;
}