@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/blog_on.jpg);
	margin: 0px;
	padding: 0px;
}
.contact {
	height: 50px;
	width: 160px;
	background: url(../img/contact.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;
}
#feed{
	width:770px;
	margin: auto;
	height: auto;
}

#feed p{
	margin:0;
	text-align: left;
}
#feed a{
	margin:0;
	text-align: left;
	font-size: large;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


#feed[id] dl{
height:auto;
}

#feed dl:hover{
background:#eee ;
}

#feed dt{

    padding:10px;
}

#feed dd{

    padding:0 2px 2px;
}
