body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
.center_white {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
div,td {
	font-family: "Verdana", "qMmpS Pro W3", "lr SVbN", "Osaka]";
	color: #666666;
}
sup {
	font-family: "lr SVbN", "Osaka]";
	color: #666666;
}
.header_under {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D0B25;
	border-right-color: #7D0B25;
	border-bottom-color: #7D0B25;
	border-left-color: #7D0B25;
}
.center_gray {
	background-color: #999999;
	background-image: url(../img/background.gif);
}
/*-----資料請求------*/
/*clearfix*/
.clear{
	clear:both;
	}
.clearfix:after{ /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix{
	display:inline-block; /* for IE */
	}
/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */
.clear {
clear:both;
}
div#request {
	width:731px;
	padding:10px 0px;
}
div#request div.resist{
	float:left;
	width:332px;
	padding:0;
}
div#request div.report{
	float:right;
	width:399px;
	padding:0px;
}

/*hover*/
div#request div.resist p a {
	display: block;
	width: 332px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
}
div#request div.report p a {
	display: block;
	width: 399px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
}
div#request div.resist p a {
	background:url(../images/bnr_regist.png) no-repeat 0 0;
}
div#request div.report p a {
	background:url(../images/bnr_report.png) no-repeat 0 0;
}

div#request div p a:hover,
div#request div p a:active {
	background-position: 0 -91px;
}











