body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #B5AB98;
	background-image: url(images/layout/bkgd_toppage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	margin: 0;
	padding:0
}

#wrapper {
	position:relative;
	width:790px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#header {
	position:absolute;
	text-align:center;
	width: 790px;
	top:0;
	left:0;
	padding:0;
	background-color: #FFFFFF;
}

#container {
	position:absolute;
	width: 790px;
	top:130px;
	left:0;
	background-color:#FFFFFF;
	text-align: center;
	height: 541px;
}

#project {
list-style-type:none;
padding-left:0;
margin-left:0;
width:780px;
}

#project li{
float:left;
margin-left: 10px;
margin-bottom: 10px;
}

#project img {
display:block;
}


#footer_main {
	position:absolute;
	top: 542px;
	left:0;
	width:790px;
	text-align:center;
	background-color: #FFFFFF;
}

.footer_main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 20px;
	display: block;
	margin-left: 22px;
	color: #333333;
}

#contact {
	padding:15px 20px 0 25px;
	display:block;
	text-align:left;
	}
	
.contact_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

a:link {
	color: #656500;
	text-decoration: none;
}

a:visited {
	color: #656500;
	text-decoration: none;
}

a:hover {
	color: #656500;
	text-decoration: underline;
}

.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

