<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg.jpg) repeat-x #441010;
	margin:0;
	padding:0;
}

.contant{
	width:760px;
	margin:0 auto ;
	padding-top:12px;
	background-color:#FFF;
}

.top{
	margin: auto;
	/*margin-top:12px;*/
}

.main{
	background:url(../images/main_bg.jpg) repeat-y;
}

.type{
	width:682px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	line-height:20px;
}

.type ul{
	padding:0;
	margin:0;
	letter-spacing:75;
	text-align: justify;
	width:680px;
	}

.h{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#941313;
	font-weight:bolder;
}

.bot{
	width:760px;
	margin:auto;
	padding:0;
	background:url(../images/bot.jpg) no-repeat;
	height:191px;
}

.bot ul{
	width:584px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:24px;
}

.cr{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9d9d9d;
}
</pre></body></html>