@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div.right {
	float: right;
	width: 420px;
	margin: 10px 10px 0px 0px;
}

h3 {
	color: #336699;
	font-size: 120%;
	font-weight: normal;
}

h4 {
	margin: 15px 0px 5px 0px;
	color: #333;
	font-size: 100%;
	font-weight: normal;
}

img.left {
	float: left;
	width: 305px;
	margin: 10px 0px 0px 10px;
}

p.rec {
	margin: 0px 0px;
	padding: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}