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

*, html, body {
    margin: 0;
    padding: 0;
}

* html #nav {
    position: absolute
}

body {
    background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a {
    color: #000000;
    text-decoration: underline;
}

.back a {
    color: #ffffff;
	background-color: #000000;
    text-decoration: none;
}

.back a:hover {
    color: #000000;
	background-color: #000000;
    text-decoration: none;
}

a:hover {
	color: #000000;
    text-decoration: none;
}

img {
    border: none;
}

li {
	list-style: none;
}

.menu {
	line-height: 17px;
}

.new {
    color: #99cc66;
}

.title {
    color: #ffffff;
	background-color: #000000;
}

.index {
	line-height: 60%;
}



#nav {
    display: block;
    padding-top: 25px;
	position: fixed;
	left: 30px;
    min-width: 140px;width:auto !important;width:140px;
    z-index: 4;
}

#layer {
    display: block;
	position: fixed;
    padding-top: 25px;
	padding-left: 210px;
	width: 750px;
	float: left;
	z-index: 3;
}

#main {
    display: block;
    padding-top: 90px;
	padding-left: 210px;
	width: 750px;clear:both;
	z-index: 2;
}

#index {
    padding-top: 90px;
	padding-left: 210px;
	z-index: 1;
}