@charset "utf-8";
@import url("../css.css");

.top {
	height: 50px;
	width: 160px;
	background: url(../img/top.jpg);
	margin: 0px;
	padding: 0px;
}
.unicube {
	height: 50px;
	width: 160px;
	background: url(../img/What_unicube.jpg);
	margin: 0px;
	padding: 0px;
}
.build {
	height: 50px;
	width: 160px;
	background: url(../img/Material_unicube.jpg);
	margin: 0px;
	padding: 0px;
}
.blog {
	height: 50px;
	width: 160px;
	background: url(../img/unicube_blog.jpg);
	margin: 0px;
	padding: 0px;
}
.contact {
	height: 50px;
	width: 160px;
	background: url(../img/contact_on.jpg);
	margin: 0px;
	padding: 0px;
}
.top a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.unicube a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.build a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.blog a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.contact a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.top a:hover,.top a:active {
	background: url(../img/top_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.unicube a:hover,.unicube a:active {
	background: url(../img/What_unicube_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.build a:hover,.build a:active {
	background: url(../img/Material_unicube_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.blog a:hover,.blog a:active {
	background: url(../img/blog_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.contact a:hover,.contact a:active {
	background: url(../img/contact_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.center .content #form {
	text-align: center;
	height: auto;
	width: 790px;
	margin: 0px 0px 30px;
	padding: 0px;
}
.center .content #form table{
	text-align: left;
	margin: auto;
}
.center .content #form td {
	border-bottom: 1px solid #999999;
}
.center .content #form .left {
	background: #DFDFDF;
	width:200px;
}
.center .content #form .right {
	background: #F0F0F0;
}
.center .content #form .left span {
	font-size: 90%;
	color: #FF0000;
}
.center .content #form .submit_b {
	margin: 30px auto 0px;
	width: 700px;
}

