@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("nav_g.css");
@import url("base.css");

#right dl dt {
	color: #0071BC;
	font-weight: bold;
	font-size: 20px;
}

#right dl dd {
	margin-bottom: 30px;
}

#right .big {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#right .big+.big{
	border-top: 1px dashed #999;
	padding-top: 14px;
}

#right h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#right #info {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 130px;
}
