@charset 'UTF-8';

/* CONTENT */

#right-column .content {
	border: 1px solid #ccc;
	padding: 4px 4px 14px;
	background-color: #fff;
	margin-bottom: 20px;
}
#right-column .content h2 {
	padding: 10px 0 10px 20px;
	background: url("images/h2Back.gif") no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
#right-column .content h3 {
	border: 1px solid #ccc;
	padding: 7px 15px;
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #B03E54;
	background: url("images/h3Back.gif") repeat-x 0 0;
}
#right-column .content h4 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #B03E54;
	border-left: 10px solid #B03E54;
	margin: 30px 10px 5px;
}
#right-column .content h5 {
	padding: 2px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #B03E54;
	border-left: 10px solid #B03E54;
	margin: 20px 10px 0px;
}
#right-column .content h6 {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	background-color: #eee;
	margin: 15px 0px 0px;
}
#right-column .content p {
	padding: 10px 10px 15px;
}

#right-column .content .jusno-table {
	padding: 10px 10px 20px;
}
#right-column .content .jusno-table table {
	width: 100%;
}
#right-column .content .jusno-table th,
#right-column .content .jusno-table td {
	padding: 7px 10px;
	vertical-align: top;
}
#right-column .content .jusno-table th {
	text-align: right;
	border-right: 3px solid #ccc;
}
#right-column .content .jusno-table2 {
	padding: 10px 10px 20px;
}
#right-column .content .jusno-table2 table {
	width: 100%;
}
#right-column .content .jusno-table2 th,
#right-column .content .jusno-table2 td {
	padding: 7px 10px;
	border: 1px solid #ccc;
}
#right-column .content .jusno-table2 th {
	padding: 5px 10px;
	text-align: center;
	background: #e4e5e5 url("images/table2Back.gif") repeat-x 0 0;
}
#right-column .content .jusno-table3 {
	padding: 10px 10px 20px;
}
#right-column .content .jusno-table3 table {
	width: 100%;
}
#right-column .content .jusno-table3 th,
#right-column .content .jusno-table3 td {
	padding: 15px 10px;
}
#right-column .content .jusno-table3 th span {
	font-size: 18px;
	line-height: 1.4em;
}
#right-column .content .jusno-table3 .tr1 th,
#right-column .content .jusno-table3 .tr1 td {
	background-color: #f0f0f0;
}

#right-column .toPageTop {
	text-align: right;
}
#right-column .toPageTop a {
	padding-left: 15px;
	background: url("images/toPageTopBack.gif") no-repeat 0 2px;
	color: #000;
}
