/* CSS Document */

#main {
	padding: 0 10px 0 20px;
	}

div#attention {
	background-color: #ff6;
	padding: 5px 20px;
	margin-top: 10px;
}

div#attention p {
	color: #f00;
}

table#list {
	border-style: solid;
	border-width: 1px 0 0 1px;
}

table#list th {
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	background-color: #000;
	color: #fff;
}

table#list td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	line-height: 1.5;
}

table#list td.type {
	font-weight: bold;
}

