/* @override http://localhost:8888/css/home.css */

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";

#header {
	margin-top: 180px;
}

#contents ul {
	text-align: right;
	float: right;
	clear: both;
}

#contents ul li {
	margin-bottom: 7px;
}

#entry01 ul li span {
	margin-right: 4px;
}

#entry01 h2 a {
	float: right;
	margin-bottom: 7px;
	background: url(../images/home/h2_blogentry.png) no-repeat;
	width: 69px;
	height: 11px;
	border-style: none;
}