@charset "utf-8";

@import "common.css";


/*------コンテンツ > 左（メインコンテンツ）------*/

#left {
	width: 690px;
	float: left;
}

#left #main {
	padding: 0 0 0 190px;
}

#left #information {
	padding: 10px 0 0 10px;
	color: #595959;
}

#left #information th {
	vertical-align: top;
	font-weight: normal;
}

#left #information td {
	padding: 1px 0 30px 20px;
}

#left h2 {
	color: #595959;
	line-height: 150%;
	font-size: 100%;
	font-weight: bold;
}
