@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("nav_g.css");
@import url("base.css");
#dekiru {
	float: left;
	width: 532px;
	margin-bottom: 20px;
}

#right dl {
	margin-bottom: 20px;

}

#right dl+p,
#right ul+p{
	margin-top: 20px;
	margin-bottom: 20px;
}

#right dl+p {
	margin-bottom: 20px;
}
#right ul li {
	margin-bottom: 5px;
}



#dekiru li {
	float: left;
	width: 33%;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #0071BC;
}

#right dl dt {
	font-weight: bold;
	color: #0071BC;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #00A0E9;
	padding-bottom: 3px;
}

#right dl dd {
	margin-bottom: 5px;
}

#right .big {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
