@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-image: url(image/index/acse/bg.gif);
	background-repeat: repeat;
	background-color: #4B1A7D;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wrapper h2 {
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #ff6600;
	border-bottom: 1px dotted #666666;
	background-image: url(image/index/acse/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header {
	background-image: url(image/index/head/tree.jpg);
	background-repeat: no-repeat;
	height: 220px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#main {
	margin-right: 10px;
	margin-left: 10px;
}
