@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:150%;
	color:#000000;
	background-color:#fbf9f6;
}
img{
	border:0px;
}
a:link,a:visited{
	text-decoration:none;
	color:#333333;
}
a:hover{
	color:#FF0000;
}

/*------ van ----------*/
.van_bg{
	width:452px;
	height:39px;
	background-image:url(van_bg.jpg);
	background-repeat:no-repeat;
}

.center_bg{
	background-image:url(center_bg.jpg);
}

/*--------footer  -------*/
.footer{
	width:878px;
	color:#62594e;
	font-size:12px;
	text-align:center;
}
.footer font{
	font-family:Arial;
}
.footer span{
	color:#ff0033;
}

.tit_bg{
	margin:0 auto;
	background-image:url(tit_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width:820px;
	margin-bottom:20px;
	font-size:17px;
	font-weight:bold;
	color:#FF6600;
}

.img_border{
	border:2px #f0ede9 solid;
}

.bottom_line{
	border-bottom:1px #838383 dashed;
	margin-bottom:20px;
}

.table_tit{
	background-image:url(tit_bg1.jpg);
	background-repeat:repeat-x;
	background-color:#812c3d;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;	
}

.photo_img_border{
	padding:1px;
	border:2px #CCCCCC solid;
}
.img_left{ float:left;margin:0px;}
