@charset "utf-8";
/* CSS Document */
a{
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}

a img{
	border: 0px;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 0px auto;
	color: #5096c8;
	width: 680px;
	padding: 40px;
}

.text1{
	font-size: 12px;
	color: #323232;
	padding-bottom: 25px;
	padding-left: 10px;
	line-height:22px;
}

.text2{
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.text3{
	padding: 12px 40px 12px 0;
}

.text4{
	padding: 20px 0;
}

.text5{
	color: #221c15;
	font-size: 12px;
	line-height:14px;
}

.text5 a{
	color: #00599d;
}

.text5 a:hover{
	text-decoration: underline;
}

.Square{
	border: 1px solid #c0c0c0;
	padding: 25px 80px;
	font-size: 12px;
	margin-bottom: 35px;
}

.red{
	color: #fe0000;
}

.boder{
	border: 1px solid #7f9db9;
	height: 20px;
}