@charset "utf-8";
/* CSS Document */

#content {
	padding:0 20px;
	float:right;
	width:700px;
}

#content h1 {
	margin-bottom:12px;
	color:#008EC7;
}

#content ul {
	margin-top:30px;
}
#content ul li {
	width:260px;
	height:220px;
	float:left;
	text-align:center;
	margin:10px 45px;
	*margin:10px 30px;
}

ul li p {
	line-height:36px;
}
