@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{
	margin: 0;
	padding: 0}

/* 基本構造 */
html{}
body{
	color: #4C4C4C;
	background:url(./img/back03.jpg) right 80% no-repeat;
	font-size: small;
	font-family: Tahoma,Verdana,sans-serif;
	line-height:180%;
	margin: 0 auto;
	border: none;
	text-align: center;
	padding-bottom: 20px;
}
		
hr{display: none}
#PAN{display:none;}

/* 見出し */
h1,h2,h3,h4,h5,h6{
	font-family:"Verdana";
}
h1{
	color: #776;
	font-size: 30px;
	font-weight: normal;
}
h2{
	font-size: 36px;
	font-weight:bold;
	color: #eee7e0;
	width:400px;
	text-transform:uppercase;
	text-align: right;
	padding: 5px 0;
}
h3{
	font-size:100%;
	font-weight:bold;
	color:#9a6023;
	padding-left:10px;
	margin:5px 0 0;
	background: url("img/icon02.gif") no-repeat 0% 50%
}
h4{
	color: #776;
	font-size:100%;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0 0 20px 0s;
}
h5{
	color: #776;
	font-size:100%;
	font-weight:bold;
	padding: 0 0 0 10px;
	margin-top:10px;
	background: url("img/pan.gif") no-repeat 0% 50%
}
h6{
	font-size:100%;
	font-weight:bold;
	padding-left:10px;
	margin-left: 10px;
	border-left:solid 5px #000;
}	
/* 段落 */
p{
	padding:2px 0 2px 0 ;
	margin:0 0 0.5em 0;
	border: none;
}
/* リンク */
a{
	color: #00bebc;
	border: none;
}
a:visited,active{
	color: #00bebc;
	border: none;
}
a:hover{
	color: #4c4c4c;
	border: none;
}
a img{
	border: none;
}
a:focus{}
/* 強調・追加・削除 */
em{
	font-style:normal;
	font-weight:bold;
	color:#00bebc;
}
strong{
	color:#f39800;
	font-weight: normal;
}	
ins{
text-decoration:underline;}
del{text-decoration:line-through;}
/* フォーム */
form{}
label{
	font-size:100%;
}
	input#TEXT{}
	input#CHECKBOX{}
	input#RADIO{}
	input#BUTTON{}
input,textarea,select{
	color: #776;
	font-size:100%;
	margin-bottom:0.3em;
	padding: 0.2em;
	background-color:#f7f6f3;
	border:solid 1px #ebebeb;
}
option{}
optgroup{}

/* リスト */
ol{
	list-style:none;
	margin:0.8em;
}
ol li{
	border-bottom: 1px solid #ccc;
}
ul{
	list-style:none;
	margin:0.8em 0 0;
}
ul li{
	border-bottom: 1px solid #ccc;
}
dl{margin:0;
}
dt{
	color: #fff;
	font-weight:bold;
	padding-left: 10px;
	background:#ccc}
dd{
	padding: 0;	margin:0 0 20px 0;
}
/* アドレス */
address{font-style: normal;
}
/* 引用（サンプルページ未記述） */
blockquote{
	width:375px;
	text-align:center;
	margin:0.8em auto;
	padding:0.5em;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	background:#fafafa;
}
cite,q	{
	padding:0.2em 0.3em;
	border-bottom:1px solid #666;
	background: #eee7e0;
}
/* 整形済みテキスト（サンプルページ未記述） */
pre{
	width: 375px;
	height:50px;
	overflow: auto;
	margin:0.8em auto;
	padding:0.2em 0.3em;
	border:solid 1px #eee7e0 ;
}
/* 物理要素（サンプルページ未記述） */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:110%;}
small{font-size:x-small;}
tt{}

/* ***********************************************
/* 各#ID＆.class */
body#INDEX{}
div#PAGETOP{

	width: 100%;
	margin:0 auto;
	text-align: left;
}

/* ヘッダー */

div#HEADER{
	width: 180px;
	float: left}

/* メニュー */

#MENU{
	background: url("img/title.png") left top no-repeat;
	width: 180px;
	height:650px;
	clear:both;
	float:left;
}
#MENU h2{
	display:none;}
#MENU ul{
	list-style:none;
	padding: 0;
	margin: 180px 0 0 0;
}
#MENU li{
	height: 27px;
	line-height: 27px;
	font-family:"Courier New",sans-serif;
	font-size: 15px;
	text-align: right;
	letter-spacing: 0.1em;
	list-style-type:none;
	padding:0 20px;
	margin: 0;
	border: none;
	border-top: 3px double #eee7e0;
}
#MENU li.menu-on {
	background:url(img/icon01.gif) 100% 50% no-repeat;
}
#MENU li a{
	color: #8c8861;
	text-align:right;
	text-decoration:none}
#MENU li a:hover{
	color: #bdb76b;}
#MENU p{
	height: 10px;
	font-size: 11px;
	text-align: left;
	list-style-type:none;
	padding:0 0 0 20px;
	border: none;
}
#MENU p a{
	color: #8c8861;
	text-align:right;
	text-decoration:none}
#MENU p a:hover{
	color: #bdb76b;}

i.menu-on{}

div#KIZI{
	background: url(img/back08.png) 45px 50px repeat-x;
	padding: 120px 30px 30px 250px;}
div.text{
	padding:5px 5px;
	margin:0;
	width:475px;
}
ul.modori{display:none;}

#FOOTER{
	background: url(img/back09.png) left bottom repeat-x;
	width: 100%;
	height: 50px;
	color: #999;
	font-family : "Courier New";
	text-align: left;
	position: fixed;
	bottom: 0;
	float: left;
}
#FOOTER h2{display:none;}
div#FOOTER ul{
	list-style:none outside;
	padding-bottom:10px;
	margin:0;
	border-top: 3px double #eee7e0;
}
div#FOOTER li{
	list-style-type:none;
	display:inline;
	margin: 10px 0 0 10px ;
	font-style:normal;
	border: none;
}
#FOOTER li a{
	font-weight:normal;
	font-style:normal;
	padding:0.25em 0.5em;
	margin: 0}
#FOOTER li a,
#FOOTER li a:visited,
#FOOTER li a:hover{
	color:#666;
	text-decoration: none}
#FOOTER address{
	font-weight:normal;
	display:inline;}