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

/* ギャラリー用の基本スタイル*/
.novel {
	background-color:#FEFFD4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	color: #996600;
	font-size: 100%;
}

/* 小説ページのタイトル*/
.noveltitle{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	height: 60px;
}

/* トップページ説明　説明の文字を通常サイズに*/
.toppage_explain{
	font-size: 100%;
	font-weight: normal;
}

/* コンテンツ紹介　中央寄せ*/
.contents_explain{
	text-align: center;
	top: 150px;
	position: relative;
}

/* コンテンツ列挙用ボックス*/
.novelpage_menus{
	width: 320px;
	border: 1px solid #996600;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 250px;
}

/* メニュー表題*/
.menu_head{
	background-color: #FFCC00;
	color: #996600;
	text-align: center;
	height: 40px;
	background-image: url(mugentub.png);
}

a.mugen_head/* 無限大の…表題リンク*/
{
	height: 32px;
	width: 320px;
	background-image: url(mugentub.png);
	display: block;
	background-repeat: no-repeat;
}

/* 画像リンクのロールオーバー振る舞い*/

a:link{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
a:visited{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
a:hover{
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

/* メニュー説明*/
.menu_explain{
	color: #996600;
	text-align: center;
	font-weight: normal;
	height: 10px;
	background-image: url(explaintub_y.png);
	width: 320px;
	padding-top: 7px;
	padding-bottom: 15px;
}

/* タイトル、話数を入れるヘッダ*/
.episodetitle{
	width: 780px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	padding-left: 20px;
	text-align: center;
}

/* タイトル関連位置調整　少し下げる*/
.etitle_option01{
	margin-top: 40px;
}

/* 本文を入れるためのボックス*/
.novelbox{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFFFF1;
	text-align: left;
}

/* 戻るアイコン、前へアイコン、進むアイコンを入れるフッター*/
.novelfoot {
	width:400px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 0px;
	margin-bottom: 50px;
}


/* ここからは、作品表題ページ用です*/

/* タイトル用*/
.ntitle_mugen{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 30px;
	position: relative;
	text-align: center;
}

/*各内容を収めるための枠*/
.nvl_container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}

/* トップページ用　位置設定*/
.nvl_containers_option01{
	top: 70px;
	position: relative;
}

/* トップページ用　背景画像設定*/
.nvl_containers_option02{
	background-attachment: scroll;
	background-image: url(mugen/v_smile.png);
	background-repeat: no-repeat;
	background-position: 600px 200px;
}

/* 紹介文の見出し*/
.nvl_topics{
	width: 314px;
	position: absolute;
	top: 51px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	left: 50px;
	padding-bottom: 10px;
}

/* 紹介文および更新内容を収めるための箱 */
.nvl_top_box{
	width: 380px;
	position: absolute;
	top: 150px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	left: 50px;
}

/* ストーリー紹介の表題*/
.nvl_story_tub{
	height: 16px;
	width: 96px;
	position: absolute;
	top: 28px;
	left: 431px;
}

/* ストーリーリスト*/
.nvl_story_list{
	width: 312px;
	position: absolute;
	top: 61px;
	right: 69px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

/* 無限大用　トップページにもどる*/
.nvl_top_back{
	height: 31px;
	width: 32px;
	position: absolute;
	top: 383px;
	left: 433px;
}
