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

table.cnews {
	width: 100%;
}
table.cnews td.data {
	color: #b7b7b7;
	font-size: 10px;
	padding-top: 20px;
}
table.cnews td.title {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
table.cnews td.text {
	color: #3d3d3d;
}


table.last_products {
	width: 100%;
}
table.last_products td {
	text-align: center;
	padding: 5px;
}


div.linklist {
	padding: 5px 0px 10px 0px;
}
div.linklist p {
	color: gray;
}
div.linklist a {
	display: block;
	text-align: left;
}


table.data_input td {
	border-bottom: 1px dotted black;
	padding: 5px;
	text-align: left;
}
table.data_input input.field {
	margin: 3px;
	border: 1px solid gray;
}
table.data_input input.wid {
	width: 98%;
}
table.data_input td.confirm {
	border-bottom: 0px;
	text-align: center;
}
