@charset "utf-8";
/* CSS Document */

p, ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
}

*.body {
	margin: 20px;
	padding: 0px;
	text-decoration : none;
	background-color: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color:#cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color:#cccccc;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color: #000000;
}

#main {
	width: 850px;
	height: 628px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/index/index-blu-01.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	min-height: 100%;
}

#sub1 {
	width: 260px;
	height: 280px;
	padding-left: 470px;
	font-size: 12px;
	line-height: 16px;
	float:left;
}

#comment {
	width: 250px;
	height: 70px;
	padding-left: 5px;
	padding-top: 5px;
	border-color: #ff0000;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
	float: left;
}

#comment .text {
	color: #555555;
	float: left;
}

#navi {
	width: 250px;
	height: 197px;
	margin-top: 5px;
	padding-left: 5px;
	float: left;
}

#navi li {
	margin-bottom: 2px;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	background-image: url(images/index/index-icon-1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #ffffff;
}

#navi a {
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	height: 20px;
	width: 120px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
	display: block;
	font-size: 12px;
}

#navi a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

#sub2 {
	width: 260px;
	height: 280px;
	padding-left: 470px;
	font-size: 12px;
	line-height: 16px;
	float:left;
}

#info1 {
	width: 250px;
	height: 15px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 5px;
	border-color: #ff0000;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
	float: left;
	overflow: hidden;
}

#info1 .text {
	color: #555555;
	font-weight: bold;
	float: left;
}

#info2 {
	width: 250px;
	height: 130px;
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
}

#info2 .text {
	color: #555555;
	padding-left: 10px;
	float: left;
}

#topic1 {
	width: 250px;
	height: 15px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 5px;
	border-color: #ff0000;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
	float: left;
	overflow: hidden;
}

#topic1 .text {
	color: #555555;
	font-weight: bold;
	float: left;
}

#topic2 {
	width: 250px;
	height: 95px;
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
}

#topic2 .text {
	color: #555555;
	padding-left: 10px;
	float: left;
}

#banner {
	width: 535px;
	height: 75px;
	margin-top: 0px;
	padding-left: 300px;
	float:left;
}


