@charset "Shift_JIS";

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

Name: n018 Serene Silence
Version: 1.0
Date: 2007-12-22
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

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

/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.ヘッダー
8.コンテンツ
9.フッター
10.indexページ
11.Textページ
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.7; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: #999;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #999;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
html {
	overflow-y: scroll;
}
body {
	color: #666; /* 全体のフォントカラー */
	background: #fff url('img/bg.jpg') repeat fixed left top; /* 全体の背景 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%; /* 全体のフォントサイズ */
	text-align: center;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
	vertical-align: baseline;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 15px;
	padding-left: 0.5em;
	height: 1.4em;
	line-height: 1.4;
	color: #67918e;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
}
h3 {
	margin-bottom: 1em;
	color: #fff;
	background: url('img/dot.gif') repeat-x left bottom;
	font-weight: bold;
}
h4 {
	color: #999;
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:active {
	color: #666;
	background: #fff;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1em;
}
ul li {
	list-style: circle inside;
}
ol li {
	list-style: decimal inside;
}
dt {
}
/* テキストのリスト（横並び・Link-Category3で使用） */
ul.horizontal li {
	margin-right:2em;
	display: inline;
	list-style: none outside;
}
/* イメージのリスト（横並び・Link-Category2で使用） */
ul.imglist {
	width: 650px;
}
ul.imglist li {
	float: left;
	list-style: none outside;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 7px 5px 0;
}
/* 定義リスト1（横並び・更新履歴とAbout-Sitemap,About linkとメールフォームで使用） */
dl.horizontal dt {
	width: 7em;
	line-height: 1.7;
}
dl.horizontal dd {
	margin: -1.7em 0 0 7em;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1（Link-Category1で使用） */
dl.imgtextlist {
	width: 100%;
}
dl.imgtextlist dt {
	padding: 0;
	float: left;
	width: 200px;
}
dl.imgtextlist dt a {
	background: none;
}
dl.imgtextlist dd {
	margin-left: 215px;
	line-height: 1.5;
}
	/* floatクリア用（※削除不可） */
	ul.imglist:after,
	div.imgtextlist:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	ul.imglist:after,
	div.imgtextlist:after {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea,
select,
input {	
	margin-bottom: 1em;
	border: 1px solid #fff;
	line-height: 1.2;
	color: #666;	
	background-color: #fff;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;	
}
textarea {
	width: 350px;
}
textarea:hover,
select:hover,
input:hover,
textarea:focus,
select:focus,
input:focus {
	border: 1px solid #999;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #666;	
	color: #fff;
	background-color: #666;	
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	border: 1px #999 solid;
	background: #999;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	color: #e384ac;
}
/* より強い強調 */
strong {
	color: #9e4152;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #999;
	text-decoration: line-through;
}
/* 整形済みテキスト */
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: 1px #fff solid;	
}
th {
	color: #666;	
	background: url('img/dot3.gif') repeat;
	text-align: center;
}
td {	
	color: #666;
}
td.second {
	color: #666;
	background-color: #fff;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1em;
	padding: 1em;
	color: #000;
	background: #eee;
}
/*	　7.ヘッダー
--------------------------------------------*/
div#header {
	padding-top: 30px;
	text-align: left;
}
/* サイト名 */
h1 {
	padding: 0 5px 0 80px;
	display: inline;
	z-index: 500;
	height: 35px;
	line-height: 35px;
	color: #999;
	background: #fff; 
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
h1 a {
	height: 35px;
	line-height: 35px;
	color: #999;
}
h1 a:hover {
	color: #666;
}
/* メニュー */
ul#menu {
	margin: 10px 40px 10px 0;
	line-height: 1.7;
	text-align: right;
}
ul#menu li {
	margin-left: 1.5em;
	display: inline;
	list-style: none outside;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
ul#menu li a {
	padding: 0 3px;
	line-height: 24px;	
	color: #999;
	font-size: 14px;
	text-decoration: none;
}
ul#menu li a:hover,
ul#menu li a:active {
	background: #fff url('img/dot2.gif') repeat-x scroll left bottom;
	color: #666;
}
ul#menu li.on a {
	color: #666;
	background: #fff;
}
/*	　8.コンテンツ
--------------------------------------------*/
div#contents {
	margin: 0 auto;
	padding: 100px 0 40px;
	clear: both;	
	width: 650px;
	line-height: 1.7;
	text-align: center;
}
	/* floatクリア用（※削除不可） */
	div#contents:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	div#contents:after {
		/*\*/*/
		overflow: hidden;
		/**/
	}
div.textbox {
	padding-bottom: 2em;
	text-align: left;
}
/*	　9.フッター
--------------------------------------------*/
ul#footer {
	padding: 0 0 10px;
	background: url('img/dot.gif') repeat-x left top;
	clear: both;
	text-align: center;
}
ul#footer li {
	margin: 0 0.5em;
	display: inline;
	list-style: none outside;
	color: #666;
}

/*	　10.indexページ
--------------------------------------------*/
p#enter {
	margin: 30px 0 80px;
}
p#enter a {
	padding: 0 2px;
	color: #666;
	background: #fff;
}
p#enter a:hover,
p#enter a:active {
	color: #67918e;
	background: #fff url('img/dot2.gif') repeat-x left bottom;
}
/*	　11.Textページ
--------------------------------------------*/
div#main {
	width: 460px;
	float: left;
}
div#sub {
	width: 170px;
	float: right;
}
div.textbox2 {
	padding: 0.5em 1em;
	border: 1px #fff solid;
	text-align: left;
}
div.textbox2 h2 {
	padding: 0;
	font-size: 130%;
	background: url('img/dot.gif') repeat-x left bottom;
}
ol.horizontal {
	padding: 0 1em;
	background: url('img/dot3.gif') repeat;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
	line-height: 1.3;
}
ol.horizontal li a {
	color: #666;
	line-height: 1.3;
}
ol.horizontal li a:hover,
ol.horizontal li a:active {
	color: #fff;
	background: none;
}
.em {
	padding: 0 0.5em;
	background: url('img/dot3.gif') repeat;
}
.em a {
	color: #666;
}
.em a:hover,
.em a:active {
	color: #fff;
	background: none;
}