@charset "UTF-8";

/* blog main styles */

div#topBlogHeader {
	top: 0;
}
div#topBlogWrapper {
	top: 0;
}
div#topBlogWrapper {
	background: none;
}
div.topBlogEntryWrapper {
	margin-bottom: 10px;
	background: url(/themes/dr-wanwan/images/index/topBlogBg.gif);
}
div.topBlogEntry{
	padding-bottom: 5px;
}

/* ページャー */
div.entryListNavi {
	width:100%;
}
.backPageLink {
	float:left;
	text-align:left;
	width:20%;
}
.PageLink {
	float:left;
	text-align:center;
	width:60%;
}
.forwardPageLink {
	float:left;
	text-align:right;
	width:20%;
}
