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

.tip_object {
	width:		1028px;
	font-family:	Arial, Helvetica, sans-serif;
	border-bottom:1px solid #FFFFFF;
	}
	
	
	.tip_object :after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }



.tiptype_box .tiptype_content {
	text-align:	center;
}


.tip_object .tip_box {
	float:		left;
}

.tip_box .tip_content {

}


.tip_content .tip_title {
	 letter-spacing:-1px;
	 font-weight:	bold;
	 font-size:	26px;
	 position:	relative;
	 padding:10px;
}


.tip_content .tip_text {
	font-size:	12px;
	position:	relative;
	padding:0 30px 10px 30px;
	width:968px;
}


.tip_object:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}
