@charset "UTF-8";

html
{
	scrollbar-base-color: #eee;
	scrollbar-arrow-color: #999;
	scrollbar-shadow-color: #ccccff;
}

body
{
	width: 350px;
	scrollbar-base-color: #eee;
	scrollbar-arrow-color: #999;
	scrollbar-shadow-color: #ccccff;
}

table
{
	border: none;
	margin-left: 10px;
	width: 350px;
	height: auto;
}

table td
{
	vertical-align: top;
	padding: 0;
	font-size: 0.9em;
}

table td p.text1
{
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	lette-spacing: 1px;
	text-align: left;
	line-height: 130%;
	color: #ff6600;
}

table td p.text2
{
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	line-height: 130%;
	color: #444;
}

table td p.text3
{
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	line-height: 130%;
	color: #666;
}

