@charset "shift_jis";


STYLE,html
a{cursor:crosshair;}
/*--------------------------------------------

Name: n005 BIGMAN
Version: 1.0
Date: 2007-08-01
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ナビ
9.メイン
10.フッター
11.indexページ
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5; /* 全体の行の高さ（固定） */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #003;
	scrollbar-base-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #fff;
}
html {
	overflow-y: scroll;
}
body {
	color: #003; /* 全体のフォントカラー */
	background: #fff url('img/bg.gif') repeat; /* 全体の背景イメージ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* 全体のフォントサイズ（固定） */
	text-align: center;
}
p {
	padding-bottom: 18px; /* 固定 */
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 12px;
	padding: 0 0.8em;
	border-left: 8px solid #003;
	line-height: 1.2;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin-bottom: 6px;
	border-bottom: 2px solid #003;
	font-weight: bold;
}
h4 {
	margin-bottom: 6px;
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #0000FE;
	text-decoration: none;
}
a:hover {
	background-color: #d9ff00;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 18px;
	padding: 6px;
	background: #ddd;
}
ul li {
	list-style: disc inside;
}
ol li {
	list-style: decimal inside;
}
dt {
	padding-left: 15px;
	background: url('img/list.gif') no-repeat left center;
}
/* テキストのリスト1（縦並び・WORKS-Novel-Short storyで使用） */
ul.textlist1 li {
	padding-left: 15px;
	list-style: none outside;
	background: url('img/list.gif') no-repeat left center;
}
/* テキストのリスト2（横並び・WORKS-Illustration-Category2で使用） */
ul.textlist2 li {
	margin-right: 0.6em;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif; /* 記号の文字化け対策 */
}
/* テキストのリスト3（横並び・LINK-Category2で使用） */
ul.textlist3 li {
	margin-right: 2em;
	display: inline;
}
/* イメージのリスト（横並び・WORKS-Illustration-Category1とLINK-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 {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（横並び・ABOUT-About linkとCONTACT-Mail formで使用） */
dl.horizontal dt {
	padding-left: 15px;
	width: 8em;
	line-height: 1.5;
}
dl.horizontal dd {
	margin: -1.5em 0 0 8em;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（LINK-Category3で使用） */
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（LINK-Category4で使用） */
div.imgtextlist2_box {
	width: 444px;
}
	/* IE6用 */
	* html div.imgtextlist2_box {
		margin-bottom: 18px;
	}
dl.imgtextlist2 {
	margin: 0 10px 10px 0;
	float: left;
	width: 200px;
}
dl.imgtextlist2 dt {
	padding: 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;
	background: #ddd;
}
legend {
	display: none;
}
input,
select, 
textarea {	
	margin-bottom: 6px;
	border: 1px solid #003;
	line-height: 1.2;
	color: #003;	
	background-color: #fff;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 280px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #d9ff00;
	background-color: #fff;
}
input.button {
	margin-right: 0.5em;
	margin-left: 6px;
	padding: 0 0.5em;
	border: 1px solid #666;	
	width: 70px;
	vertical-align: middle;	
	color: #fff;
	background-color: #003;	
	cursor: pointer;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	color: #c06;
}
/* より強い強調 */
strong {
	color: #c06;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #999;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 0 12px 18px;
	padding: 0 6px;
	border-right: 4px solid #eee;
	border-left: 4px solid #eee;
	background: #fff;
}
div.textbox 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: 1em;
	font-style: normal;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* テーブル */
table {
	margin-bottom: 18px;
	border-collapse: collapse;
}
th,
td {
	padding: 0 0.8em;
	border: 1px solid #0c0;	
}
th {
	color: #fff;	
	background-color: #0c0;
	text-align: center;
}
td {	
	color: #003;
	background-color: #fff;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 18px;
	padding: 6px;
	border: 1px solid #d9ff00;
	color: #003;
	background: #ddd;
}
/*	　7.コンテナー
--------------------------------------------*/
div#container {
	margin: 20px auto;
	width: 740px;
	background: #ccc;
	text-align: left;
}
/*	　8.ナビ
--------------------------------------------*/
div#navi {
	padding: 20px;
	float: left;
	width: 214px;
	background: #ccc;
	text-align: center;
}
/* サイト名 */
div#header {
	width: 214px;
	height: 101px;
	background: url('img/h1.gif') no-repeat 160px 84px;
	text-align: center;
}
div#header h1 {
	border: 7px  solid #003;
	height: 70px;
	line-height: 70px;
	width: 200px;
	color: #003;
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
}
/* メニュー */
div#navi ul {
	margin: 15px 0 0;
	padding: 0;
	width: 214px;
	height: 100px; /* div#left liの高さ(25px)×行数(デフォの状態で4行) */
	background: url('img/menudot.gif') repeat;
	text-align: left;
}
div#navi li {
	float: left;
	width: 107px;
	list-style: none outside;
	height: 25px;
	line-height: 25px;
}
div#navi li a {
	color: #003;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
div#navi li a:hover {
	background: #0c0;
}
div#navi li a.on {
	background: #0c0;
}
/* WEB拍手 */
p#clap {
	padding-top: 8px;
	clear: both;
	width: 214px;
	text-align: right;
}
p#clap a {
	padding: 2px;
	color: #fff;
	background: #003;
	font-size: 11px;
}
p#clap a:hover {
	background: #0c0;
}
/* 更新履歴 */
div#update {
	margin: 55px 0 10px;
	padding: 5px;
	border-left: 8px solid #003;
	width: 196px;
	background: #fff;
	text-align: left;
}
div#update h2 {
	margin-bottom: 6px;
	padding: 0;
	border: none;
	line-height: 1.2;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
div#update p {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 10px;
}
/*	　9.メイン
--------------------------------------------*/
div#main {
	margin-left: 264px;
	padding: 20px 20px 0 0;
	min-height: 430px;
}
/* メイン画像 */
p#mainimg {
	margin: 0;
	text-align: center;	
}
div.textbox {
	margin-bottom: 24px;
}
/* ドットの付く段落 */
div.textbox p {
	padding-bottom: 18px;
	background: url('img/dot.gif') repeat;
}
/* ドットの付かない段落 */
div.textbox p.nonedot {
	background: none;
}
/*	　10.フッター
--------------------------------------------*/
div#footer {
	padding: 10px 0;
	clear: both;
	width: 740px;
	background: #ccc;
	text-align: center;
}
div#footer ul {
	background: #ccc;
}
div#footer li {
	margin: 0 0.4em;
	display: inline;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
/*	　11.indexページ
--------------------------------------------*/
body#index div#container {
	margin: 20px auto;
	width: 214px;
	background: #ccc;
	text-align: left;
	padding: 20px;
	text-align: left;
}
body#index h2 {
	margin: 15px 0 12px;
	padding: 0 0.8em;
	border-left: 8px solid #003;
	color: #c06;
}
body#index p {
	padding-bottom: 18px;
	background: url('img/dot.gif') repeat;
}
body#index p#enter {
	width: 214px;
	text-align: right;
}
body#index p#enter a {
	padding: 2px;
	color: #fff;
	background: #003;
}
body#index p#enter a:hover {
	background: #0c0;
}