@charset "utf-8";
/* CSS Document */

/* concept
*****************************************************/

h2 {
	text-align:center;
	width:758px;
}

table#concept_table {
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	margin-bottom:15px;
}

table#concept_table th,
table#concept_table td{
	padding:10px;
	border-bottom:1px solid #757575;
	border-right:1px solid #757575;
	vertical-align:top;
}

table#concept_table th {
	background:#f1eacf;
}

