@charset "UTF-8";
/* (2011) css document by { webdust } */

body {
	background-color: #FFF;
	font-size: 100%;
	font-family: Helvetica, sans-serif;
}
#wrapper {
	background-color: #FFF;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #CCC;
	border-radius: 6px;
	height: 620px;
	position: relative;
}
#content {
	margin: 40px 120px 20px 170px;
	height: 480px;
	width: 670px;
	padding: 0px;
}
#footer {
	height: 40px;
	width: 960px;
	background-color: #FFF;
	position: relative;
}
#logo {
	font-family: Helvetica,sans-serif;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 78px;
	height: 40px;
	float: left;
	position: relative;
}
#logo a {
	color: #999;
}
#logo a:hover {
	color: #666;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999;
	font-size: 22px;
	text-align: right;
	line-height: 18px;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px 157px 0px 0px;
	float: right;
	font-weight: bolder;
}
#navi {
	width: 370px;
	margin: 0px;
	height: 40px;
	float: right;
	padding: 0px 244px 0px 0px;
	background-color: #FFF;
	position: relative;
}
#navi ul {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	color: #333;
	text-align: left;
	margin: 0px 3px;
	padding: 21px 0px 0px;
	list-style: none;
	font-weight: lighter;
}
#navi ul li {
	float: left;
	text-align: justify;
	height: 15px;
	color: #999;
}
#navi ul li.current a {
	color: #C00;
	text-decoration: none;
}
/*#navi a:hover {
	border-bottom: 1px solid #666;
}*/
a {
	text-decoration: none;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
a:active {
	color:#999;
	text-decoration:none;
}
.rot {
	color: #C00;
}
p {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
