@charset "utf-8";
/* CSS Document */

/*** Side ***/

#aside {
	width:400px;
	margin-top:15px;
	float:left;
}

#aside img {
	border: solid 1px #c0c0c0;
	padding: 3px;
	margin-bottom: 10px;
	clear: both;
	background-color:#fff;
}

/*** Contents ***/

#article {
	width:390px;
	float:right;
	margin-top:15px;
	text-align:left;
}
#article p {
	line-height:180%;
	margin-bottom:8px;
}