@charset "utf-8";

/* 全体 */
#content-wrapper {
	width: 1050px;
	margin: 0 auto;
}

#content-logo {
	width: 278px;
	float: left;
	margin-right: 20px;
}

#content {
	width: 752px;
	float: right;
}

/* コンテンツ */
#content h2 {
	font-size: 110%;
	font-weight: bold;
}

#content p {
	margin: 20px 0;
}

/* トップページ */
#concept {
	margin: 80px 0;
}

#about {
	margin: 30px 0;
}

#about table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#about th,#about td {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
