#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(img/bg-img.gif);
}
#main {
	float: left;
	width: 640px;
	margin-bottom: 50px;
}
#side {
	float: right;
	width: 310px;
	padding-left: 10px;
}
#footer {
	clear: both;
	float: none;
	background: #75c5fe;
	height: 170px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 16px/1.2 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
hr {
clear: both;
float: none;
}
#header {
	background-color: #75c5fe;
	height: 300px;
}
#header #header-img {
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main-wp {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: auto;
	padding-bottom: 50px;
	z-index: 1;
}
#footer #footer-con {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
	z-index: 5;
}
.text-box {
	background-color: #FFFFFF;
	height: auto;
	padding: 10px;
	border: 2px solid #75c5fe;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#footer-con #footer-text {
	position: absolute;
	width: 450px;
	right: 20px;
}
#footer-con img {
	position: absolute;
	top: -50px;
	left: 30px;
	z-index: 10;
}
#main .button {
	float: left;
	margin-right: 10px;
}
#footer h3 {
	padding: 0px;
}
#footer #footer-con #footer-text p {
	margin-top: -10px;
}
