@charset "UTF-8";

.nav{
	height: 41px;
	padding: 0 0 0 20px;
	background: url(../images/nav_bg.gif) no-repeat;
}
.nav-on{
	height: 41px;
	padding: 0 0 0 20px;
	color: #004181;
	font-weight: bold;
	background: url(../images/nav_bg-on.gif) no-repeat;
}

h2{
	margin: 30px 0 0 0;
	padding: 3px 0 3px 15px;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/h2_bg.gif) repeat-y;
}
h2 em{
	color: #ff0000;
	font-style:normal;
}

.maru{
	color: #2383c6;
	vertical-align: top;
}

.eraberu-card-body{
	padding: 0 20px;
	background: url(../images/eraberu_card_body.gif);
}