@import url("reset.css");
@import url("common.css");
@import url("navi-top.css");
@import url("navi-foot.css");
@import url("navi-side.css");

/*テーブル
-------------------------------------------------------------------*/
#contents #about {
	width: 561px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1998B;
	border-right-color: #E1998B;
	border-left-color: #E1998B;
	margin-top: 20px;
}
#contents #about tr th {
	background-color: #EFE4E4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1998B;
	border-bottom-color: #E1998B;
	padding-left: 15px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents #about tr td {
	background-color: #FFF;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1998B;
	border-bottom-color: #E1998B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
