@charset "utf-8";

/* shimapan.css
 *   author: info@shimapan.info
 *   date: 2006/11/21
 *   type: Cascade Style Sheet level2 (CSS2)
 */

body {
	color: #800000;
	background-color: #ffffee;
	font-size: 12pt;
}

a {
	color: #0000ee;
	text-decoration: underline;
}
a:link {
	color: #0000ee;
	text-decoration: underline;
}
a:visited {
	color: #0000ee;
	text-decoration: underline;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

h1 {
	font-size: 20pt;
	text-align: center;
}

h3 {
	text-align: center;
	background-color: #e04000;
	color: #ffffff;
}

hr {
	width: 100%;
	clear: both;
}
hr.top {
	width: 90%;
}

div {
	text-align: left;
	clear: both;
}
div.center {
	text-align: center;
	width: 100%;
	clear: both;
}
div.right {
	text-align: right;
	width: 100%;
	clear: both;
}
div.img {
	text-align: left;
	float: left;
	margin: 0,10px;
}

table {
	margin-left: 16px;
}

table.form {
	margin-left: auto;
	margin-right: auto;
}

tr {
	text-align: left;
}

td {
	vertical-align: top;
}
td.res {
	vertical-align: top;
	background-color: #f0e0d6;
}
td.title {
	background-color: #eeaa88;
	font-weight: bold;
}
td.thumb {
	vertical-align: top;
	width: 100px;
	height: 100px;
}

small {
	font-size: 10pt;
}

img {
	border: 0;
}

span.subj {
	color: #cc1105;
	font-weight: bold;
}
span.name {
	color: #117743;
	font-weight: bold;
}
span.snip {
	color: #707070;
}
span.quote {
	color: #789922;
}
span.red {
	color: #ff0000;
}
