@charset "utf-8";

.rider {
	line-height: 1.2em;
	font-size: xx-small;
	vertical-align: top;
}
.red {
	color: #ff0000;
}

.line_left {
	background-image: url(./images/box_l.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px 0px;
	padding: 0px 0px;
}
.line_right {
	background-image: url(./images/box_r.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px;
	padding: 0px 0px;
}

.list {
	margin: 3px 3px;
}
table.list tr td {
	font-size: small;
}
table.list tr td img {
	margin: 0px 5px 0px 10px;
}

.category_img {
	white-space: nowrap;
	background-color: #ff6600;
	vertical-align: top;
}
.category {
	white-space: nowrap;
	background-color: #ff6600;
	color: #ffffff;
	vertical-align: middle;
	padding-right: 5px;
}
.category_txt {
	color: #444444;
}
 
 
.attention {

}

table.consultant tr td img {
	margin: 5px;
	vertical-align: top;
}
table.consultant tr td {
	vertical-align: top;
}
.name {

}

.message {

}

.go_up {
	text-align: right;
	padding-bottom: 10px;
}

.footnote {
	text-align: right;
	padding-top: 10px;
}