/* 要素名・配列など、このままの形で無断使用することを禁止します *//* --------------------------------------------------------------------------- */A:link		{color:#0000FF}		/* リンク色:青 */A:visited		{color:#0000FF}		/* ブリンク色:青 */A:alink		{color:#FF0000}		/* クリック色:赤 */A:hover		{color:#FF0000}		/* オンマウス色:赤 */A:active		{color:red}		/* 赤 */DIV.kanribi	{	position:absolute;	top:10px;	right:8%;	font-size:12px;				/* 文字サイズ：*/	color:#000000;				/* 文字色：黒色 */	text-align:right;			/* 文字中央揃え */	}div.title	{	font-size:14px;				/* 文字サイズ：13P囲み大見出し */	color:#000000;				/* 文字色：白色 */	text-align:center;			/* 文字中央揃え */	padding: 4px 4px 4px 4px;	/* パディング(上・右・下・左)：4px */	background-color:#fed982;	/* 背景色：blue */	}UL	{	list-style-type:disc;		/* 行頭のタイプ：小さい丸 */	font-size:100%;			/* 文字サイズ：11ポイント */	color:#000000;			/* 文字色：黒 */	line-height:140%;		/* 行間：130% */	font-weight:400			/* 文字太さ：普通 */	}OL		{	list-style-type:decimal;	/* 行頭のタイプ：数字 */	font-size:14px;			/* 文字サイズ：11ポイント */	color:#000000;			/* 文字色：黒 */	line-height:130%;		/* 行間：130% */	font-weight:400			/* 文字太さ：普通 */	}DL	{	list-style-type:disc;		/* 行頭のタイプ：頭無し */	font-size:14px;			/* 文字サイズ：11ポイント */	color:#000000;			/* 文字色：黒 */	line-height:130%;		/* 行間：130% */	font-weight:400			/* 文字太さ：普通 */	}	.sizeA{										/* 通常サイズ これを基本に追加修正してください */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:100%;							/* 文字サイズ */	color:#000000;							/* 文字色：黒 */	line-height:130%;						/* 行間：130% */}.sizeAs{									/* 小さい */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:80%;							/* 文字サイズ */	color:#000000;							/* 文字色：黒 */	line-height:130%;						/* 行間：130% */}.sizeB{										/* 太字 */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:100%;							/* 文字サイズ */	color:#000000;							/* 文字色：黒 */	line-height:130%;						/* 行間：130% */	font-weight:bold;						/* 文字太さ：太字 */}.sizeBs{									/* 太字小さい */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:80%;							/* 文字サイズ */	color:#000000;							/* 文字色：黒 */	line-height:130%;						/* 行間：130% */	font-weight:bold;						/* 文字太さ：太字 */}SPAN.ruby	{	font-size:12px			/* 文字サイズ：9ポイント */	}SPAN.italic	{	font-style:italic			/* 文字スタイル：イタリック */	}SPAN.under	{	text-decoration:underline	/* 文字飾り：下線 */	}INPUT.button /* ボタン */	{	height:24px; /* 高さ：24ピクセル */	width:100px; /* 幅：100ピクセル */	font-size:14px; /* 文字サイズ：11ポイント */	}INPUT.text /* テキストボックス（１行入力） */	{	font-size:14px; /* 文字サイズ：11ポイント */	}TEXTAREA /* テキストボックス（複数行入力） */	{	font-size:14px; /* 文字サイズ：11ポイント */	line-height:130%; /* 行間：130% */	}SPAN.sizeBB{									/* タイトルに使用*/	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-weight:bold;					/* 文字太さ：太字 */	font-size:130%;						/* 文字サイズ： */	line-height:120%;					/* 行間：130% */	color:#000000;						/* 文字色：黒 */}.sizeAw{							/* 白文字 */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:100%;	color:#ffffff;	line-height:130%;}.sizeBw{							/* 白文字(太字) */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:100%;	color:#ffffff;	font-weight:bold;	line-height:130%;}/* --- フロア案内 --- */.floorTbl{background-color:#ffffff;border-collapse:collapse;}/* --- 見出し --- */.mds{border-top:solid 1px #9999cc;border-left:solid 10px #9999cc;}/* --- 小さい文字 --- */.sizeAss{									/* 小さい */	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:70%;							/* 文字サイズ */	color:#000000;							/* 文字色：黒 */	line-height:130%;						/* 行間：130% */}/* --- copyright --- */.cr{	font-family:Tahoma,"MS UI Gothic",Osaka,sans-serif;	font-size:80%;	font-weight:bold;	color:#ffffff;	line-height:130%;}
