@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :BLOG LINK
=================================================================== */

/* -----------------------------------------------------------
	#waku
		枠内
----------------------------------------------------------- */
.waku {
	float:left;
	width:728px;
	font-size: 80%;
}
.blog {
	float:left;
	margin-bottom:50px;
}

.blog h3 {
	font-size:140%;
	line-height:200%;
	color:#999999;
}


.blog li{
	margin-bottom:10px;
	float:left;
	width:230px;
	text-indent:15px;
	background-image: url(../img/share/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.center{
	margin-left: 100px;
	margin-right: 100px;
}

