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

h1 {
	margin-bottom:0px;
}

h2 {
	color:#e0e0e0;
	font-weight:bold;
	margin:0px;
}

#L_CONTENT {
	float:left;
	margin:5px 0px 0px 160px;
	width:520px;
}

div.item {
	padding:15px 20px;
	border-bottom:1px solid #000;
}

div.item:hover {
	cursor:pointer;
	background:#5e5f5f;
}


div.pyjama {
	background:#565658;
}

div.follow {
	border-top:1px solid #a2a2a2;
}

div.left {
	float:left;
	width:150px;
}

div.right {
	float:left;
	width:330px;
}

