@charset "Shift_JIS";

/*--------------------------------------------

Name: n015 Jours ambigus
Version: 1.0
Date: 2007-11-08
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/

/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ヘッダー
9.サイト名
10.メイン
11.フッター
12.indexページ
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #300;
	scrollbar-arrow-color: #9c4c4c;
	scrollbar-base-color: #300;
	scrollbar-darkshadow-color: #300;
	scrollbar-face-color: #300;
	scrollbar-highlight-color: #300;
	scrollbar-shadow-color: #300;
	scrollbar-track-color: #d6d1c1;
}
html {
	overflow-y: scroll;
}
body {
	color: #9c4c4c; /* 全体のフォントカラー */
	background: #000000; /* 全体の背景色 */

	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
	text-align: center;
}
p {
	margin-bottom: 1em;

}
img {
	border: 0;

}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 1.2em;
	padding-left: 1em;
	border-top: 2px #ffffff dotted;
	border-bottom: 2px #ffffff dotted;
	line-height: 1.4;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 1px;
	background: #000000;
}
h3 {
	margin-bottom: 0.5em;
	color: #766;
	font-weight: bold;
	font-size: 110%;
}
h4 {
	margin-bottom: 1em;
	padding-left: 0.5em;
    border-bottom: 1px #9c4c4c solid;
    font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #b095cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none outside;
}
ol li {
	list-style: decimal inside;
}
dt {
	padding-left: 15px;
	background: url("img/list.gif") no-repeat left center;
}
/* テキストのリスト1（縦並び・Works-Novels-Short storyで使用） */
ul.textlist1 li {
	padding-left: 15px;
	background: url("img/icon/point4.gif") no-repeat left center;
}
/* テキストのリスト2（横並び・Works-Illustrations-Category2とBookmarks-Category2で使用） */
ul.textlist2 li {
	margin-right:2em;
	display: inline;
}
/* イメージのリスト（横並び・Works-Illustrations-Category1とBookmarks-Category1で使用） */
ul.imglist {
	width: 616px;
}
ul.imglist li {
	float: left;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}
/* 番号付きリスト1（横並び・Works-Novels-Long storyで使用） */
ol.horizontal {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（dtの幅が長いVer・Works-Novels-Long storyで使用） */
dl.dt-long dt {
	padding-left: 15px;
	width: 12em;	
	background: url("img/list.gif") no-repeat left center;
	line-height: 1.8;
}
dl.dt-long dd {
	margin: -1.8em 0 0 12em;
	line-height: 1.8;
}
dl.dt-long dd.second {
	margin-top: 0.1em;
}
/* 定義リスト2（dtの幅が短いVer・更新履歴とAbout-About link,Sitemapとメールフォームで使用） */
dl.dt-short dt {
	padding-left: 15px;
	width: 9em;
	line-height: 1.8;
	background: url("img/icon/point4.gif") no-repeat left center;
}
dl.dt-short dd {
	margin: -1.8em 0 0 9em;
	line-height: 1.8;
}
dl.dt-short dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（Bookmarks-Category3で使用） */
dl.imgtextlist1 {
	width: 100%;
}
dl.imgtextlist1 dt {
	padding: 0;
	float: left;
	width: 200px;
	background-image: none;
}
dl.imgtextlist1 dt a {
	background: none;
}
dl.imgtextlist1 dd {
	margin-left: 200px;
	padding-left: 20px;
}
/* イメージとテキストの定義リスト2（Bookmarks-Category4で使用） */
div.imgtextlist2_box {
	width: 616px;
}
	/* IE6用 */
	* html div.imgtextlist2_box {
		margin-bottom: 1.2em;
	}
dl.imgtextlist2 {
	margin-right: 5px;
	float: left;
	width: 200px;	
}
dl.imgtextlist2 dt {
	padding: 0;
	width: 200px;
	background-image: none;	
}
dl.imgtextlist2 dt a {
	background: none;
}
	/* floatクリア用（※削除不可） */
	ul.imglist:after,
	div.imgtextlist1:after,
	div.imgtextlist2_box:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	ul.imglist:after,
	div.imgtextlist1:after,
  	div.imgtextlist2_box {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea,
select,
input {	
	margin-bottom: 1em;
	border: none;	
	line-height: 1.2;
	color: #999;	
	background: #481a1a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 350px;
	scrollbar-3dlight-color: #300;
	scrollbar-arrow-color: #9c4c4c;
	scrollbar-base-color: #300;
	scrollbar-darkshadow-color: #300;
	scrollbar-face-color: #300;
	scrollbar-highlight-color: #300;
	scrollbar-shadow-color: #300;
	scrollbar-track-color: #481a1a;
}
select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
	background-color: #000;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border-top: 2px #5c3333 dotted;
	border-bottom: 2px #5c3333 dotted;
	width: 70px;
	vertical-align: middle;
	color: #766;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover{
	color: #999;
	background: #481a1a;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	border-bottom: 3px #766 double;
	color: #766;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #666;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 1.5em 0;
	padding: 6px 1em;
	border: 1px solid #9c4c4c;
	border-left: 10px #9c4c4c solid;
}
blockquote p {
	margin-bottom: 0;
}
cite,
q {
	font-style: oblique;
}
/* 整形済みテキスト */
pre {
	margin: 1.5em 0;
	padding: 0.5em 1em;
	border: 1px solid #9c4c4c;
	width: 70%;
	height: 100px;
	overflow: scroll;
	font-family: "Osaka−等幅", monospace;
	scrollbar-track-color: #300;
}
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1em;
	font-style: normal;
}
/* テーブル */
table {
	margin-bottom: 1em;
	border-collapse: separate;
}
th,
td {
	padding: 0 0.8em;
	border: 1px #502424 solid;	
}
th {
	color: #999;	
	background: url('img/deco.gif') repeat;
	text-align: center;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1em;
	border: 1px #502424 solid;
	padding: 0.6em;
	color: #999;
	background: url('img/deco.gif') repeat;
}
/*	　7.コンテナー
--------------------------------------------*/
div#container {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}
/*	　8.ヘッダー
--------------------------------------------*/
div#header {
	margin: 0;
	padding: 14px 14px 0;
	height: 230px;
	background: #fff;
}
	/* floatクリア用（※削除不可） */
	div#header:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	div#header:after {
		/*\*/*/
		overflow: hidden;
		/**/
	}
