@charset "utf-8";

/* --------------------------------------------------
	SiteName : narashinorirou.com
	FileName : blog.css
	Description : blog styles
	Author : name
	UpdatedBy : who-when
	
	== TOC =========================================
	1 : Layout styles
	2 : Default styles
	
-------------------------------------------------- */


/* 1. Layout styles
================================================== */
div.blogContents{
	width:334px;
}
div.blogContents h2{
	margin-bottom:10px;
}
div.blogContents h2 img{
	vertical-align:bottom;
}
div.blogContents dt{
	display:block;
	width:80px;
	float:left;
}
div.blogContents dd{
	display:block;
	width:254px;
	float:right;
}
div.blogContents li{
	margin:0 0 5px 0;
}