@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

strong {
	font-weight: bolder;
	font-size: larger;
	color: #f00;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}
