@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;
	color: #000;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
}

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #00ccff; }

a.ext:link { text-decoration: underline; color: #000; }
a.ext:active { text-decoration: underline; color: #000; }
a.ext:visited { text-decoration: underline; color: #000; }
a.ext:hover { text-decoration: none; color: #00ccff; }

img {
    border: none;
}

li {
	list-style: none;
}

.menu {
	line-height: 14px;
}

.new {
    color: #00ccff;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.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;
}

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

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