@charset "Shift_JIS";
/* *********************************************** */
/* 
 * CSS着せ替えテンプレート用デザイン
 *  Author: 坂取
 *  Author URI: http://az-store.nrym.org/
 */
/* *********************************************** */
/* HTML要素（一部#ID） */
/* 基本構造 */
html
	{
	height: 100%;
	}
html
	{
	overflow: auto;
	}
body
	{
	margin:  0px 0px 0px 60px;    /* 上 右 下 左 */
	padding: 0;
	background-color: #ECEAE3;
	background-image: url(../image/back.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #333333;
	font-family : "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",Osaka;
	font-size: 95%;
	line-height: 1.6em;
	height: 100%;
	}
#main
    {
     margin-left: auto;    /* 左側マージンを自動的に空ける */
     margin-right: auto;   /* 右側マージンを自動的に空ける */
     text-align: left;     /* 中身を左側表示に戻す */
     width: 800px;         /* 幅を決定する */
    }
hr
	{
	margin: 10px 0px 0px -50px;
	width: 800px;
	}
img
	{
	margin: 1px;
	padding: 0;
	}
a img
	{
	border: none;
	}
td
	{
	width: 800px;
	}
/* 見出し */
h1,h2,h3,h4,h5,h6
	{
	margin: 0px 0px 10px -30px;
	padding: 0.25em 0;
	line-height: 1.1;
	font-weight: 700;
	}
	/* ナビゲーション以外の要素＿一般 */
address,blockquote,p,pre,ul,ol,dl,fieldset,table,object,embed
	{
	margin: 1.5em 0;
	}
h1
	{
	border-top: 5px solid #696969;
	border-bottom: 5px solid #696969;
	color: #696969;
	margin: 0 20px;
	padding: 20px;
	font-size: 100%;
	background: #FFC0CB;
	}
h2
	{
	font-size: 375%;
	color: #696969;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	}
h3
	{
	border-left: 7px solid #696969;
    border-bottom: 2px solid #696969;
    padding:0.4em 0.6em;
	font-size: 120%;
	}
div#KIZI>h2,
div.text>h3
	{
	font-family : "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",Osaka;
	}
h4
	{
	margin: 0px 0px 10px -10px;
    border-left: 5px double #696969;
    padding:0.4em 0.6em;
	font-size: 110%;
	}
h5
	{
	display: inline;
	padding: 0.25em 0.5em;
	font-size: 85%;
	color: #696969;
	}
h6
	{
	font-size: 120%;
	color: #000000;
	margin: 0.75em 0;
	}
/* 段落 */
p
	{
	}
/* アンカー */
a
	{
	}
a:link
	{
	color: #000000;
	}
a:visited
	{
	color: #696969;
	}
a:hover
	{
	color: #FF69B4;
	text-decoration: underline;
	}
/* 強調・追加・削除 */
em
	{
	margin: 0px 0px 0px -20px;
	font-weight: 700;
	font-style: normal;
	}
strong
	{
	font-weight: 700;
	color: #C71585;
	}
ins
	{
	color: #666666;
	}
del
	{
	color: #666666;
	text-decoration: line-through;
	}
/* フォーム */
input,
textarea,
select
	{
	padding: 1px;
	font-size: 100%;
	color: #333333;
	background: #ffffff;
	border: 1px solid #C71585;
	line-height: 1.2;
	}
/* リスト */
#KIZI ol
	{
	margin-left: 2em;
	}
/* 普通リスト */
#KIZI ul
	{
	margin-left: 2em;
	}
/* 説明付きリスト */
#KIZI dl
	{
	}
#KIZI dl dt
	{
	font-weight: 700;
	color: #C71585;
	}
#KIZI dl dd
	{
	margin: 0.1em 0;
	padding: 0.25em 0.5em;
	border: 1px solid #f1e3d5;
	}
/* アドレス */
address
	{
	}
/* 引用（サンプルページ未記述） */
blockquote
	{
	padding: 0.5em;
	background: #f1e3d5;
	cursor: help;
	}
cite
	{
	font-weight: 700;
	}
q
	{
	quotes: "\300c" "\300d" "\300e" "\300f";
	}
q:before
	{
	content: open-quote;
	}
q:after
	{
	content: close-quote;
	}
/* 整形済みテキスト（サンプルページ未記述） */
pre
	{
	padding: 0.25em;
	background: #9d3434;
	width: 90%;
	overflow: scroll;
	color: #ffffff;
	}
	/* WinIE6以外のモダンブラウザに適応 */
html>body pre
	{
	width: auto;
	overflow: auto;
	}
/* 物理要素（サンプルページ未記述） */
tt
	{
	font-family: monospace;
	}
b
	{
	font-weight: bold;
	}
i
	{
	font-style: oblique;
	}
big
	{
	font-size: 120%;
	}
small
	{
	font-size: 80%;
	}
/* ***********************************************
/* 各#ID＆.class */

body#INDEX
	{
	}
#INDEX ul#PAN
	{
	}
#PAGETOP
	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	}
*>#PAGETOP
	{
	height: auto;
	overflow: visible;
	}
div#HEADER
	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 112px;
	left: 0;
	width: 220px;
	text-align:right;
	}
div#PAGETOP>div#HEADER
	{
	position: fixed;
	}
ul#PAN
	{
	display: none;
	}
ul#PAN li
	{
	}
ul#PAN a
	{
	}
#MENU
	{
	margin: 160px 0 0 0;
	padding: 0;
	width: 220px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align:right;
	}
#PAGETOP>#MENU
	{
	position: fixed;
	}
div#MENU h2
	{
	display: none;
	}
/* メニューリスト・リンク */
#MENU ul
	{
	margin: 20px 20px 0;
	padding: 0;
	}
#MENU li
	{
	display: inline;
	list-style-type: none;
	}
#MENU li a
	{
	display: block;
	margin-bottom: 1px;
	padding: 0.25em 20px;
	text-decoration: none;
	color: #ffffff;
	background: #696969;
	}
#MENU li a:link,
#MENU li a:visited
	{
	color:#ffffff;
	}
#MENU li a:hover
	{
	color:#333333;
	}
#MENU li.menu-on a
	{
	color: #333333;
	background: #FFC0CB;
	}
#MENU li.menu-on a:link,
#MENU li.menu-on a:visited
	{
	color: #333333;
	}
#KIZI
	{
	margin: 50px 20px 20px 220px;
	padding: 0;
	z-index: 1;
	}
#PAGETOP>#KIZI
	{
	position: relative;
	}
.text
	{
	margin: 0 0 0 20px;
	padding-bottom: 3em;
	z-index: 5;
	}
#KIZI>.text
	{
	position: relative;
	}
/* 戻りの設定 */
ul.modori
	{
	visibility: hidden;
	}
ul.modori li
	{
	}
ul.modori li a
	{
	}
/* フッター */
#FOOTER
	{
	border-top: 1px solid #696969;
	margin: 0 20px 0 240px;
	padding: 10px 0 20px;
	}
#FOOTER h2
	{
	display: none;
	}
#FOOTER ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}
#FOOTER li
	{
	display: inline;
	}
#FOOTER li a
	{
	}
#FOOTER li a:link,
#FOOTER li a:visited
	{
	font-style: normal;
	}
#FOOTER li address
	{
	display: inline;
	}