@charset "utf-8";

@import url("default.css");
@import url("style.css");

#main .entrybox {
	background-image: url(../images/index/box_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 15px 30px 15px;
}
#main .entrybox h4 {
	font-size: 16px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00;
}
#main .entrybox .date {
	font-size: 12px;
	color: #C66;
	text-align: right;
}
#main .entrybox .entry {
}
.pagenation {
	text-align: center;
	padding: 10px;
}