@charset "UTF-8";

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

}
a:hover {
	color:#000000;
	text-decoration:none;

}
a:visited {
	text-decoration:none;
}

/* baseレイアウト */
#wrapper {
	height: auto;
	width: 1070px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
/*
#wrapper {
	height: auto;
	width: 1070px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
}
*/
#hedder {
	height: 25px;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 20px;
}

#mainarea {
	height: 450px;
	width: 1070px;
}

#left_side {
	float: left;
	height: auto;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
}



#right_side {
	float: right;
	height: auto;
	width: 600px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 50px;
}


#glovalnavi li {
	font-size: 12px;
	list-style-type: none;
	color: #999999;
	list-style-position: inside;
	position: relative;
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
	font-weight: bold;
}



#project_area {
	height: 90px;
	width: auto;
	background-color: ffffff;
	padding-left: 30px;
	padding-bottom: 15px;
}

div.sampleimg {
	height: 80px;
	width: 80px;
	border: medium solid #CCCCCC;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

div.sampleimg img{
	padding: 5px;
}

/* footer area */
#footer {
	clear: both;
	height: 18px;
	width: auto;
	margin-top: 2px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 3px;
}

p.copyright {
	font-size: 12px;
	color: #CCCCCC;
	float: right;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
}
