﻿@charset "utf-8";
/* start: Body-center -------------------------------- */
#Menu-howto-crab a {
	background: url(../img/howto-crab/menu-howto-crab.png) no-repeat;
}
#Body h3 {
	margin: 20px 10px 15px 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #5090f0;
	border-bottom: 1px dashed #5090f0;
}
#Body p {
	margin: 10px 20px 10px 5px;
}
#Body li {
	font-size: 131%;
}
#Body dt {
	margin: 3px;
	padding: 5px;
	width: 200px;
	font-size: 146.5%;
	background-color: #eee;
	border-bottom: 1px dashed #555;
}
#Body dd {
	margin: 8px;
	font-size: 131%;
}
.Strong {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	color: #d00;
}
