@charset "utf-8";
/* CSS Document */



.page1 {
	padding:18px;
	background:url(../images/shadow.gif) repeat-y;
	overflow:hidden;
}
	.page1 p, .page1 div, .page1 span, .page1 td, .page1 th, .page1 li {
		line-height:22px;
		text-align:justify;
	}
	.page1 a {
		color:#213e8a;
	}
	.page1 h2 {
		margin:20px 0 10px;
		clear:both;
	}
	.page1 p {
		padding:0 20px 10px 0;
	}
	.page1 p span {
		color:#ff7046;
		font-weight:bold;
	}
	.page1 span.type2 {
		color:#ff7170;
		font-weight:normal;
	}
	.page1 table td {
		vertical-align:top;
	}
	.page1 .to_top {
		text-align:right;
	}

div.lrarrow {
	background:url(../images/page1/lrarrow.gif) no-repeat left center;
	padding-left:15px;
	color:#213e8a;
	font-weight:bold;
	font-size:110%;
}

ul.horizon_ul {
	margin:20px 0 30px 15px;
	*margin:20px 0 50px 15px;
	clear:both;
}
	ul.horizon_ul li {
		list-style:none;
		background:url(../images/page1/arrow.gif) no-repeat;
		float:left;
		margin-right:13px;
		padding-left:20px;
	}