@charset "UTF-8";
/* CSS Document */


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/Bg.gif) repeat top left #FFF;
}

main,
header,
footer{
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
	
/*---------------------------------index.html---------------------------------*/

header{
	height: 896px;
	background: url(../images/HeaderBg.png) no-repeat center top;
}

/*///////////////////////balloon///////////////////////*/

header h1#mainTitle em#ciel,
header h1#mainTitle em#eclair,
header h1#mainTitle em#charlotte,
header h1#mainTitle em#victoria{
	cursor: pointer;
}

h1#mainTitle em#ciel{
	position: absolute;
	top: 9px;
	right: 122px;
	width: 530px;
	height: 393px;
	text-align: right;
}


h1#mainTitle em#eclair{
	position: absolute;
	top: 115px;
	left: 115px;
	width: 453px;
	height: 352px;
	text-align: left;
}

h1#mainTitle em#charlotte{
	position: absolute;
	top: 424px;
	right: 127px;
	width: 500px;
	height: 393px;
	text-align: right;
}

h1#mainTitle em#victoria{
	position: absolute;
	top: 467px;
	left: 144px;
	width: 529px;
	height: 350px;
	text-align: left;
}



/*///////////////////ここまでballoon///////////////////*/

header p#subTitle{
	position: absolute;
	top: 0;
	left: 550px;
}

header a.forDX{
	position: absolute;
	top: 0;
	left: 189px;
}

main #pageTop{
	position: fixed;
	z-index: 10;
	bottom: 51px;
	margin-left: 1055px;
	display: none;
	text-indent: -9999px;
}

main #pageTop a{
	display: block;
	width: 80px;
	height: 108px;
	background: url(../images/PageTopBtn.png) no-repeat top left;
}

main #pageTop a:hover{
	background: url(../images/PageTopBtn.png) no-repeat top right;
}

body#index main p#chapter01{
	margin-top: -35px;
}

body#index main p.bookInfo{
	position: relative;
}

body#index main p.bookInfo span.bookInfoBtn{
	position: absolute;
	bottom: 90px;
	left: 675px;
}

/*------------------------------index.htmlここまで-----------------------------*/


footer{
	clear: both;
	height: 96px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

footer small{
	display: block;
	line-height: 40px; 
	text-align: center;
}

footer a{
	color: #000;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

div#tw{
	position: absolute;
	top: 13px;
	right: 10px;
}