/* ▼メインスタイル▼ */
BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	text-align: center;
	color:#ccc;
	background-color: #000;
	font-family:Arial;
	font-size:medium;
}

a:link{color:#fff;}
a:visited{color:#ccc;}
a:active{color:#aaa;}
a:hover{color:#990000; background-color:#ffff00;}
a{text-decoration: none;}

/* ▼部分スタイル▼ */

H1{ font-color: ffff00; }
b.style1{ font-size:medium; color:#ffff00; }

.style1{
	color: #FFF;
	font-size:small;
}

.text1{
	width:90%;
	text-align:left;
}

/* ▼商品テーブル▼ */

td.rownumber{
	font-size:small; color:#fff;		/* テーブル行数の部分セル */
	text-align:center;
	background-color:#000;
}

tr.style1{
	font-size:x-small; color:#000;		/* テーブル行１段目 */
	text-align:center;
	background-color:#fff;
}

tr.style2{
	font-size:small; color:#ccc;		/* テーブル行２段目 */
	text-align:center;
	background-color:#990000;
}

tr.style3{
	font-size:small; color:#fff;		/* テーブル行３段目 */
	text-align:center; 
	background-color:#000;
}

/* ▼links.htmlのスタイル▼ */

.linktable{
	font-size:large; color:#fff;
	text-align:center;
	background-color:#000;
}