@charset "UTF-8";

/* ------- 基本設定ここから -------*/
body {
	color: #000;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	background-color: #FFF;
}
/* ------- 基本設定ここまで -------*/

/* ------- レイアウトここから -------*/
#closeButton {
	height: 5px;
	width: 530px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

#contentsWrap {
	background-image: url(../../img/sub/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-top: 35px;
	text-align: left;
}

#contents {
	width: 540px;
	background-image: url(../../img/sub/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

h1 #subTitle {
	font-size: 10px;
	line-height: 15px;
}

#book {
	text-align: center;
}


#book img {
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
	-ms-box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px #000;
}

#bookNote {
	margin-top: 20px;
	padding-bottom: 60px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

/* ------- レイアウトここまで -------*/