@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{	margin:0;	padding:0;}

/* 基本構造 */
html	{	}
body	{
		color: #555;
		font-size:80%;
		font-family: Arial,sans-serif;
		line-height:180%;
		text-align: center;
		background:#fff;
		}

img{	border : 0px;}
hr{	display:none;}

/* 見出し */

h1	{	font-size: 20;}

h2	{
		font-size: 18px;
		border-bottom: 3px double #eee;
		padding: 5px 0;
	}

h3{	color:#FFCC00;	font-size:15px;	margin:5px 0;}
h4{	font-size:13px;	padding: 0 10px;	margin: 5px 0;}
h5{		color: #fff;
		font-size:13px;
		font-weight:normal;
		padding: 0 0 0 10px;	margin:10px;
		background:#ccc;
	}
h6{	padding-left:10px;	margin-left: 10px;	border-left:solid 5px #000;}
	
/* 段落 */
p{	padding:5px 20px;}

/* アンカー */
a{	color: #f6ad49;	text-decoration:underline;}
	a:visited{	color: #115599;}
	a:hover{	color: #fddea5;	text-decoration: none;}
	a:active	{	}
	a:focus	{	}

/* 強調・追加・削除 */
em{	font-style:normal;	font-weight:bold;}
strong{	color:#f39800;	font-weight: bold;	border-bottom:5px double #eee;}
ins{	text-decoration:underline;}
del{	text-decoration:line-through;}

/* フォーム */
form{	}
fieldset{	border:none;}
label{	}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}
		
input,
textarea,
select{
	margin-bottom:0.3em;
	vertical-align:middle;
	padding: 0.2em 0.5em;
	border:2px solid #eee;
	background: #fefefe;
	}

option	{	}
optgroup	{	}

/* リスト */
ol{	list-style:decimal outside;	margin:0.8em 3em;}
	ol li	{	}

ul	{	list-style:circle outside;	margin:0.8em 3em;}
	ul li	{	}

dl	{	margin:0.8em;}
	dt	{
			color: #fff;
			font-weight:bold;
			padding: 0.3em 20px;
			padding-left: 10px;	background:#ccc;
		}
	dd	{	padding: 0.5em 10px;	margin:0 0 5px 20px;
			border-left: 5px double #ccc;
		}

/* テーブル */
table	{	border:2px solid #eee;}
td, th {	text-align: left;	padding: 5px 10px;	border:1px solid #eee;}
caption	{	font-weight:bold;	text-align: left;	padding: 5px 0}
thead	{	}
tbody	{	}
tfoot	{	}
tr	{	}
	thead tr	{	}
	tbody tr	{	}
	tfoot tr	{	}
th	{	}
	thead th	{	}
	tbody th	{	}
	tfoot th	{	}
td	{	}
	thead td	{	}
	tbody td	{	}
	tfoot td	{	}

/* アドレス */
address	{	font-style: normal;	font-weight:bold;}

/* 引用（サンプルページ未記述） */
blockquote{
		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: #fafafa;
	}

/* 整形済みテキスト（サンプルページ未記述） */
pre{
		width: 90%;
		overflow: auto;
		margin:0.8em auto;
		padding:0.2em 0.3em;
		background:#fafafa;
	}

/* 物理要素（サンプルページ未記述） */
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: 800px;
		margin:30px auto;
		text-align: left;
	}

div#HEADER	{	width: 278px;	float: left;}
	ul#PAN	{	font-size:x-small;	margin: 0 5px;	list-style-type:none;}
	ul#PAN li{	display:inline;}
	ul#PAN li a{
				color:#111;
				text-decoration: none;
				padding-right: 15px;
				background: url("img/pan.gif") no-repeat 100% 50%;
			}

	ul#PAN li a:visited{	color:#111;	font-weight: normal;	text-decoration:none;}
	ul#PAN li a:hover{	color:#ccc;	text-decoration:none;}
	
#MENU{	width: 278px;	clear:both;	float:left;}
	#MENU h2{	display:none;}
	#MENU ul{	list-style:none;	padding: 0;	margin:0;}
	#MENU li{
			height: 27px;
			line-height: 27px;
			font-family:"Courier New",sans-serif;
			font-size: 13px;
			text-align: left;
			padding:0 20px;	margin: 0;
			background: url("img/menu.gif") no-repeat 0% 0%;
		}

		#MENU li a{	color: #fff;	text-decoration:none;}
		#MENU li a:hover{	color: #eee;	}

div#KIZI	{	margin-left:320px;}
	div.text{	padding:5px 10px;	margin:0;}
	ul.modori	{	text-align:right}

#FOOTER{	text-align: right;	margin:20px 0 0 320px;}
	#FOOTER h2{	display:none;}
	div#FOOTER ul{	list-style:none;
					padding-bottom:10px;	margin:0;
					border-top: 3px double #eee;
			}

	#FOOTER li{	display:inline;	margin-left:10px;}
	#FOOTER li a,
	#FOOTER li a:visited,
	#FOOTER li a:hover{	color:#666;	text-decoration: none;}

	#FOOTER address{	font-weight:normal;	display:inline;}
