@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: url(../images/flash_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.logos{
	height: 80px;
}
.under{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #85bae0;
	border-bottom-color: #85bae0;
	border-left-color: #85bae0;
	padding: 0px;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 13pt;
}
/*a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #dc325d;
	text-decoration: underline;
}*/
