body 
{
	font-size: 10pt;
	margin: 0px;
	text-align: center;
	color: #cc0000;/*朱色*/
	background-color: #ffffff;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 100% 100%;
	line-height:1.5;
	scrollbar-3dlight-color:#ffffcc;
	scrollbar-arrow-color:#333333;
	scrollbar-darkshadow-color:#ffffcc;
	scrollbar-face-color:#ffcc33;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-track-color:#ffffcc;
}

hr
{
	align: center;
	border-style: dashed;
	border-color: #ffcc33;/*クリーム色*/
}

a
{
	text-decoration: none;
	color: #993300;/*茶色*/
}

a:hover/*オンマウス*/
{
	color: #ff6600;/*オレンジ色*/
	position: relative;
	top: -1px;
}

h1
{
	font-family: sans-Serif;
	text-align: left;
	margin: 0px;
	color: #333333; 
	font-size: 15pt;
}

p
{
	text-align: left;
	line-height:1.2;
	margin: 10px;
	color: #333333;
	font-size: 10pt;
}

div
{
	text-align: center;
	line-height: 1.2;
	margin: 10px;
	color: #333333;
	font-size: 10pt;
}

table
{
	font-size: 10pt;
}

.div
{
	text-align: left;
	line-height: 1.0;
	margin: 2px;
	color: #333333;
	font-size: 8pt;
}

.a
{
	text-decoration: none;
	color: #333333;/*黒灰色*/
}