/* CSS Document */

body {font: 11px  "Arial", Times, serif; color: #666666;
}
*{
	margin: 0;
	padding:0;
	list-style-type: none;
}
 
h6 {font-size: 11px; margin: 0px 0 10px 0; font-weight:normal; color:#000000}
h5 {font-size:11px; margin-bottom: 4px;  font-weight:normal; color:#000000}
h4 {font-size:11px; margin: 10px 0 2px 0;  font-weight:normal; color:#666666}
h3 {font-size:12px; margin: 0px 0 0px 0;  font-weight:normal; color:#666666}
h2 {font-size:11px; margin: -8px 0px 10px 0;  font-weight:normal; font-style:italic; color:#666666}

strong {font-size: 12px; font-weight: bold; color:#000000}

span {color: #00CCFF;}

a {
color: #666666;
text-decoration:none;
}

a:hover {
color: #00CCFF;
text-decoration:none;
}

div#header li {
margin: 0 0 2px 0;
}

div#logo {
	width: 600px;
	position: fixed;
	top: 15px;
	left: 50px;
}

div#main_nav {
	width: 200px;
	position: fixed;
	top: 45px;
	left: 50px;
}

div#proj_nav01 {
	width: 200px;
	position: fixed;
	top: 45px;
	left: 250px;
}

div#proj_nav02 {
	width: 200px;
	position: fixed;
	top: 45px;
	left: 435px;
}

div#proj_nav03 {
	width: 200px;
	position: fixed;
	top: 45px;
	left: 585px;
}


div.clearfloats {clear:both;}

div#maincontent{
	height:380px;
	left: 40px;
	top: 50%;
	position: absolute;
	margin-top: -125px;
}


div#proj_content {
height:380px;
}

div#proj_text {
margin: 0 15px 0px 0;
}

div#proj_text p {
margin: 0 0px 5px 0;
}

div#proj_text li {
margin: 0 0 2px 0;
}

div#proj_content img {
margin: 0 20px 0 0;
}

div#proj_title {
	margin: 0 0 0 100px;
}

div#proj_key {
margin:0px 0 0  0;
position:absolute;
bottom: 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#proj_key {
margin:2px 0 0  0;
}
}

div#footer {
	bottom: 3px;
	left: 50px;
	position: fixed;
}

div#footer p {
font-size: 11px;
}
