@charset "utf-8";

/* common style =========================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	background: url(images/bg.jpg) repeat-y center top;
	background-color: #fff;
	color: #fff;
}
.blind {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -1000%;
	width: 1px;
	height: 1px;
}
img {
	border: none;
}
ul {
	list-style: none;
}
h4 {
	margin-top: -10px;
}
h5 {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 1em;
	font-weight: bold;
	color: #9e49b3;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
/* header style =========================================*/
#container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background: url(images/bgtop.png) no-repeat center top;
}
#wrap {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#wrap .header {
	position: relative;
	width: 100%;
	height: 2114px;
	margin: 0 auto;
}
#wrap .header h1 {
	position: relative;
	width: 241px;
	height: 122px;
	margin: 0 auto;
	margin-top: 46px;
	background: url(images/logo.png) no-repeat center;
}
#wrap .header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#wrap .content {
	position: relative;
	margin-top: -1490px;
}
#wrap .content ul {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: url(images/btn_bg.png) no-repeat center;
}
#wrap .content ul li {
	display: inline-block;
	width: 308px;
	height: 114px;
	margin: 0 44px;

}
#wrap .content ul .btn1 {
	background: url(images/btn_title1.png) no-repeat;
}
#wrap .content ul .btn1:hover {
	background-position: 0 -114px;
}
#wrap .content ul .btn2 {
	background: url(images/btn_title2.png) no-repeat;
}
#wrap .content ul .btn2:hover {
	background-position: 0 -114px;
}
#wrap .content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#wrap .content .step {
	position: relative;
	width: 848px;
	margin: 60px auto;
}
/* footer style =========================================*/
#footer {
	position: relative;
	width: 100%;
	background: #000;
}
#footer ul {
	position: relative;
	width: 800px;
	margin: 100px auto 0 auto;
	padding: 40px 0;
	text-align: center;
	font-size: 12px;
	color: #a0a0a0;
}
#footer ul li {
	display: inline-block;
	margin-left: 20px;
}

/* top button style =========================================*/
.btnTop {
	position: absolute;
	top: 800px;
	right: 300px;
	width: 202px;
	height: 181px;
	background: url(images/top_bnr.png) no-repeat top left;
	cursor: pointer;
}