@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{
	margin:0px;
	padding:0px;
}

/* 基本構造 */
html{overflow:visible;}
body{
	background:url('wall.jpg') bottom repeat-x fixed #FFF;
	font-family:'ＭＳ Ｐゴシック';
	font-size:12px;
	font-style:normal;
	line-height:150%;
	color:#666;
}
hr{display:none;}

/* 見出し */
h1,h2,h3,h4,h5,h6{}
h1{
	position:relative;
	top:40px;
	left:50px;
	font-size:30px;
	line-height:33px;
	font-family:'MS UI Gothic';
}
h2{
	font-size:18px;
	font-weight:bold;
	border-bottom:#666 solid 1px;
	background:url('h2.jpg') left repeat-y;
	padding:2px 0px 0px 20px;
	margin:5px 0px 5px 0px;
}
h3{
	font-size:15px;
	font-weight:bold;
	border-bottom:#666 solid 1px;
	background:url('h3.jpg') no-repeat left;
	padding:2px 0 0 17px;
	margin:5px 0px 5px 15px;
}
h4{
	font-size:12px;
	font-weight:bold;
	border-bottom:#666 solid 1px;
	background:url('h4.jpg') no-repeat left;
	padding:2px 0 0 15px;
	margin:5px 0px 5px 25px;
}
h5,h6{
	font-size:10px;
	border-bottom:#666 solid 1px;
	padding:2px 0 0 12px;
	margin:5px 0px 5px 35px;
}
h5{font-weight:bold;}
h6{font-weight:normal;}

/* 段落 */
p{
	margin:5px 100px 5px 50px;
	padding-top:2px;
}

/* アンカー */
a{}
	a:link,a:visited,a:active{
		color:#333;
		text-decoration:underline;
	}
	a:hover,a:focus{
		color:#333;
		text-decoration:none;
		background-color:#CCC;
	}

/* 強調・追加・削除 */
em{font-weight:bold;font-style:normal;}
strong{font-weight:bold;color:#333;background-color:#CCC;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}

/* フォーム */

form{margin:1em 0px 1em 0px;}
input{}
	input#TEXT{
		border:#666 solid 1px;
		color:#666;
		padding:1px;
		font-size:12px;
	}
	input#CHECKBOX{}
	input#RADIO{}
	input#BUTTON{
		border:#666 solid 2px;
		color:#666;
		font-size:12px;
		background-color:#FFF;
	}
textarea{
	border-right:#666 solid 1px;
	border-left:#666 solid 1px;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	color:#666;
	padding:1px;
	font-size:12px;
}
select{}
option{}
optgroup{}

/* リスト */
ol{margin:1em 100px 1em 80px;}
	ol li{
		list-style-type:decimal;
	}
ul{margin:1em 100px 1em 80px;}
	ul li{
		list-style-type:disc;
	}
dl{margin:1em 100px 1em 65px;}
	dt{margin:2px 0px 2px 5px;}
	dd{margin-left:15px;padding-left:5px;border-left:#666 double 3px;}

/* リスト入れ子 */

ul ul,ul ol,ol ul,ol ol,dl ul,dl ol{
	margin:0.25em 0em 0.25em 2em;
}
ul dl,ol dl,dl dl{
	margin:0.25em 0em;
}
ul ol li{list-style-type:decimal;}

/* アドレス */
address{
	margin:1em 100px 1em 65px;
	text-decoration:underline;
}

/* 引用（サンプルページ未記述） */
blockquote{
	padding:1em;
	border:#666 dotted 1px;
	margin:1.5em 110px 1.5em 60px;
}
	blockquote p{margin:0px;}

cite,q{
	font-size:12px;
	background:url('q.jpg') repeat-x bottom;
}

/* 整形済みテキスト（サンプルページ未記述） */
pre{
	font-size:12px;
	font-style:normal;
	font-family:'ＭＳ ゴシック';
	margin:1em 100px 1em 60px;
	border:#666 solid 1px;
	padding:5px;
	width:372px;
	overflow:auto;
}

/* 物理要素（サンプルページ未記述） */
b{font-weight:bold;}
i{font-style:italic;}
big{font-size:15px;}
small{font-size:10px;}
tt{font-size:12px;font-family:ＭＳ ゴシック;}

/* テーブル */

table{
	margin:5px 100px 5px 50px;
	border:solid #CCC 1px;
}
th,td{
	padding:2px;
	border:solid #CCC 1px;
}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX{}

div#PAGETOP{
	width:800px;
	position:relative;
	margin:0 auto;
}
div#HEADER{
	width:800px;
	height:140px;
}
	ul#PAN{
		margin:0px;
		position:relative;
		right:25px;
		top:90px;
	}
		#PAN li{
			list-style-type:none;
			padding-right:8px;
			float:right;
		}
			#PAN li a{
				padding-left:17px;
				background:url('pan.jpg') 0% 50% no-repeat;
			}
div#MENU{
	float:left;
	width:200px;
	height:290px;
	margin:10px 0px;
	padding:5px 10px;
	overflow:auto;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	border-left:#666 solid 1px;
}
	#MENU h2{display:none;}
	#MENU ul{margin:0;width:200px;}
		#MENU ul li{
			background:url('menu.gif') no-repeat left;
			line-height:30px;
			height:30px;
			padding-left:30px;
			list-style-type:none;
			list-style-position:outside;
			margin:0;
		}
			#MENU ul li a{
				color:#333;
				background-color:#FFF;
				text-decoration:none;
			}
		li#MENU01{}
		li#MENU02{}
		li#MENU03{}
		li#MENU04{}
			li.menu-on{background:url('on.gif') no-repeat left !important;}
div#KIZI{
	width:567px;
	height:285px;
	margin:10px 0px;
	overflow:auto;
	border:#666 solid 1px;
	padding:15px 0px 0px 10px;
}
	div.text{}
		ul.modori{display:none;}
div#FOOTER{}
	#FOOTER *{margin:0px;}
	#FOOTER h2{display:none;}
		#FOOTER ul{}
			#FOOTER ul li{float:right;margin:0px 15px;list-style-type:none;}
			li#FOOTER01{display:none;}
			li#FOOTER02{}
			li#FOOTER03{}


