@charset "UTF-8";
/* formatting style
-------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	background-color: #FFFFFF;
	background-position: center;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	border-bottom-color: #363;
	text-decoration: underline;
	color: #096;
}
a:visited {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	font-weight: bold;
	color: #099;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#mainContents {
	padding: 15px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#sideBar {
	padding: 12px;
	float: left;
	width: 160px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}
#footer {
	color: #003300;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
	background-position: center;
	height: 100px;
	border-bottom: 10px solid #309e2b;
}
/* header styles
-------------------------------*/
#header {
	background-color: #FFFFFF;
	height: 113px;
	position: relative;
	border-bottom: 3px solid #309E2B;
	background-repeat: repeat-x;
}
#header #logo {
	left: 21px;
	top: 16px;
	float: left;
	position: absolute;
}
#header   p {
	float: right;
	font-weight: bold;
	background-color: #FFFFFF;
	right: 30px;
	margin: 10px;
}
#header ul {
	background-color: #FFFFFF;
	width: 780px;
	position: absolute;
	left: 10px;
	top: 80px;
	float: left;
}
#header  ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 2.5em;
	width: 129px;
	text-align: center;
	display: block;
	border-left: 1px solid #EEEEEE;
	border-top: 1px ridge #EEEEEE;
}
#header ul li a:hover {
	background-color: #9bd599;
}
#header ul li #nOrder a {
	border-left-style: none;
}
#order #header #nOrder a,
#works #header #nWorks a,
#project #header #nProject a,
#links #header #nLinks a,
#present #header #nPresent a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #309e2b;
}
/* footer styles
-------------------------------*/
#footer ul {
	text-align: center;
	height: 30px;
	width: 760px;
	border-top: 1px solid #309e2b;
	border-bottom: 1px solid #309e2b;
	left: 100px;
	background-position: center center;
	margin: 5px;
	line-height: 2.5em;
}
#footer ul li a {
	color: #003300;
	background-color: #FFFFFF;
}
#footer ul li a:hover {
	color: #666666;
	text-decoration: none;
}
#footer p　a {
	color: #333333;
}
#footer p a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	text-align: center;
	margin: 10px;
}
#footer address {
	text-align: center;
}
#footer p {
	margin:15px;
	float: right;
}
/* mainContents
-------------------------------*/
#mainContents h2 {
}
#mainContents h3 {
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
}
#mainContents ul {
	margin: 10px;
}
#mainContents ul li {
	margin-left: 10px;
	list-style: none;
	margin-bottom: 5px;
}
#mainContents dl {
}
#mainContents img {
	margin: 5px;
}
.flostLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* sideBar styles
-------------------------------*/
#sideBar h2 {
	margin: 15px 5px 5px 15px;
}
#sideBar p {
	margin-top: 10px;
	margin-left: 10px;
}
#sideBar ul {
	margin-top: 10px;
}
#sideBar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sideBar ul li a {
	display: block;
}
#mainContents #news {
	margin: 5px;
}
#mainContents #news dl dd {
	float: left;
}
