@charset "UTF-8";
@import "common.css";
#content #left {
	width: 600px;
	float: left;
	margin-right: 50px;
}
#content #left h1 {
	font-size: x-large;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
	line-height: 140%;
	color: #777;
}
#content #left h2 {
	font-size: large;
	margin-bottom: 8px;
	margin-top: 20px;
	font-weight: bold;
	color: #777;
}
#content #left p {
	font-size: medium;
	margin-bottom: 8px;
	color: #777;
	line-height: 1.5;
}
#content #right {
	float: left;
	width: 310px;
}
