@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


table.sheet {
	width: 490px;
	margin-bottom: 25px;
	margin-left: 5px;
	border-top: 1px solid #4c823c;
}

table.sheet th.name {
	width: 30%;
	padding: 5px 3px 5px 10px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #d5f5cc;
	border-bottom: 1px solid #4c823c;
}

table.sheet td.feature {
	width: 70%;
	padding: 5px 3px 5px 10px;
	border-bottom: 1px dotted #4c823c;
}

table.sheet td.item {
	padding: 5px 3px 5px 10px;
	border-bottom: 1px solid #4c823c;
}

table.tape {
	width: 490px;
	margin-bottom: 25px;
	margin-left: 5px;
	border-top: 1px solid #BABA25;
}

table.tape th.name {
	width: 30%;
	padding: 5px 3px 5px 10px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #F8F8DC;
	border-bottom: 1px solid #BABA25;
}

table.tape td.feature {
	width: 70%;
	padding: 5px 3px 5px 10px;
	border-bottom: 1px dotted #BABA25;
}

table.tape td.item {
	padding: 5px 3px 5px 10px;
	border-bottom: 1px solid #BABA25;
}

