<!--
BODY
{
	color : #2e2e2a;
	font-size:92%;
	line-height:140%;
}

Table.main
{
	border : 0;
	bordercolor = #FFFFFF;
	width : 1100px;
	font-size:92%;
	line-height:140%;
}

Table.main td.products
{
	font-size:110%;
	font-weight:550;
	color : #2e2e2a;
	background-color : #669999;
}

Table.left
{
	font-size : 80%;
	border : 0;
	bordercolor : #FFFFFF;
	width : 100%;
	line-height:140%;
}	

Table.left tr.title
{
	background-color:Gainsboro;
}

Table.left tr.detail
{
	background-color:LightYellow;
}

TD.background
{
	align : center;
	width : 100%;
	line-height:140%;
}
TD.header
{
	align : center;
	width : 100%;
	background-color: PowderBlue;
	color : #666666;
}
TD.other
{
	align : left;
	width : 100%;
	line-height:140%;
}
TD.BigFont
{
	align : left;
	width : 100%;
  color : DimGray;
	font-size : 120%;
	font-weight : 600;
	line-height:140%;
}
Div.background
{
	position : absolute;
	top : 107px;
	left : 200px;
	width : 700px;
}

DIV.left
{
	position : absolute;
	align : left;
	top : 537px;
	left : 40px;
	width : 140px;
}

Table.News
{
	width : 80%;
	border : 0;
	border-color:white;
	font-size:100%;
}
	Table.News td.date{
		color:#cc0000;
		width:45%:
		text-align:left;
	}
	Table.News td.contents{
		color:#cc0000;
		width:55%:
		text-align:left;
	}
	A:link{ color:blue; }
	A:visited{ color : purple;}
	A:active{ color : blue;}
	A:hover{
		color : blue;
		text-decoration : underline;
	}
-->

