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

/* ***********************************************
/* HTML要素（一部#ID） */
*	{	}

/* 基本構造 */
html	{	}
body  {
     font-family: "Times New Roman", Times, serif; 
	 font-size:10px; font-weight:normal; font-style:normal; 
	 text-decoration:none; text-align:left; vertical-align:top; 
     background-image: url(img/back.gif); background-repeat:repeat
	margin: 20px 0 0;
	padding: 20;
	}

hr	{	}

/* 見出し */
h1,h2,h3,h4,h5,h6	{	}
h1	{	}
h2	{	}
h3	{	}
h4	{	}
h5	{	}
h6	{	}

/* 段落 */
p	{	}

/* アンカー */
a:link{font-family: "Times New Roman", Times, serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#CC3300}
a:visited{font-family: "Times New Roman", Times, serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#CC3300}
a:active{font-family: "Times New Roman", Times, serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#003300}
a:hover{font-family: "Times New Roman", Times, serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#003300}

/* 強調・追加・削除 */
em	{	}
strong	{	}
ins	{	}
del	{	}

/* フォーム */

input	{	}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}
textarea	{	}
select	{	}
option	{	}
optgroup	{	}

/* リスト */
ol	{	}
	ol li	{	}
ul	{	}
	ul li	{	}
dl	{	}
	dt	{	}
	dd	{	}

/* アドレス */
address	{	}

/* 引用（サンプルページ未記述） */
blockquote	{	}
cite,q	{	}

/* 整形済みテキスト（サンプルページ未記述） */
pre	{	}

/* 物理要素（サンプルページ未記述） */
b	{	}
i	{	}
big	{	}
small	{	}
tt	{	}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{	}

div#PAGETOP	{	}
div#HEADER	{	}
	ul#PAN	{	}
div#MENU	{	}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
		li.menu-on	{	}
div#KIZI	{	}
	div.text	{	}
		ul.modori	{	}
div#FOOTER	{	}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

