@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	position: relative;
}
/* basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
#main {
	width: 828px;
	margin-bottom: 20px;
	float: left;
	height: 500px;
	padding: 0px;
	margin-top: 0px;
}
#text {
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 50px;
}

#footer {
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 15px;
	clear: both;
}
/* header styles
-----------------------------*/
#header {
	background-color: #FF0000;
	border-top: 3px solid #FFFFFF;
	height: 125px;
}
#header ul {
	width: 858px;
	position: absolute;
	left: auto;
	top: 100px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px double #FFFFFF;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #FF9900;
}

#header ul li#nProject a {
	border-left-style: none;
}
#header　ul li#nBlog a {
	color: #FFFFFF;
	background-color: #FF0000;
}
#header #nBlog a {
	color: #FFFFFF;
	background-color: #FF0000;
}


/* footer styles
-----------------------------*/
#footer ul li a {
	color: #FFFFFF;
	float: right;
	padding-right: 15px;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
}
#footer p {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	float: right;
}
