@charset "Shift_JIS";




/*
--------------------------------
	web novel
--------------------------------
*/


/* ---- prologue ---- */

body#novel_0 {
	background-color: #000;
	background-image: url(../img/novel/0_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_0 #novel_txt {
	background-image: url(../img/novel/0_frame.jpg);
}


/* ---- 1 ---- */

body#novel_1 {
	background-color: #000;
	background-image: url(../img/novel/1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_1 #novel_txt {
	background-image: url(../img/novel/1_frame.jpg);
}


/* ---- 2 ---- */

body#novel_2 {
	background-color: #000;
	background-image: url(../img/novel/2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_2 #novel_txt {
	background-image: url(../img/novel/2_frame.jpg);
}


/* ---- 3 ---- */

body#novel_3 {
	background-color: #000;
	background-image: url(../img/novel/3_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_3 #novel_txt {
	background-image: url(../img/novel/3_frame.jpg);
}


/* ---- 4 ---- */

body#novel_4 {
	background-color: #000;
	background-image: url(../img/novel/4_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_4 #novel_txt {
	background-image: url(../img/novel/4_frame.jpg);
}


/* ---- 5 ---- */

body#novel_5 {
	background-color: #000;
	background-image: url(../img/novel/5_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

body#novel_5 #novel_txt {
	background-image: url(../img/novel/5_frame.jpg);
}


/* ---- chapter ---- */

h2#novel_title {
	width: 550px;
	height: 90px;
	margin: 40px auto 0 auto;
}

#novel_body {
	width: 550px;
	margin: 0 auto;
	background-image: url(../img/novel/bg.gif);
	background-repeat: repeat-y;
}

#novel_body #novel_txt {
	padding: 20px 30px;
	background-repeat: no-repeat;
	color: #333;
	text-align: left;
}

#novel_body #novel_txt h4 {
	margin-bottom: 40px;
	color: #c30000;
	text-align: center;
}

#novel_body #novel_txt p {
	line-height: 1.8;
	margin-bottom: 40px;
}

#novel_body #novel_txt p#novel_chapter_selector {
	width: 200px;
	margin: 0 auto 40px auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #ba9;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

#novel_body #novel_txt p#novel_chapter_selector a {
	font-weight: normal;
}

#novel_body #novel_txt p.sep {
	text-align: center;
}

#novel_body #novel_txt p.sep2 {
	margin: 100px 0;
	text-align: center;
}

p#novel_footer {
	width: 550px;
	height: 70px;
	margin: 0 auto 40px auto;
	padding-top: 16px;
	background-image: url(../img/novel/footer.gif);
	background-repeat: no-repeat;
	color: #333;
	text-align: center;
}

p#novel_footer a {
	margin: 0 10px;
}


/* ---- index ---- */

body#novel_index {
	background-color: #000;
	background-image: url(../img/novel/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

#novel_index_body {
	width: 550px;
	margin: 0 auto;
	background-image: url(../img/novel/index_frame.jpg);
	background-repeat: no-repeat;
}

#novel_index_body #novel_txt {
	padding: 20px 30px 40px 30px;
	color: #333;
}

#novel_index_body #novel_txt #novel_index_wapper {
	width: 490px;
}

#novel_index_body #novel_txt #novel_index_wapper #left_column {
	width: 240px;
	float: left;
}

#novel_index_body #novel_txt #novel_index_wapper #right_column {
	width: 240px;
	float: right;
}

#novel_index_body #novel_txt #novel_index_wapper h4 {
	width: 160px;
	margin: 0 auto 8px auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #ba9;
	text-align: center;
}

#novel_index_body #novel_txt #novel_index_wapper p {
	margin-bottom: 30px;
	text-align: center;
}

#novel_index_footer {
	width: 550px;
	height: 9px;
	margin: 0 auto 40px auto;
}
