@charset "UTF-8";
/* CSS Document */

body{
	background-repeat: none;
	background-color: #f1f2e6;
}

#wrapper{
	position: relative;
	width: 800px;
	height: auto;
	padding-left: 5px;
}

a img {
	text-decoration: none;
	border: none;
}
a:link, a:visited, a:active     {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: none;
	font-size: 13px;
	line-height: 23px;
}

a:hover   {
	color: #63cbcf;
	font-weight: normal;
	text-decoration: none;
	border: none;
}


#greentype {
	color: #2ab80e;
	font-weight: normal;
	border: none;

}


#typeArea {
	font-family: Memphis, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.5pt;
}

.typeArea {
	font-family: Memphis, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
}

#navi ul{
	position: absolute;
	top: 115px;
	list-style-type: none;
	padding-left: 0;
	margin-left:0;

}

#navi li{
	list-style-type: none;

}

#navi li:hover{
	list-style-type: none;
	width: 150px;
	color: #63cbcf;

}

#gallery {
	position: absolute;
	top: 105px;
	left: 150px;
	width: 800px;
	height: 200px;
	
}

#gallery p{
	width: 325px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}

.text{
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}

.random{
	position: absolute;
	left: 150px;
	top: 50px;
}

.random2{
	position: absolute;
	left: 400px;
	top: 50px;
}

.random3{
	position: absolute;
	left: 700px;
	top: 50px;
}
.randomType{
	position: absolute;
	left: 150px;
	top: 50px;
}

.randomType2{
	position: absolute;
	left: 400px;
	top: 50px;
}

.randomType3{
	position: absolute;
	left: 700px;
	top: 50px;
}

.randomType a{
	opacity: 0.1;
}

.randomType a:hover{
	opacity: 1.0;
}

.randomType2 a{
	opacity: 0.1;
}

.randomType2 a:hover{
	opacity: 1.0;
}

.randomType3 a{
	opacity: 0.1;
}

.randomType3 a:hover{
	opacity: 1.0;
}

#more {
	position: absolute;
	top: 250px;
	left: 10px;
}