div#header-b {
	margin: 0;
	padding: 0;
	height: 14px;
	line-height: 14px;
	background: url('img/header.gif') no-repeat scroll left bottom;	
}
/* メインイメージ */
p#mainimg {
	margin: 0;
	float: left;
	width: 460px;
	height: 230px;
}
/* ナビ */
div#navi {
	padding: 10px 0 0;
	float: right;
	width: 180px;
}
/* メニュー */
ul#menu {
	margin: 0 0 1em;
	line-height: 1em;
}
	* html ul#menu {
		margin: 0;
	}
ul#menu li {
	color: #fff;
	border-bottom: 2px #c6b8b8 dotted;
}
ul#menu li#last {
	border: none;
}
ul#menu li a {
	padding-left: 15px;
	display: block;
	line-height: 24px;	
	color: #802a00;
	background: url('img/menu.gif') no-repeat scroll left center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}
ul#menu li a:hover {
	color: #b095cc;
	background: #eee url('img/menu-h.gif') no-repeat scroll left center;
}
ul#menu li.on a {
	color: #b095cc;
	background: url('img/menu-on.gif') no-repeat scroll left center;
}
ul#menu li.on a:hover {
	color: #b095cc;
	background: #eee url('img/menu-h.gif') no-repeat scroll left center;
}
/* 著作権表示 */
ul#copyright {
	margin: 0;
}
ul#copyright li {
	font-size: 10px;
}
/*	　9.サイト名
--------------------------------------------*/
h1 {
	margin-right: 14px;
	clear: both;
	height: 1.2em;
	line-height: 1.2em;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 54px;
	text-align: right;
	letter-spacing: -1px;
}
h1 a {
	line-height: 1.3em;
	color: #ffffff;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	color: #ff0000;	
	text-decoration: none;
}
/*	　10.メイン
--------------------------------------------*/
div#main {
	margin: 0 0 14px;
	padding: 14px 0 0;
	background: url('img/main-t2.gif') no-repeat scroll left top;
}
div#main-m {
	padding: 14px 20px 0;
	background: #fff;
}
div#main-b {
	height: 14px;
	line-height: 14px;
	background: url('img/main-b2.gif') no-repeat scroll left bottom;
}
div.textbox {
	padding: 0 12px 12px;
}
/*	　11.フッター
--------------------------------------------*/
ul#footer {
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
ul#footer li {
	margin: 0 0.5em;
	display: inline;
	color: #ffffff;
	font-size:94%;
}
ul#footer li a {
	font-weight: bold;
	text-decoration: none;
}
ul#footer li a:hover {
	color: #ff0000;
	background: none;
	text-decoration: none;
}
/*	　12.indexページ
--------------------------------------------*/
body#index div#header {
	height: auto;
	background: none;
}
body#index p#enter {
	margin: 2em 0;
}
p.center {
	text-align: center;
}