﻿@charset "UTF-8";

div#ENTRY{
	margin:					0 auto;
	width:						900px;
	padding:					12px 0;
	}

div.recent_update_area{
	float:						left;
	width:						540px;
	}

h2.contents_title{
	display:					none;
	}

div.entry_data{
	float:						left;
	margin:					0 10px 10px 0;
	width:						250px;
	height:					200px;
	background-image:	url(../images/entry_bg.png);
	background-repeat:	no-repeat;
	}

* html entry_data{
	height:					1%;
	}

div.wp-pagenavi{
	clear:						both;
	margin:					12px 0 0 0;
	text-align:				left;
	}