<!-- 
/*天然石ビーズ卸*/

BODY{
	margin: 0px 0px 20px 0px ;
	font-size : x-small;
	/* スクロールバー・ベース */
	scrollbar-base-color :#FFFFFF;
	scrollbar-face-color :#EEEEFF;
	scrollbar-highlight-color : #0000FF;
	scrollbar-shadow-color : #0000FF;
	scrollbar-track-color : #FFFFFF;
	/* スクロールバー・立体陰影・ */
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-arrow-color : #0000FF;
	background-image:url(/icon/index2/wallpaper.jpg);
	color:#666666;
	background-color:#FFFFFF; }
A:LINK   { text-decoration:none; border-bottom:dotted 1px; border-color:#DDDDDD; color:#666666; }
A:VISITED{ text-decoration:none; border-bottom:dotted 1px; border-color:#DDDDDD; color:#666666; }
A:HOVER  { text-decoration:none; border-bottom:dotted 1px; border-color:#FFFFDD; color:#666666; position : relative; top : 1px; left : 1px; }
A.b:LINK   { font-size:20px; text-decoration:none; border:none; }
A.b:VISITED{ font-size:20px; text-decoration:none; border:none; }
A.c:HOVER{ text-decoration:none; border-bottom:none; border-color:none;
           position:relative; top:0px; left:0px;
           background-color:red;
           /*背景の半透明化*/
           filter:alpha(opacity=30); /*IE*/
           -moz-opacity:0.30; /*FF*/
           opacity:0.30; /*Firefox & Safari*/}
img { text-decoration:none; border:none; }
.glow-on {
	/* リンクと同じ効果：マウスオーバー */
	color : #0000FF;
	background-color : #FFFFFF;
	position : relative;
	top : 1px;
	left : 1px;
	text-decoration : none;}
.glow-off {
	/* リンクと同じ効果：字を光らせるマウスアウト */
	position : relative;
	top : 0px;
	left : 0px;
	text-decoration : none;}

/* DIV枠 */
div.all      { width:900px; margin:0px; padding:0px; border-style:none solid none solid; border-width:1px; border-color:#DDDD99; background-color:#FFFFFF; } /* 全体 */
div.menu     { float:left;  width:170px; margin:0px; padding:10px; text-align:center;   border-width:0px; } /* メニュー */
div.contents { float:right; width:722px; margin:0px; padding:0px;  text-align:center; border-style:none none none dashed; border-width:1px; border-color:#DDDD99; background-color:#FFFFFF; } /* コンテンツ */
div.w900c { width:900px; margin:0px; background-color:#FFFFFF; text-align:center; }
div.w900l { width:900px; margin:0px; background-color:#FFFFFF; text-align:left; }
div.w900r { width:900px; margin:0px; background-color:#FFFFFF; text-align:right; }
div.w700c { width:700px; margin:0px; background-color:#FFFFFF; text-align:center; }
div.w700r { width:700px; margin:0px; background-color:#FFFFFF; text-align:right; }
div.w700l { width:700px; margin:0px; background-color:#FFFFFF; text-align:left; }

/* 強調文字 */
h1{ font-size : 9px; color : #888888; }
h1.head {
	font-size : 10px;
	font-weight : 100;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	color : #999999; }

/* テーブルの表示開始を優先 */
table { table-layout: auto; font-size : x-small; }
table.dashed { border-style:dashed; border-color:#DDDD99;}

/* 左側メニュー */
td.ltx1{ line-height:1.8em; margin:1.8em; border:none }/*メニューの改行ピッチ*/
td.ltx2{ border-style: solid;border-color:#DDDD99; }/*右側のコンテンツ*/
table.ltx3{ background:#FFFFFF; }/*右側のコンテンツ*/
td.ltx3{ border-style: none none solid none ;border-color:#DDDD99; }/*右側のコンテンツ*/
font.menu{ font-size : 12px; }

hr.line { color:#CCCCCC; }

/* タイトル文字装飾 */
font.ttl0 { font-size : 9px; }
font.ttl1 { font-size : 11px; }
font.ttl2 { font-size : 13px; color : #CCCCCC; font-weight:normal; }
strong { font-weight:400; }

/* タイトル文字装飾 */
font.mnu1 { font-size : 12px; color : #0088FF; }
font.mnu2 { font-size : 11px; color : #0088FF; }
font.mnu3 { font-size : 10px; color : #0088FF; }

/* おしらせ */
font.utx1{ line-height:1.5em; margin:1.5em; font-size:9.0pt; }/*表中の文字*/
font.umar{ color:#ffaaaa; font-size:9.0pt; }/*表中の●*/

/* 更新記録 */
textarea { border-style:dashed; border-width:2px 2px; border-color:#0088FF; width:420px; height:320px; font-size:12px;}

/* 下の表のところ */
table.tab1{ background:#f8f8f8; }

font.ti1{ color:#000000; font-size:12pt;}/*表最上段のタイトル*/
font.ti2{ color:#FF5064; }/*表中のタイトル*/
font.tx1{ color:#000000; font-size:9.0pt;}/*表最上段の文字*/
font.tx2{ color:#000000; font-size:8.0pt;}/*表中の文字*/
font.mar{ color:#ffcc00; font-size:8.0pt;}/*表中の●*/

td.ti1{ text-align:center; background:#ffcc00; }/*表最上段のタイトル背景*/
td.ti2{ text-align:center; background:#cccccc; }/*表中のタイトル背景*/
td.tx1{ background:#ffffff; }/*表最上段の文字背景*/
td.tx2{ background:#ffffff; }/*表中の文字背景*/

td.mas{ /*表中のテーブル位置*/
	width:295;
	text-align:center;
	vertical-align:top;
}
iframe{
	border-style:solid;
        border-width:1px;
	border-color:#FFFFCC;
}

//-->
