/*
 * style sheet for kio 2.0
 * kio.css,  v 1.1
 * Copyright(C) 2006 Fukapon <bxp04335@nifty.ne.jp>
 */

@import url(default.css);

H2 {
	border-top: 1px solid black;
	border-left: thick solid black;
	font-weight: normal;
	padding-left: 0.5em;
}

.replylink {
	text-align: right;
}

.cmdlink {
	border-left: thick solid black;
	font-weight: bold;
	padding-left: 0.5em;
}

.commentref {
	margin-left: 1.0em;
	background-color: #f0f0f0;
}

.hiddensubject {
	display: none;
}

.textsubject {
	font-weight: normal;
}


