@charset "shift_jis";


/*--------------------------------------------

Name: n014 a moment
Version: 1.0
Date: 2007-10-21
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ナビ
9.メイン
10.indexページ
--------------------------------------------*/


/*	　カラー設定
----------------------------------------------
ピンク　#f09
--------------------------------------------*/


/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #f09;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #f09;
}
html {
	overflow-y: scroll;
}
body {
	color: #333; /* 全体のフォントカラー */
	background: #fff; /* 全体の背景色 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
	text-align: left;
}
p {
	margin-bottom: 1.5em;
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 20px;
	height: 24px;
	line-height: 24px;
	color: #f09;
	background: #ccc;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}
h3 {
	margin-bottom: 10px;
	color: #888;
	font-weight: bold;
	font-size: 115%;
}
h4 {
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #fff;
	background: #333;
	text-decoration: none;
}
a:hover {
	color: #f09;
}
/* Works-新しいもの */
.new {
	border: 1px #f09 dashed;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.5em;
}
ul li {
	list-style: none outside;
}
ol li {
	list-style: decimal inside;
}
dt {
	border-bottom: 3px #ccc solid;
}
/* テキストのリスト1（横並び・Works-Illustration-Category2で使用） */
ul.textlist1 li {
	margin-right: 0.5em;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif; /* 記号の文字化け対策 */
}
ul.textlist1 li a {
	color: #333;
	background: none;
}
ul.textlist1 li a:hover {
	color: #f09;
}
/* テキストのリスト2（横並び・Bookmarks-Category2で使用） */
ul.textlist2 li {
	margin-right: 2em;
	display: inline;
}
/* イメージのリスト（横並び・Works-Illustration-Category1とBookmarks-Category1で使用） */
ul.imglist li {
	display: inline;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}
/* 番号付きリスト1（横並び・Works-Novel-Long storyで使用） */
ol.horizontal {
	padding-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 番号付きリスト2（横並び・Works-Novel-Titleで使用） */
ol.horizontal2 li {
	margin-right: 0.5em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（横並び・Information-About linkとContact-Mail formで使用） */
dl.horizontal dt {
	border: none;
	width: 10em;
	line-height: 1.8;
}
dl.horizontal dd {
	margin: -1.8em 0 0 10em;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（Bookmarks-Category3で使用） */
dl.imgtextlist1 dt {
	padding: 0;
	border: 0;
	float: left;
	width: 200px;
	background-image: none;
}
dl.imgtextlist1 dt a {
	background: none;
}
dl.imgtextlist1 dd {
	margin-left: 210px;
}
/* イメージとテキストの定義リスト2（Bookmarks-Category4で使用） */
div.imgtextlist2_box {
	width: 520px;
}
	/* IE6用 */
	* html div.imgtextlist2_box {
		margin-bottom: 18px;
	}
dl.imgtextlist2 {
	margin: 0 7px 10px 0;
	float: left;
	width: 200px;
}
dl.imgtextlist2 dt {
	padding: 0;
	border: 0;
	width: 200px;
	background-image: none;	
}
dl.imgtextlist2 dt a {
	background: none;
}
	/* floatクリア用（※削除不可） */
	div.imgtextlist1:after,
	div.imgtextlist2_box:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	div.imgtextlist1:after,
  	div.imgtextlist2_box {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select, 
textarea {	
	margin-bottom: 6px;
	border: 1px solid #ccc;
	line-height: 1.2;
	color: #333;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
textarea {
	width: 300px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #f09;
}
input.button {
	margin-right: 0.8em;
	padding: 0 0.5em;
	border: 1px solid #575448;
	width: 70px;
	vertical-align: middle;
	color: #fff;
	background-color: #333;
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	color: #f09;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	border-bottom: 1px #f09 dashed;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #999;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 0 0 1.5em;
	padding: 0 6px;
	border: 1px solid #444;
}
blockquote p {
	margin: 0;
	padding: 0;
	background: none;
}
cite,
q {
	font-style: oblique;
}
/* 整形済みテキスト */
pre {
	margin: 0 0 18px 0;
	padding: 0.5em 1em;
	border: 1px solid #fff;
	width: 80%;
	height: 100px;
	overflow: scroll;
	background-color: #fff;
	font-family: "Osaka−等幅", monospace;
}
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1.5em;
	font-style: normal;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* テーブル */
table {
	margin-bottom: 1.5em;
	border-collapse: separate;
}
th,
td {
	padding: 0 0.8em;
}
th {
	color: #fff;
	background-color: #555;
	text-align: center;
}
td {	
	background-color: #eee;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1.5em;
	padding: 0.5em 1em 0;
	border: 1px dotted #f09;
}
/*	　7.コンテナー
--------------------------------------------*/
div#container {
	margin: 0;
	float: left;
	width: 780px;
	text-align: left;
	background: #fff;
}
/*	　8.ナビ
--------------------------------------------*/
div#navi {
	padding: 0;
	float: left;
	width: 240px;
}
/* サイト名 */
div#header {
	padding: 0;
	border-top: 114px #333 solid;
}
div#header h1 {
	height: 58px;
	line-height: 58px;
	color: #333;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
}
/* メニュー */
ul#menu {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
ul#menu li {
	margin-bottom: 5px;
	list-style: none outside;
	line-height: 24px;
	height: 24px;
}
ul#menu li a {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #fff;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
ul#menu li a.color1 {
	background: #888;
}
ul#menu li a.color2 {
	background: #f09;
}
ul#menu li a.on {
	background: #333;
}
ul#menu li a.color1:hover,
ul#menu li a.color2:hover,
ul#menu li a.on:hover {
	color: #fff;
	background: #333;
}
/* 著作権表示 */
ul#copyright {
	margin: 0 0 15px;
	text-align: center;
}
ul#copyright li {
	margin-right: 0.5em;
	display: inline;
	color: #333;
	font-size: 10px;
}
/*	　9.メイン
--------------------------------------------*/
div#main {
	padding: 0 0 10px;
	float: right;
	width: 520px;
}
div.textbox {
	padding: 0 0 15px;
}
/*	　10.indexページ
--------------------------------------------*/
body#index div#container {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body#index p#enter {
	margin: 30px 0;
}
body#index p#enter a {
	padding: 2px 0.5em;
	color: #fff;
	background: #444;
}
body#index p#enter a:hover {
	color: #f09;
}
hr {
	border: 3px #ccc solid;
}