html{
	margin: 0;
	height: 100%;
}
body{
	margin: 0;
	height: 100%;
	background: #000022 url('img/background.gif') repeat-x bottom fixed;
}
img{
	border: 0px;
}

table.frame{
	background: url('img/table_back.gif') center repeat-y;
	padding: 25px 30px 25px 30px;
	width: 810px;
}
td.frame{
	width: 750px;
	padding: 0px 25px 0px 25px;
	background: #ffffff;
	font-size: 11pt;
	line-height: 1.8em;
}
td.head{
	padding: 0px;
}
td.header2{
	height: 38px;
	background:url('img/header.jpg') center top no-repeat;
}
td.t_footer{
	height: 42px;
	background: url('img/t_footer.gif') center top no-repeat;
}
td.footer{
	text-align: center;
	background: url('img/footer.gif') center top no-repeat;
	line-height: 1.2em;
	padding-top: 12px;
}
table.saiseki{
	width: 700px;
	font-size: 11pt;
	line-height: 1.5em;
}
tr.seiseki_top{
	text-align: center;
	color: #ffffff;
	background: #555555;
}

table.tokutei{
	width: 700px;
	color: #000000;
	border: solid 1px #191919;
	text-align: left;
}
td.tokutei{
	font-size: 9pt;
	width: 200px;
	color: #ffffff;
	background: #191919 url('img/tokutei_back.gif') center;
	text-align: center;
}
td.tokutei2{
	text-align: left;
	font-size: 9pt;
	padding-left: 5px;
}
td.tokutei3{
	color: #ffffff;
	font-weight: bold;
	background: #191919 url('img/tokutei_back.gif') center;
	text-align: center;
}
.copy{
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
.foot{
	color: #ffffff;
	font-size: 10pt;
}
.small{
	font-size: 9pt;
}
.red{
	font-size: 15pt;
	font-weight: bold;
	color: #d00000;
	line-height: 1.5em;
}
.under{
	background: url('img/under.gif');
}

li{
	font-weight: bold;
	margin-left: -24px;
}
li.stop{
	height: 32px;
	background: url('img/stop.gif') no-repeat;
	padding-top: 4px;
	padding-left: 44px;
	margin:10px;
	margin-left: -32px;
	list-style-type: none;
}
li.ok{
	height: 32px;
	background: url('img/ok.gif') no-repeat;
	padding-top: 4px;
	padding-left: 44px;
	margin:10px;
	margin-left: -32px;
	list-style-type: none;
}
li.hands{
	height: 32px;
	background: url('img/hands.gif') no-repeat;
	padding-top: 4px;
	padding-left: 44px;
	margin:10px;
	margin-left: -32px;
	list-style-type: none;
}
a{
	font-size: 10pt;
	font-weight: bold;
	color: #266073;
}
a:hover{
	text-decoration: none;
}
a.order{
	width: 390px;
	height: 60px;
	border: none;
	background: url(img/order1.gif) center no-repeat;
	overflow: hidden;
	text-indent: -999px;
	positon: relative;
	z-index: 999;
	display: block;
	font-size: 0;
	line-height: 0;
	margin-top: 8px;
	filter: alpha(style=0, opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a.order:hover{
	width: 390px;
	height: 60px;
	border: none;
	background: url(img/order1.gif) center no-repeat;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	filter: alpha(style=0, opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
input.txt{
	border: 1px solid #999999;
}