@charset "Shift_JIS";


/*--------------------------------------------

Name: n017 The shut world
Version: 1.0
Date: 2007-11-20
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.メニュー（menu.html）
8.ナビ（navi.html）
9.メイン
10.インデックス（index.html）
--------------------------------------------*/


/*	　カラー設定
----------------------------------------------
ピンク　#ffbde3
ブルー　#336699
ライトブルー　#b8cfe6
ワインレッド　#990000
グリーン　#c7ffc5
濃いグレー　#2e2e2e
中間グレー　#999
薄いグレー　#eee
白　#fff
--------------------------------------------*/


/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #2e2e2e;
	scrollbar-arrow-color: #ccc;
	scrollbar-base-color: #2e2e2e;
	scrollbar-darkshadow-color: #2e2e2e;
	scrollbar-face-color: #2e2e2e;
	scrollbar-highlight-color: #2e2e2e;
	scrollbar-shadow-color: #2e2e2e;
	scrollbar-track-color: #333;
}
	/* IE6用 */
	* html {
	overflow-x: hidden;
	overflow-y: auto;
	}
body {
	color: #ccc; /* 全体のフォントカラー */
	background: #2e2e2e; /* 全体の背景色 */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%; /* 全体のフォントサイズ */
}
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;
	line-height: 1.3;
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 1em;
	text-align: right;
}
h3 {
	padding: 0;
	line-height: 1.3;
	color: #c7ffc5;
	font-weight: bold;
	font-size: 120%;
}
h4 {
	margin-bottom: 0.3em;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #b8cfe6;
	text-decoration: none;
}
a:hover,
a:active {
	color: #990000;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.2em;
}
ul li {
	list-style: circle inside;
}
ol li {
	list-style: decimal inside;
}
dt {
	border-bottom: 1px #ccc dotted;
}
/* リスト1（横並び・Bookmark-Category2で使用） */
ul.horizontal li {
	margin-right: 2em;
	padding: 0;
	display: inline;
	list-style: none outside;
	background: none;
}
/* リスト2（画像横並び・Bookmark-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（横並び・Top-Latest updateとAbout-About linkとContact-Mail formで使用） */
dl.horizontal dt {
	border: 0;
	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 #fff solid;
	line-height: 1.2;
	color: #2e2e2e;
	background-color: #fff;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 300px;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #2e2e2e;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #eee;
	background-color: #eee;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #ffbde3;	
	width: 70px;
	vertical-align: middle;	
	color: #2e2e2e;
	background: #ffbde3;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	border: 1px solid #fff;
	background: #fff;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	color: #000;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	color: #c7ffc5;
}
/* より強い強調 */
strong {
	color: #2e2e2e;
	background: #fff;
}
/* 追加 */
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 #fff solid;	
}
th {
	color: #2e2e2e;	
	background-color: #fff;
	text-align: center;
}
td {	

}
/*	　7.メニュー（menu.html）
--------------------------------------------*/
ul#menu {
	height: 36px;
	line-height: 36px;
}
ul#menu li {
	margin-left: 1.2em;
	display: inline;
}
ul#menu li a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
}
/*	　8.ナビ（navi.html）
--------------------------------------------*/
div#navi {
	padding: 30px 15px 20px 15px;
}
div#header {
	padding-bottom: 30px;
}
h1#site-title {
	line-height: 1.2;
	color: #c7ffc5;
	font-family: Impact;
	font-size: 28px;
}
h1#site-title a {
	line-height: 1.2;
	color: #c7ffc5;
}
h1#site-title a:hover,
h1#site-title a:active {
	color: #fff;
}
/* サイト名下の名前 */
p#name {
	display: inline;
	line-height: 1.5;
	color: #2e2e2e;
	background: #fff;
	font-size: 11px;
}
/* 著作権 */
ul#copyright {
	margin: 5px 0 0;
}
ul#copyright li {
	padding: 0;
	list-style: none outside;
	line-height: 1.2;
	background: none;
	font-size: 10px;
}
ul#copyright li a {
	line-height: 1.2;
}
/* カウンタ */
p#cnt {
	font-size: 10px;
}
/* イラストリスト */
input.caption {
	border: 0;
	line-height: 1.3;
	color: #eee;
	background: none;
	font-size: 10px;
}
div#navi h2 {
	margin-bottom: 0.5em;
	line-height: 1.3;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	letter-spacing: normal;
}
ul.horizontal2 {
	line-height: 1.3;
}
ul.horizontal2 li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
ul.horizontal2 li a {
	line-height: 1.3;
}
/*	　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: 30px 15px 40px;
}
body#index div#header {
	padding-bottom: 40px;
}

p#enter {
	margin: 3em 0 4em;
}
p#enter a {
	background: none;
}