@charset "Shift_JIS"; /* 文字エンコードの設定（削除不可） */

/* ********************************************** */
@media only screen{ /* スクリーンメディア用 */

/* html・body */

html	{
			background-color: #ffffff;
			color: #000000;
			font-size: 16px;
			font-family: Sans-serif;
			line-height: 1.5;
			-ms-text-size-adjust: 100%;
			-webkit-text-size-adjust: 100%;
			text-size-adjust: 100%;
		}
body	{	}

/* 見出し */
h1,h2,h3,h4,h5,h6	{	}
h1	{	}
h2	{	}
h3	{	}
h4	{	}
h5	{	}
h6	{	}

/* 段落 */
p	{	}

/* 罫線 */
hr	{	}

/* 強制改行 */
br	{	}

/* アンカー */
a	{ background-color: transparent; }
	a:link	{	}
	a:visited	{	}
	a:hover	{	}
	a:active	{	}
	a:focus	{	}

/* 強調・追加・削除 */
em	{	}
strong	{	}
ins	{	}
del	{	}

/* フォーム */
form	{	}
fieldset	{	}
legend	{	}

label	{	}

input	{	}
	input[type="text"]	{	}
	input[type="checkbox"]	{	}
	input[type="radio"]	{	}
	input[type="button"]	{	}
	input[type="submit"]	{	}
	input[type="reset"]	{	}
	input[type="image"]	{	}

textarea	{ overflow: auto; }
select	{	}
option	{	}
optgroup	{	}

button	{	}
	button[type="button"]	{	}
	button[type="submit"]	{	}
	button[type="reset"]	{	}

button,
[type="button"],
[type="submit"],
[type="reset"]{ cursor: pointer; }
[disabled] { cursor: default; }

/* リスト */
ol	{	}
ul	{	}
li	{	}
	ol li	{	}
	ul li	{	}
dl	{	}
	dt	{	}
	dd	{	}

/* アドレス */
address	{	}

/* テーブル */
table	{	}
caption	{	}
thead	{	}
tbody	{	}
tfoot	{	}
tr	{	}
	thead tr	{	}
	tbody tr	{	}
	tfoot tr	{	}
th	{	}
	thead th	{	}
	tbody th	{	}
	tfoot th	{	}
td	{	}
	thead td	{	}
	tbody td	{	}
	tfoot td	{	}

/* 画像 */
img	{	}
a img	{	}

/* 引用 */
blockquote	{	}
q	{	}

/* 参照元 */
cite	{	}

/* 整形済みテキスト */
pre	{	}

/* コード・出力サンプル */
code	{	}
samp	{	}

/* キーボード */
kbd	{	}

/* 変数・置き換え可能語 */
var	{	}

/* 定義語 */
dfn	{	}

/* 省略語 */
abbr, acronym	{	}

/* 書字方向指定 */
bdo	{	}

/* インラインフレーム */
iframe	{	}

/* オブジェクト */
object	{	}

/* ノースクリプト */
body noscript	{	}

/* ノーフレーム */
body noframes	{	}

/* 上付き文字・下付き文字 */
sup	{	}
sub	{	}

/* その他物理要素 */
b	{ font-weight: 700; }
i	{ font-style: italic; }
big	{ font-size: larger; }
small	{ font-size: smaller; }
tt	{	}

/* 各#ID＆.class */
body#INDEX	{	}

div#PAGETOP	{	}
div#HEADER	{	}
	ul#PAN	{	}
		ul#PAN li{	}
div#MENU	{	}
	div#MENU ul{	}
		li#MENU01	{	}
		li#MENU02	{	}
		li#MENU03	{	}
		li#MENU04	{	}
		li.menu-on	{	}
div#KIZI	{	}
	div.text	{	}
		ul.modori	{	}
			ul.modori li{		}
div#FOOTER	{	}
	div#FOOTER ul{		}
		li#FOOTER01	{	}
		li#FOOTER02	{	}
		li#FOOTER03	{	}

}
/* ********************************************** */
@media handheld, tty{ /* モバイルメディア用 */

div	{position: static;}
#MENU01,#MENU02,#MENU03,#MENU04,#MENU05,#MENU06,#MENU07,#MENU08{display:inline; margin:0; padding:0 5px;}

}
/* ********************************************** */
@media only print{ /* 印刷メディア用 */

body	{background-color:#ffffff; color:#000000; font-family:Serif;}
a[href]::before	{content:"("attr(href)")";}
ul#PAN,ul.modori {display: none;}
div	{position: static;}

}