/*
 default.css: CSS for RuBBS
 */
body {
}

h1 {
	text-align: center;
}

div.header {
}

div.footer {
	font-size: small;
}

div.subject, form.subject {
	padding: 0px 1px 0px 0.5em;
	margin-bottom: 0.2em;
}

span.serial {
	font-size: small;
}

span.subject {
	font-size: large;
	font-weight: bold;
}

span.mail {
}

a.mail {
}

span.date {
	font-size: small;
}

span.replay {
	font-size: large;
}

p.contents {
	padding: 4px;
	margin-top: 0.2em;
	margin-left: 1em;
}

span.quote {
}


form.newpost {
	text-align: right;
}

input.newpost {
}

form.latest {
	text-align: right;
}

input.latest {
}

form.admin {
	text-align: right;
	font-size: small;
}

input.admin {
	font-size: small;
}

form.post {
	padding: 1em 1em 1em 1em;
	background-color: #d0d0d0;
}

input.post {
}

p.copyright {
	text-align: right;
}

img {
	border-width: 0px 0px 0px 0px;
}

hr {
	height: 1px;
}

hr.article {
	display: none;
}

div.conf {
	padding: 0em 1em 1em 1em;
}

form.conf {
}

input.conf, select.conf, textarea.conf {
	margin-left: 2em;
}

p.msg {
	text-align: center;
	background-color: black;
	color: white;
	padding: 1em 1em 1em 1em;
	font-size: large;
	font-weight: bold;
}

p.navi {
	display: block;
	width: 100%;
	text-align: right;
	padding: 5px 5px 5px 5px;
}