@charset "shift_jis";


/*--------------------------------------------

Name: n011 BkY elements
Version: 1.0
Date: 2007-09-22
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ナビ
9.メイン
10.indexページ
--------------------------------------------*/


/*	　カラー設定
----------------------------------------------
黄色　#ff0
--------------------------------------------*/


/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	height: 100%;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #555;
	position: absolute;
	top: 0px;
}
html {
	overflow-y: scroll;
}
body {
	color: #000; /* 全体のフォントカラー */
	background: #ff0; /* 全体の背景色 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%; /* 全体のフォントサイズ */
	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;
	padding: 0;
	line-height: 0.8;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
h2 span {
	margin: 0 0 0 0.8em;
	padding: 0 0.5em;
	display: inline;
	line-height: 0.8;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	font-size: 115%;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.5em;
}
ul li {
	list-style: square inside;
}
ol li {
	list-style: decimal inside;
}
dt {
	border-bottom: 1px #575448 dotted;
}
/* テキストのリスト1（横並び・ILLUSTRATION-Category2で使用） */
ul.textlist1 li {
	margin-right: 0.4em;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif; /* 記号の文字化け対策 */
}
ul.textlist1 li a {
	background: none;
}
ul.textlist1 li a:hover {
	color: #00CC00;
	text-decoration: none;
}
/* テキストのリスト2（横並び・BOOKMARK-Category2で使用） */
ul.textlist2 li {
	margin-right: 2em;
	display: inline;
}
/* イメージのリスト（横並び・ILLUSTRATION-Category1とBOOKMARK-Category1で使用） */
ul.imglist li {
	display: inline;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}
/* 番号付きリスト1（横並び・ILLUSTRATION-Titleで使用） */
ol.horizontal {
	padding-bottom: 0;
}
ol.horizontal li {
	margin-right: 2em;
	display: inline;
	list-style: none outside;
}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select, 
textarea {	
	margin-bottom: 0.5em;
	border: 1px solid #000;
	line-height: 1.2;
	color: #000;	
	background-color: #fff;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 400px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #000;
	background-color: #eee;
}
/* 送信ボタン */
input.button {
	margin-right: 0.8em;
	padding: 0 0.5em;
	border: 1px solid #575448;	
	width: 70px;
	vertical-align: middle;	
	color: #000;
	background: #ff0;	
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	color: #fff;
	background: #000;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	border-bottom: 2px #ff0 dashed;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #666;
	text-decoration: line-through;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1.5em;
	padding: 0.5em 1em 0;
	border: 1px #ff0 solid;
	background: #eee;
}
/*	　7.コンテナー
--------------------------------------------*/
div#container {
	float: left;
	width: 680px;
	height: auto;
	min-height: 100%;
	background: #fff url('img/bg.gif') repeat-y;
	position: absolute;
	top: 0px;
}
	/* IE6以下用 */
	* html div#container {
		height: 100%;
	}
/*	　8.ナビ
--------------------------------------------*/
div#navi {
	padding: 30px 0;
	float: right;
	width: 180px;
	background: #000;
}
/* メニュー1 */
div#navi h2 {
	margin: 0 15px;
	padding: 0;
	display: inline;
	line-height: 1;
	color: #000;
	background: #ff0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
ul#menu {
	margin: 20px 15px;
	padding: 0;
}
ul#menu li {
	list-style: none outside;
	line-height: 1em;
}
ul#menu li a {
	line-height: 1.6;
	color: #fff;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
ul#menu li a:hover {
	color: #00CC00;
}
/* メニュー2 */
ul#menu2 {
	margin: 20px 15px;
	padding: 0;
}
ul#menu2 li {
	line-height: 1.6;
	list-style: none outside;
}
ul#menu2 li a {
	line-height: 1.6;
	color: #fff;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
ul#menu2 li a:hover {
	color: #00CC00;
}
/* アドレス */
div#navi h3 {
	margin: 50px 15px 3px;
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
ul#address {
	margin: 0 15px;
}
ul#address li {
	list-style: none outside;
	line-height: 1.2;
	color: #fff;
	font-size: 10px;
}
ul#address li a {
	line-height: 1.2;
	color: #00CC00;
	background: none;
}
/*	　9.メイン
--------------------------------------------*/
div#main {
	padding: 0;
	float: left;
	width: 500px;
	background: #fff;
}
/* サイト名 */
div#header {
	margin: 0 0 30px;
	height: 250px;
	background: url('img/main.jpg') no-repeat scroll left top;
}
div#main h1 {
	margin: 0;
	padding: 210px 0 0;
	line-height: 1;
	color: #fff;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 48px;
	text-align: center;
	letter-spacing: -3px;
}
/* テキストボックス */
div.textbox {
	margin: 0 20px 20px;
}
/* TOPに戻る▲ */
p.back {
	margin: 0;
	padding: 0;
	text-align: right;
}
p.back a {
	color: #000;
	background: none;
	font-size: 115%;
}
p.back a:hover {
	color: #009900;
	text-decoration: none;
}
/* 更新履歴 */
div.scrollbox {
	margin: 0 0 20px;
	height: 80px;
	overflow: auto;
}
/*	　10.indexページ
--------------------------------------------*/
body#index {
	height: auto;
	background: #fff;
}
body#index div#container {
	margin: 100px 0;
	width: 100%;
	background: #fff;
}
body#index p#enter {
	margin: 30px 0;
}
body#index p#enter a {
	background: none;
	text-decoration: none;
}
