@import url("http://www.eduweb.ne.jp/css/base.css");
@import url("http://www.eduweb.ne.jp/css/layout.css");
@import url("http://www.eduweb.ne.jp/css/visual.css");
@import url("http://www.eduweb.ne.jp/css/print.css") print;

#page-title {
	font-size: x-large;
	color: #990000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.asset-meta {
	text-align: right;
}
.asset-body {
	font-size: 120%;
}
.asset-more {
	font-size: 120%;
	margin-top: 10px;
}
.asset-footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066FF;
	margin-top: 15px;
	text-align: right;
}
span.new {
    display: none;
    color: red;
}
span.new img {
    vertical-align: middle;
}



