@charset "Shift_JIS";
/* *********************************************** */
*   { margin:0; padding:0; }

body {
	font-family: "ＭＳ　ゴシック",sans-serif;
	font-size: 11px;
	text-align: left;
	color: #512d05;
	background: #eeeeee url() fixed; }

img {	border:0px; }

a:link    { color:#1f7fb0; font-style:normal; text-decoration:none; }
a:visited { color:#1f7fb0; text-decoration:none; }
a:hover   { color:#1f7fb0; font-style:normal; text-decoration:underline; }
a:active  { text-decoration:none; }


body#INDEX {	}

div#PAGETOP {
	width: 658px;
	margin: 0 auto;
	border: 0px solid #fff;}


/* ヘッダー */
div#HEADER {
	background: url(img/bg_title.gif);
	height: 90px;}

div#EXP {
	background: #ffffcc url(img/bg_page.gif) repeat-y right;
	height: 10px;
	padding: 0px 25px;
	font-size: 10px;
	letter-spacing: 0.2em;}



/* メニュー */
div#MENU {
	background: #ffffcc url(img/bg_page.gif) repeat-y right;
	border-bottom: 0px solid #fff;
	padding: 5px 19px 0px 20px;/*上、右、下、左*/}


/* 記事部分 */
div#KIZI {
	padding: 10px 25px;
	background: #fff url(img/bg_page.gif) repeat-y right;}

h2 {	}

div.text {
	margin: 0.6em 1em 1.5em 1em;
	letter-spacing: 0.2em;}
.text p {
	text-align: right;
	font-size: 10px;}

.text b {
	text-align: left;
	font-size: 10px;}

h3 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.2em;
	color: #507EA1;}
h4 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.1em;
	color: #507EA1;}
h5,h6 {
	padding: 0.7em 0 0.1em 0.1em;}

.text ul.modori {
	text-align: right;
	font-size: 77%;
	list-style: none;}
.modori a:link,.modori a:visited{
	color: #507EA1;}

/* リスト */
.text ol {
	margin: 0 0 1em 35px;
	list-style: decimal;}
.text ul {
	margin: 0 0 2em 35px;
	list-style: disc;}
.text li { padding-bottom: 10px;}

dl {
	margin: 0 0 1em 5px;}
dt {
	color: #B15131;
	font-weight: bold;}
dd {
	margin: 0 0 1em 0.2em;}

/* フッター */
div#FOOTER {
	background: #6c4117 url(img/copyright.gif);
	height: 27px;}



/* 強調・追加・削除 */
em {
	font-weight: bold;}
strong{
	font-weight: bold;
	color: #B15131;}
ins {
	text-decoration: underline;}
del {
	text-decoration: line-through;}



#FOOT { 
	text-align:center;
	margin :0px;
	font-size:11px; font-family:Garamond;
	letter-spacing: 1px;
	padding: 10px;}



/* フォーム */

input {
	margin-top: 0.5em;
	border: solid 1px #507EA1;}

input#TEXT {
	border: solid 1px #507EA1;}

input#BUTTON {
	padding: 3px 0.5em;
	border: solid 1px #507EA1;
	background: #EDEDEA;}
textarea {
	margin-top: 0.5em;
	border: solid 1px #507EA1;}
select {
	margin-top: 0.5em;
	background:#fff45c;}

/* 引用 */
blockquote {
	padding-left: 0.8em;
	margin: 1em;
	border-left: 2px dashed #EAEAED;}
cite,q {
	text-decoration: underline;}

/* 整形済みテキスト */
pre {
	padding: 0.3em;
	border: solid 1px #DADADC;
	font-size: 92%;
	font-family: monospace;}

/* 物理要素 */
b { font-weight: bold; } /* 太字 */
i { font-style: italic; } /* 斜体 */
big { font-size: 107%; } /* 文字大 */
small { font-size: 10px; } /* 文字小 */
tt { font-family: monospace; } /* 等幅 */
