html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
} 
*{
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	font-size:11px;
	font-family:Serif;
	color: #333;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Arial;
	text-align:center;
}
img{
	border:none;
	vertical-align:top;
}
a			{	text-decoration:none;}
a:link		{	color: #333; }
a:visited	{	color: #666; }
a:hover		{	color: #999; }
.fleft		{	float:left;		}
.fright		{	float:right;	}
.clr		{	clear:both;		}
.tcenter	{	text-align:center !important;	}
.tleft		{	text-align:left;				}
.tright		{	text-align:right;				}
table 		{	border-collapse:collapse;		}

.logo {
	width:134px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:60px;
}
.box {
	width:90%;
	height:241px;
	background-image:url(img/border.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.box table {
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
.box td {
	width:330px;
}
p {
	line-height:130%;
}
.p1 {
	margin-top:1em;
}
.p2 {
	margin-top:2em;
}
.p3 {
	margin-top:2em;
}
.cright {
	font-size:10px;
	margin-top:5em;
}
.acs {
	position:absolute;
	left:-9999px;
	top:-999px;
}
