@charset "Shift_JIS";


/*--------------------------------------------

Name: n016 PANORAMA
Version: 1.0
Date: 2007-11-16
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.ヘッダー（header.html）
8.メニュー（menu.html）
9.メイン
10.インデックス（index.html）
--------------------------------------------*/


/*	　カラー設定
----------------------------------------------
黄色　#ff0
赤　#f00
--------------------------------------------*/


/*	　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: #000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #ddd;
}
	/* IE6用 */
	* html {
	overflow-x: hidden;
	overflow-y: auto;
	}
body {
	color: #000; /* 全体のフォントカラー */
	background: #fff; /* 全体の背景色 */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 65%; /* 全体のフォントサイズ */
}
p {
	margin-bottom: 1.2em; 
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
.frame {
	border: 0;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 1em;
	border-bottom: 2px #000 solid;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
}
h3 {
	padding: 0 0.5em;
	display: inline;
	line-height: 1.3;
	color: #fff;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h4 {
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 12px;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #000;
	background: #ff0;
	text-decoration: none;
}
a:hover,
a:active {
	color: #fff;
	background: #000;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.2em;
}
ul li {
	list-style: circle inside;
}
ol li {
	list-style: decimal inside;
}
/* リスト1（横並び・BOOKMARKS-CATEGORY2で使用） */
ul.horizontal li {
	margin-right: 2em;
	padding: 0;
	display: inline;
	list-style: none outside;
	background: none;
}
/* リスト2（画像横並び・BOOKMARKS-CATEGORY1で使用） */
ul.imglist li {
	padding: 0;
	display: inline;
	list-style: none outside;
	background: none;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}
/* 番号付きリスト1（横並び・NOVEL-LONG STORYで使用） */
ol.horizontal {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（横並び・TOP-LATEST UPDATEとINFORMATION-ABOUT LINKとCONTACT-MAIL FORMで使用） */
dl.horizontal dt {
	width: 8em;
	line-height: 1.8;
}
dl.horizontal dd {
	margin: -1.8em 0 0 8em;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select, 
textarea {	
	margin-bottom: 6px;
	border: 1px #000 solid;
	line-height: 1.2;
	color: #fff;
	background-color: #000;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 300px;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #666;
	background-color: #666;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #ff0;	
	width: 70px;
	vertical-align: middle;	
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	border: 1px solid #000;
	color: #fff;
	background: #000;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	color: #000;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	color: #fff;
	background: #000;
}
/* より強い強調 */
strong {
	background: #f00;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #666;
	text-decoration: line-through;
}
/* アドレス */
address {
	margin-bottom: 1.2em;
	font-style: normal;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* テーブル */
table {
	margin-bottom: 1.2em;
	border-collapse: collapse;
}
th,
td {
	padding: 0 0.8em;
	border: 1px #000 solid;	
}
th {
	color: #fff;	
	background-color: #000;
	text-align: center;
}
td {	
	color: #000;
	background-color: #fff;
}
/*	　7.ヘッダー（header.html）
--------------------------------------------*/
/* サイト名 */
div#header {
	margin-right: 15px;
	text-align: right;
}
div#header h1 {
	margin-top: -4px;
	height: 40px;
	line-height: 40px;
	color: #ff0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 58px;
	letter-spacing: -4px;
}
/* URL */
div#header p#url {
	margin-top: -15px;
	line-height: 1em;
	font-size: 12px;
	font-style: oblique;
}
/*	　8.メニュー（menu.html）
--------------------------------------------*/
div#menu {
	padding: 20px 14px 20px 24px;
}
/* メニュー */
div#menu h2 {
	margin: 0;
	padding: 0;
	border: 0;
}
div#menu h2 a {
	height: 22px;
	line-height: 22px;
	color: #000;
	background: #ff0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
div#menu h2 a:hover,
div#menu h2 a:active {
	color: #fff;
	background: #000;
}
/* ILLUSTRATIONS折り畳みメニュー */
div#illust {
	padding: 0;
}
div#illust h3 {
	margin: 0;
	padding: 0;
	background: #000;
	font-weight: bold;
	font-size: 10px;
}
div#illust ul {
	margin: 0;
}
div#illust li {
	padding: 0;
	list-style: none outside;
	font-size: 10px;
}
/* カウンタ */
p#cnt {
	margin: 10px 0;
	font-size: 10px;
}
/* 著作権 */
ul#copy {
	margin-top: 10px;	
}
ul#copy li {
	padding: 0;
	list-style: none outside;
	background: none;
	font-size: 10px;
}
/*	　9.メイン
--------------------------------------------*/
div#main {
	padding: 20px 34px 20px 14px;
}
/* トップ画像 */
p#topimg {
	margin: 0 0 20px 0;
}
/* テキストボックス */
div.textbox {
	padding: 15px 0 18px;
}
/*	　10.インデックス（index.html）
--------------------------------------------*/
body#index div#container {
	margin: 0 0 40px 20px;
}
p#enter {
	margin: 3em 0 1.2em;
}
p#enter a {
	background: none;
}