@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	background: #fff;
}

/*ページ設定
----------------------------------------------*/
#page {
	background: url(../img/common/book.png) no-repeat;
	width: 875px;
	height: 660px;
	padding: 5px 12px;
	overflow: hidden;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#page:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

/*左側
----------------------------------------------*/
#pageLeft {
	float: left;
	width: 437px;
	position: relative;
}

/*右側
----------------------------------------------*/
#pageRight {
	float: left;
	width: 438px;
	position: relative;
}

/*ナビ
----------------------------------------------*/
#naviLeft {
	position: absolute;
	top: 0;
	left: 0;
}

#naviRight {
	position: absolute;
	top: 0;
	right: 0;
}





/*ストーリー
----------------------------------------------*/
#story {
	width: 200px;
	margin: 0 auto;
	line-height: 1.7;
	position: relative;
	top: -30px;
}

/*トラックリスト
----------------------------------------------*/
#pack {
	text-align: center;
	margin-top: 60px;
}

#tracklist {
	width: 250px;
	margin: 0 auto;
	line-height: 1.7;
	position: relative;
	top: -30px;
}

#order {
	text-align: center;
	position: relative;
	top: -10px;
}





