/*★☆★☆★ 共通設定 ★☆★☆★*/


/*■透過性の維持(Win2000以前に対応)■*/
img, div
	{
	behavior: url(iepngfix.htc);
	}


/*■通常画面の基本設定■*/
body
	{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-color: #cee3f6;
	}

/*■リンクの色の設定■*/
a:link
	{
	/*未訪問のリンク*/
	color: #008080;
	}

a:visited
	{
	/*訪問後のリンク*/
	color: #008080;
	}

a:hover
	{
	/*マウスをのせたとき*/
	text-decoration:underline;
	}



/*■ページ情報を画面中央に表示■*/
div#ms-enter-bg
	{
	position: absolute;
	width: 800px;
	height: 500px;
	left: 50%;
	margin-left: -400px;
	margin-top: 30px;
	background-color: #ffffff;
	z-index: 1;
	}

div#ms-enter-welcome
	{
	position: absolute;
	width: 600px;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	text-align:center;
	background-color: #ffffff;
	border-right: 1px solid #d7e2f2;
	border-bottom: 1px solid #d7e2f2;
	border-left: 1px solid #d7e2f2;
	border-top: 1px solid #d7e2f2;
	z-index: 1;
	}

div#ms-enter-caution
	{
	position: absolute;
	width: 800px;
	top: 520px;
	left: 50%;
	margin-left: -400px;
	background-color: #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	z-index: 2;
	}


/*■リンクの下線を消去■*/
a
	{
	text-decoration: none;
	}


/*■画像のボーダーを非表示■*/
img
	{
	border: none;
	}


/*■[段落]デフォルト（文字は青緑）■*/
p
	{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	color: #008080;
	}


/*■文字の設定■*/
span.f0
	{
	color: #008080;
	line-height: 24px;
	font-size: 14px;
	}

span.f1				/*濃茶*/
	{
	 color: #736357;
	line-height: 24px;
	font-size: 14px;
	}

span.f2				/*オレンジ*/
	{
	 color: #f7941d;
	line-height: 24px;
	font-size: 14px;
	}

span.f3				/*グレー*/
	{
	 color: #777777;
	line-height: 24px;
	font-size: 14px;
	}

span.f4				/*赤*/
	{
	 color: #ff0000;
	line-height: 24px;
	font-size: 14px;
	}





/* ★☆★☆★ コンテンツページの構成 ★☆★☆★ */

hr.novel
	{
	width: 600px;
	text-align: left;
	margin-left: 0px;
	border-top:1px dashed #008080;
	border-bottom:none;
	}

hr.n_top
	{
	width: 640px;
	text-align: left;
	margin-left: 0px;
	border-top: 2px solid #008080;
	border-bottom: none;
	}

p.n_title
	{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 20px;
	color: #008080;
	}

p.n_menu
	{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 400px;
	color: #008080;
	}

table td.head
	{
	width: 100px;
	border-bottom: #a9bcf5 1px solid;
	color: #008080;
	background-color: #e0f8f1;
	line-height: 18px;
	font-size: 14px;
	}

table td.about
	{
	border-bottom: #a9bcf5 1px solid;
	color: #736357;
	line-height: 18px;
	font-size: 14px;
	}

div#novel_topimage
	{
	position: absolute;
	width: 1000px;
	height: 100px;
	top: 5px;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	background-color: #f8fbef;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	z-index: 1;
	}

div#novel_menu
	{
	position: absolute;
	width: 200px;
	height: 710px;
	top: 105px;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	background-color: #e0f8f1;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	}

div#novel_main
	{
	position: absolute;
	width: 760px;
	height: 730px;
	top: 105px;
	left: 50%;
	margin-left: -280px;
	margin-top: 50px;
	background-color: #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #e0f8f1;
	overflow: hidden;
	overflow-x: hidden;
	z-index: 2;
	}

div#novel_bottom
	{
	position: absolute;
	width: 980px;
	height: 30px;
	left: 50%;
	background-color: #228080;
	margin-left: -500px;
	top: 860px;
	text-align: right; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	z-index: 5;
	}