@charset "utf-8";
@import url("reset.css");

html, body {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	background:url(../images/bg.jpg) repeat-y;
}
.main {
	position: relative;
	height: 537px;
	background:url(../images/01.jpg) no-repeat;
}

.btn1 {
	position: absolute;
	bottom: 36px;
	left: 303px;
}

.txt {
	padding: 20px 54px 10px;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
}

.blue {
	color: #0093d8;
}

.orange {
	color: #fac03d;
}


.cap {
	padding: 10px 54px 40px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

#copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	padding: 20px 0;
	color: #ffffff;
	background-color: #0090d6;
}
