@charset "UTF-8";
/* CSS Document */


body{
	background-color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main,
header,
footer{
	width: 970px;
	margin: 0 auto;
}


main{
	display: block;
	position: relative;
	padding-top: 81px;
}

header{
	z-index: 10;
	display: block;
	position: relative;
}

header h1#title{
}

main h1#mainTitle{
	position:absolute;
	left: 0;
	top: 0;
	padding-right: 500px;
	background: url(../images/MainTitleBg.jpg) no-repeat top right;
}

main p#catch{
	position: absolute;
	right: 0;
	top: 0;
}

main p#desc{
	position: absolute;
	top: 847px;
	left: 0;
}

main p#book{
	position: absolute;
	top: 847px;
	right: 0;
}

main p#book span#buyBook{
	position: absolute;
	top: 22px;
	right: 20px;
}

main p#book span#btnBuyBook{
	position: absolute;
	top: 349px;
	right: 20px;
}

main p#book span#btnTrialBook{
	position: absolute;
	top: 349px;
	right: 138px;
}

footer{
	padding-top: 1156px;
	height: 40px;
	font-size: 10px;
	background: url(../images/Footer.jpg) no-repeat bottom center;
}

footer small{
	line-height: 40px;
	margin-left: 15px;
	color: #fff;
	font-weight: bold;
}

footer a{
	color: #fff;
}

footer a:hover{
	text-decoration: underline;
}

footer div#tw{
	position: relative;
	display: inline;
	float: right;
	margin: 10px 15px 0 0;
	z-index: 20;
}