@charset "UTF-8";

div#header_main {
	background-image: url(../images/header.jpg);
}
div.flowimage {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.note tr th,table.note tr td {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	color: #666666;
}
ul.note {
	padding: 5px;
}
ul.note li {
	font-size: 12px;
	color: #666666;
}
dl.note {
	padding: 5px;
}
dl.note dt {
	font-size: 14px;
	border-bottom: solid 1px #999999;
}
dl.note dd {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: solid 1px #CCCCCC;
}
dl.note dd span {
	font-size: 10px;
	color: #666666;
}