<!-- 
/*天然石ビーズ卸*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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);
	background-attachment:fixed;
	color:#666666;
	background-color:#FFFFFF; }
A:LINK   { text-decoration:none; border-bottom:dotted 0px; border-color:#DDDDDD; color:#666666; }
A:VISITED{ text-decoration:none; border-bottom:dotted 0px; border-color:#DDDDDD; color:#666666; }
A:HOVER  { text-decoration:none; border-bottom:dotted 0px; 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	{ overflow: auto; width:920px;max-width:920px;min-width:920px; margin:0;padding:0; background-color:#FFFFFF; }
div.b001{ float:right;	width:710px; margin:0;padding:5px 10px 5px 0; }/*コンテンツ*/
div.b002{ float:left;	width:190px; margin:0;padding:5px 0 5px 10px; }/*メニュー*/

div.m_header	{ width:140px; margin:0px; padding:0px; text-align:center; border-width:0px; } /* メニュー内ヘッダー */
div.m_submenu	{ width:180px; margin:0px; padding:0px; text-align:center; border-width:0px; } /* メニュー内コンテンツ */
div.footer	{ width:920px;}
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; }/*コンテンツ内*/
div.w600l { width:600px; margin:0px; background-color:#FFFFFF; text-align:left; }/*コンテンツ内*/

/* header */
h1{line-height:14px;letter-spacing:0px;font-size:12px;color:#888;font-weight:normal;}
h1.header {width:920px;line-height:10px;letter-spacing:0px;font-size:6px;margin:0px;color:#CCC;}

/* menu */
font.m_submenu		{line-height:24px;color:#666;}
font.m_title		{line-height:24px;letter-spacing:2px;font-size:14px;color:#999;font-weight:bold;}/* 題名 */
div.m_submenu > a	{line-height:24px;letter-spacing:4px;font-size:12px;color:#666;}/* その他リンク */
font.m_tx01		{line-height:10px;letter-spacing:0px;font-size:8px;}
hr.m_line		{color:#666; border:0; border-bottom:1px dotted #888;}

/* contents */
hr.c_line	{color:#666; border:0; border-bottom:1px dotted #888;}
font.c_title	{line-height:14px;letter-spacing:2px;font-size:10px;color:#666;}
font.c_tx01	{line-height:12px;letter-spacing:0px;font-size:8px;color:#666;}/*お買い物の注意事項*/
font.c_tx02	{line-height:12px;letter-spacing:0px;font-size:8px;color:#666;}/*お買い物の注意事項*/
strong.c_tx03	{line-height:12px;letter-spacing:0px;font-size:8px;color:#888;font-weight:normal;}
img.navi	{width:135;height:85;text-decoration:none;border:0;}

//-->