@charset "Shift_JIS";
/*--------------------------------------------

Name: n001 STRAIGHT-no.
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.7;
  /* 全体の行の高さ（変更すると定義リスト関連が崩れますので適宜変更して下さい） */
	font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
HTML,
BODY {
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-base-color: #fff;
  scrollbar-darkshadow-color: #000;
  scrollbar-face-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-track-color: #fff;
}
HTML {
  overflow-y: scroll;
}
BODY {
  color: #000;
  /* 全体のフォントカラー */
	background:#fff;
  /* 全体の背景色 */
	font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  /* 全体のフォントサイズ */
	text-align: center;
}
P {
  margin-bottom: 1em;
}
IMG {
  border: 0;
}
BR {
  letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
H2 {
  margin-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  background: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 120%;
}
H3 {
  margin-bottom: 1em;
  border-bottom: 1px dotted #000;
  font-weight: bold;
}
H4 {
  border-bottom: 1px solid #ccc;
  display: inline;
  background: #eee;
}
/*	　3.リンク
--------------------------------------------*/
A {
  color: #CC0000;
  text-decoration: none;
}
A:HOVER {
  color: #fff;
  background-color: #CC0000;
  text-decoration: none;
}
/*	　4.リスト
--------------------------------------------*/ 
UL,
OL,
DL {
  margin-bottom: 1em;
}
UL LI {
  list-style: none outside;
}
OL LI {
  list-style: decimal inside;
}
DT {
  padding-left: 20px;
  background : url(img/list.gif) no-repeat left center;
}
/* テキストのリスト1（縦並び・WORKS-Novels-Short storyで使用） */
UL.textlist1 LI {
  padding-left: 20px;
  background : url(img/list.gif) no-repeat left center;
}
/* テキストのリスト2（横並び・WORKS-Illustrations-Category2とLINK-Link-Category2で使用） */
UL.textlist2 LI {
  margin-right:2em;
  display: inline;
}
/* イメージのリスト（横並び・WORKS-Illustrations-Category1とLINK-Link-Category1で使用） */
UL.imglist {
  width: 650px;
}
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: 20px;
  width: 10em;
  background : url(img/list.gif) no-repeat left center;
  line-height: 1.7;
}
DL.dt-long DD {
  margin: -1.7em 0 0 10em;
}
DL.dt-long DD.second {
  margin-top: 0.1em;
}
/* 定義リスト2（dtの幅が短いVer・更新履歴とABOUT-About link・メールフォームで使用） */
DL.dt-short DT {
  padding-left: 20px;
  width: 8em;
  line-height: 1.7;
  background : url(img/list.gif) no-repeat left center;
}
DL.dt-short DD {
  margin: -1.7em 0 0 8em;
}
DL.dt-short DD.second {
  margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（LINK-Link-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（LINK-Link-Category4で使用） */
DIV.imgtextlist2_box {
  width: 450px;
}
/* IE6用 */
	* html div.imgtextlist2_box {
  margin-bottom: 1.2em;
}
DL.imgtextlist2 {
  margin-right: 10px;
  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;
/**/
	}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
EM {
  font-weight: bold;
}
/* より強い強調 */
STRONG {
  border-bottom: 1px dashed #666;
  font-weight: bold;
}
/* 追加 */
INS {
  text-decoration: underline;
}
/* 削除 */
DEL {
  color: #666;
  text-decoration: line-through;
}
/* 引用 */
BLOCKQUOTE {
  margin: 1.5em 20px;
  padding: 6px 1em;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  background-color: #fff;
}
BLOCKQUOTE P {
  margin-bottom: 0;
}
CITE,
Q {
  font-style: oblique;
}
/* 整形済みテキスト */
PRE {
  margin: 1.5em 0;
  padding: 0.5em 1em;
  border: 1px dotted #ccc;
  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;
}
/* テーブル */
TABLE {
  margin-bottom: 1em;
  border-collapse: separate;
}
TH,
TD {
  padding: 0 0.8em;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
TH {
  color: #fff;
  background-color: #bbb;
  text-align: center;
}
TD {
  color: #666;
  background-color: #eee;
}
TD.second {
  color: #666;
  background-color: #fff;
}
/* 装飾ボックス */
DIV.deco {
  margin-bottom: 1em;
  padding: 1em;
  color: #000;
  background: #eee;
}
/*	　7.コンテナー
--------------------------------------------*/
DIV#container {
  margin:auto;
  width: 728px;
  text-align: left;
}
/*	　8.ヘッダー
--------------------------------------------*/
DIV#header {
  padding-top: 24px;
}
/* サイト名 */
H1 {
  padding-left: 25px;
  border-bottom: 1px solid #000;
  height: 35px;
  line-height: 35px;
  color: #000;
  background : url(img/h1.gif) no-repeat 0% 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
}
H1 A {
  height: 35px;
  line-height: 35px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
}
H1 A:HOVER {
  color: #CC0000;
  background: none;
}
/* メニュー */
DIV#menu {
  width: 728px;
  border-bottom: 7px solid #000;
  float: left;
  line-height: 1.7;
}
DIV#menu UL {
  margin: 0;
}
DIV#menu LI {
  float: left;
  color: #000;
}
DIV#menu LI A {
  padding: 0 18px 5px;
  border-top: 5px solid #fff;
  /* bodyの背景色と同色にする */
	display: block;
  line-height: 24px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
DIV#menu LI A:HOVER {
  border-top: 5px solid #CC0000;
  background : url(img/triangle.gif) no-repeat center bottom;
  color: #CC0000;
}
DIV#menu LI.on A {
  border-top: 5px solid #000;
  color: #000;
  background : url(img/triangle.gif) no-repeat center bottom;
}
DIV#menu LI.on A:HOVER {
  border-top: 5px solid #000;
  color: #000;
  background : url(img/triangle.gif) no-repeat center bottom;
}
/* WEB拍手 */
DIV#menu P {
  margin: 0;
}
DIV#menu A#clap {
  margin-top: 18px;
  padding: 0 0.2em;
  display: block;
  float: right;
  line-height: 16px;
  color: #fff;
  background: #000;
  font-size: 10px;
  text-decoration: none;
}
/* メインイメージ */
DIV#mainimg IMG {
  border-bottom: 7px solid #000;
}
/*	　9.コンテンツ
--------------------------------------------*/
DIV#contents {
  margin-bottom: 20px;
  padding-top: 20px;
  clear: both;
  line-height: 1.7;
}
/* 一段組みの場合 */
DIV.textbox {
  padding-bottom: 1em;
}
/* 二段組みの場合の左ボックス */
DIV.leftbox {
  padding-bottom: 1em;
  float: left;
  width: 340px;
}
/* 二段組みの場合の右ボックス */
DIV.rightbox {
  padding-bottom: 1em;
  float: right;
  width: 340px;
}
/*	　10.フッター
--------------------------------------------*/
UL#footer {
  margin: 0 0 20px;
  border-top: 1px solid #000;
  clear: both;
  text-align: center;
}
UL#footer LI {
  margin: 0 0.5em;
  display: inline;
  color: #000;
  font-size:94%;
}
UL#footer LI A {
  color: #000;
  text-decoration: none;
}
UL#footer LI A:HOVER {
  color: #fff;
  background-color: #CC0000;
  text-decoration: none;
}
/*	　11.indexページ
--------------------------------------------*/
BODY#index DIV#container {
  width: 400px;
}
BODY#index H1 {
  border: 0;
}
BODY#index DIV#contents {
  padding: 0;
}
