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

/* about
----------------------------------------------------------- */

table.about_tbl{
	border-collapse: collapse;
	border-spacing: 0;
	width: 420px;
	margin-bottom: 30px;	
}
table.about_tbl th ,
table.about_tbl td {
	color: #1D5C79;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
table.about_tbl {
	border: 1px solid #DDD;
}
table.about_tbl th {
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
table.about_tbl td {
	border: 1px solid #DDD;
	color: #333;
}

