@charset "utf-8";

@import url(common.css);
@import url(fontsize.css);
@import url(thickbox.css);


/*++++++++++ index ++++++++++*/
div.latest-entrybox{
	width:520px;
	margin-bottom:20px;
	}

div.latest-entrybox h2{
	padding:3px 5px 3px 10px;
	background:url(../img/blogtitle_back.gif) repeat-y left center;
	font-size:medium;
	}

* html div.latest-entrybox h2{
	font-size:small;
	padding:6px 5px 3px 10px;
	}

div.latest-entrybox img{
	width:120px;
	overflow:hidden;
	margin-right:10px;
	}

div.latest-entrybox p{
	margin:5px 10px;
	}

div.latest-entrybox p.date{
	margin:0;
	font-size:90%;
	}




/*++++++++++ latest-entrybox clearfix ++++++++++*/
div.latest-entrybox:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

div.latest-entrybox{display:inline-block;}

/* Hides from IE-mac ¥*/
* html div.latest-entrybox{height:1%;}
div.latest-entrybox{display:block;}
/* End hides from IE-mac ¥*/

