/***********************************************/ 
/*intention*/
/***********************************************/ 
.intention p {
	text-indent:1em;
	margin-bottom:15px;
}
.intention .t1 {
	color:#ff6600;
}
.intention strong {
	color:#006699;
}
.intention_pic {
	float:right;
	margin:0 5px 0 20px;
}
.intention_pic p {
	text-align:center;
	text-indent:0;
}
/***********************************************/ 
/*about*/
/***********************************************/ 
.about_table table {
	width:650px;
	border-top:#e5e8ec 1px solid;
	border-left:#e5e8ec 1px solid;
	font-size:12px;
}
.about_table th {
	text-align:right;
}
.about_table th, td {
	padding:10px;
	border-bottom:#e5e8ec 1px solid;
	border-right:#e5e8ec 1px solid;
}
.about_table .odd th {
	background:#f6faff;
}
.about_table .odd td {
	background:#f7fbff;
}
.about_table .even th {
	background:#f9fcff;
}
.about_table .even td {
	background:#ffffff;
}
.about_pic {
	float:left;
	margin:10px 10px 0 0;
}

