@charset "utf-8";
/* CSS Document */

/*--2015.02.26作成。コンテンツのみで使うcssを記述。--*/
/*--ID、classは一例です。規則に従い命名記述してください--*/

.tbl_about{
	width: 880px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.tbl_about th{
	color: #FFFFFF;
	background-color: #936134;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	width: 168px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tbl_about td{
	background-color: #EAEAEA;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
