/* 基本的なスタイル */
body
	{
	background-color: #fff;
	background-image:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	line-height: 1.3em;
	}

img
	{max-width: 165px;}

/* 強調文字 */
strong
	{
	color:#f66;
	font-weight:bold;
	font-size:100%;
	}
/* 小文字 */
.note
	{
	color:#663;
	font-size:85%;
	}

/* ナビゲーション（隠し） */
.hiddennavi
	{
	display:block;
	height:auto;
	width:auto;
	overfllow:hidden;
	}

/* コンテンツ枠 */
#MAIN
	{
	width:auto;
	}

/* サイト全体の目次 */
.toc
	{
	background-color: #fff;
	border:0px;
	}
.toc li
	{
	list-style-type:sqare;
	padding:0px;
	margin:0px;
	border:0px;
	float:none;
	}
.toc a:link
	{
	color:#222;
	text-decoration:none;
	}
.toc a:visited
	{
	color:#222;
	text-decoration:none;
	}
.toc a:active
	{
	color:#222;
	text-decoration:none;
	}

/* サイト全体の目次のフォーカス部分（on） */
.toc li.on
	{
	background-color:#fea;
	border:0px;
	}
.toc li.on a:link
	{
	color:#c00;
	text-decoration:none;
	}
.toc li.on a:visited
	{
	color:#c00;
	text-decoration:none;
	}
.toc li.on a:active
	{
	color:#c00;
	text-decoration:none;
	}

/* 見出し */
h1
	{
	background-color: #fff;
	border-top:#630 0px solid;
	border-right:#630 0px solid;
	border-bottom:#630 3px solid;
	border-left:#630 10px solid;
	line-height: 1.2em;
	height:auto;
	padding:2px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	color:#630;
	text-align:left;
	}
/* トップページタイトル */
h1.index
	{
	padding:2px 0px 2px 2px;
	margin:0px 0px 10px 0px;
	text-align:left;
	height:auto;
	width:auto;
	}
h1.index span
	{
	display:inline;
	background-color: #fff;
	border-style: none;
	float:none;
	clear:none;
	width:auto;
	height:auto;
	}
h1.index span.h1b
	{
	display:inline;
	border-style: none;
	}
h1.index span.h1c
	{
	display:inline;
	border-style: none;
	}
h1.index span.h1d
	{
	display:inline;
	border-style: none;
	}
h1.index span.h1630
	{
	display:inline;
	background-color:#fff;
	}
h1.index span.h1imgvn
	{
	display:inline;
	background-image:none;
	}
h1.index span.h1imgob
	{
	display:inline;
	background-image:none;
	}
h1.index span.h1imghr
	{
	display:inline;
	background-image:none;
	}
h1.index span.h1imgtimp
	{
	display:inline;
	background-image:none;
	border-style: none;
	}
h1.index span.h1imgcel
	{
	display:inline;
	background-image:none;
	border-style: none;
	}

/* その他のページタイトル */
h1.about
	{
	background-image:none;
	}
h1.welcome
	{
	background-image:none;
	}
h1.log
	{
	background-image:none;
	}
h1.member
	{
	background-image:none;
	}
h1.link
	{
	background-image:none;
	}
h2
	{
	padding:0px 0px 0px 2px;
	margin:20px 0px 5px 5px;
	height:auto;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:2px solid #666;
	border-left:7px solid #666;
	color:#444;
	line-height:1.3em;
	font-weight:bold;
	font-size:auto;
	}
h2.vn
	{
	background-image:none;
	}
h2.hr
	{
	background-image:none;
	}
h2.timp
	{
	background-image:none;
	}
h2.cel
	{
	background-image:none;
	}
h2.ob
	{
	background-image:none;
	}
h3
	{
	color:#555;
	border-top:0px solid #888;
	border-right:0px solid #888;
	border-bottom:2px dotted #888;
	border-left:4px solid #888;
	padding:0px 0px 0px 2px;
	margin:10px 0px 5px 0px;
	line-height:1.3em;
	background-image:none;
	}

/* 見出しに続く領域 */
.para
	{
	padding:5px 0px 0px 10px;
	color:#000;
	}

/* 戻る領域 */
.modori
	{
	display:none;
	width:0px;
	height:0px;
	}

/* フッタ */
.footer
	{
	display: none;
	width:0px;
	height:0px;
	}

/* 隠しリンク（メンバーページ最下部） */
a.kakusi
{
	display:none;
	width:0px;
	height:0px;
}