@charset "utf-8";

/* @group Div */

#contents {
	position: relative;
	margin-top: 220px;
}

#contents #billboard {
	margin-bottom: 30px;
}

#contents #leftcolumn {
	overflow: hidden;
	float: none;
	width: 550px;
}

#contents #rightcolumn {
	position: absolute;
	top: 64px;
	right: 0;
	float: none;
	width: 330px;
}

/* @end */

/* @group H2 */

#contents h2 {
	margin: 20px 0 10px;
	padding: 0;
	border-left: #f66 2px solid;
	background-image: none;
	line-height: 32px;
}

/* @end */

/* @group Ul */

#contents ul li {
	margin: 0 0 5px 15px;
	padding-left: 30px;
	background: transparent url("../images/share/arrow.gif") no-repeat left center;
}

/* @end */
