@charset "utf-8";


body, h1, h2, h3, p, ul, li, form, img, hr{
	border: 0;
	margin: 0px;
	padding: 0px;
}

body, form, input {
	color: #000000;
	font-family:sans-serif;
	font-size: 12px;
}

body{background:#333; color: #333}

h1{font-size: 20px;}
h2{font-size: 17px; font-weight:bold; font-family: serif; border-bottom: 1px dotted; padding-bottom: 5px;}
h3{font-size: 15px; font-weight:bold; font-family: serif}

a:link, a:visited{color: #000000;}/* text-decoration:none}*/

#page {
	margin: 0 auto;
	padding: 40px 40px;
	width: 880px;
	text-align: left;
	background: #ffffff;
}


#header {
	margin: 0;
	padding-bottom: 14px;
	margin-bottom:20px;
	width: 880px;
}

#header hr{
	clear: both;
	margin: 0;
	background:url(../img/bg1.gif) repeat-x bottom;
	height: 7px;
	border: none;
}

#contents {
clear: both;
margin-top: 0px;
}

#footer {
	clear: both;
	text-align: center;
	margin: 50px 0 150px;
}


#banner {
	width: 433px;
	height: 256px;
	float: left;
}

#news {
	width: 393px;
	height: 212px;
	float: right;
	background: #eeeeee;
	padding: 20px;
}

#news h2{
	background: #eeeeee;
}

#news ul li{
	margin-bottom: 8px;
	line-height: 1.5;
	list-style: none;
}

#news ul li	.date{
	font-weight: bold;
}

#logo {
	float: left;
}

#nav {
	float: right;
}

#nav ul{
	list-style: none;
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
	margin-top: 40px;
}

#nav ul li{
	float: left;
	margin-left: 1px;
	background: #eeeeee;
	display: block;
	padding: 10px 10px;
	cursor: pointer;
}

#contents .content{
	margin-bottom: 20px;
}

#contents .content h2{
	margin-bottom: 5px;
}

#contents-top {
	clear: both;
	height: 252px;
}

#contents-about,
#contents-contact
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background: #eeeeee;
	width: 393px;
}

#news ul{
	margin-top: 10px;
}

#contents-about p,
#contents-contact p
{
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.7;
}

#contents-about {
	float: left;
}

#contents-contact {
	float: right;
}

#contents-project {
	clear: both;
	margin-bottom: 20px;
}

.project {
	width: 256px;
	height: 440px;
	background: #eeeeee;
	margin-right: 14px;
	padding: 16px 14px;
	float: left;
	color: #ffffff;
}

#project-gangu {
	background: #DD180A;
}

#project-ubicomp {
	background: #092D3E;
}

#project-collaboration {
	background: #2F4239;
	margin-right: 0;
}

.project h3, 
.project p
{
	margin-bottom: 10px;	
}

.project p{
	line-height: 1.4;
}

#toTop{
	clear: both;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 8px;
	font-size: 14px;
	cursor: pointer;
}
