.asset-body a{
	color:#3c73be;
}
.asset-body a:visited{
	color:#8c50a5;
}
.asset-body a:hover{
	color:#c94445;
}

.moji-size-m .asset-content {
	font-size:125%;
}
.moji-size-l .asset-content {
	font-size:150%;
}

.asset-body h2 {
	text-indent: 25px;
	font-size: 24px;
	margin-bottom: 10px;
	background-position: 0 12px;
	background-repeat: no-repeat;
	line-height: 1.4;
	background-image: url('/common/img/icon_h2_common.png');
}

.asset-body h3 {
	text-indent: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	background-position: 0 9px;
	background-repeat: no-repeat;
	line-height: 1.4;
	background-image: url('/common/img/icon_h3_asset-body.png');
}

.asset-body h4 {
	font-size: 16px;
	color:#228b22;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
}

.asset-body p{
	margin:0;
}
.asset-body table{
	width:100%;
	margin-bottom:10px;
}
.asset-body table.border-black {
	background: #ffffff;
	border-top: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
}
.asset-body table.border-black tr td,
.asset-body table.border-black tr th
{
	border-bottom: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	padding: 5px;
}
.asset-body table.border-black tr th {
	background: #d9dada;
}

.asset-body table.event_banner a:hover img {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;
}

.asset-body table.event_calendar {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
.asset-body table.event_calendar tr td,
.asset-body table.event_calendar tr th
{
	width:28%;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 5px;
	background: #f0ebe0;
	vertical-align:top;
}
.asset-body table.event_calendar tr td.asset-item,
.asset-body table.event_calendar tr th.asset-item
{
	width:5%;
	color:#fff;
	font-weight:bold;
	background: #959595;
	vertical-align:middle;
	text-align:center;
}