@charset "Shift_JIS";
@import url("http://www2u.biglobe.ne.jp/~daydream/union/union.css");
@import url("http://www.stationbreak.to/wdgt.css");

.main{
	background: white;
}

fieldset {
	margin-top: 1em;
	margin-left: 15%;
	margin-right: 15%;
	text-align: right;
	padding: 1ex;
}

legend {
	font-size: x-small;
	line-height: 200%;
}

legend a {
	font-size: x-small;
}

.err {
	text-align: center;
}

label{
	font-family: monospace;
	font-size: 8pt;
}

input, textarea {
	width: 80%;
	margin-left: 1ex;
}

textarea {
	height: 8em;
	margin-bottom: 1ex;
}

select {
	background-color: #eeeeee;
}

table{
	color: #004080;
	font-size : 9pt;
	border: none;
}

.comment{
	font-size : small;
}

h1{
	font-size : 9pt;
        color: #004080;
        margin-bottom: 30px;
}

.newtopic{
        display: none;
}

h2, em, .next a, .prev a {
	background-color: #eeeeee;
	padding: 2px;
        border-color: #aaaaaa;
        border-style: solid;
        border-width: 1px;
}

h2, em {
	color: #004080;
	font-style: oblique;
	font-weight: lighter;
}


h2 {
	font-size: 9pt;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.rootmessage {
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	margin-left: 10%;
	margin-right: 20%;
	margin-bottom: 1em;
}

.message {
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	margin-left: 20%;
	margin-right: 10%;
	margin-bottom: 1em;
}

.deletedmessage {
	margin-top: 1px solid transparent;
	border-bottom: 1px solid #cccccc;
	margin-left: 20%;
	margin-right: 10%;
	overflow: hidden;
	height: 0;
	margin-top: -1ex;
	margin-bottom: 1ex;
}

.author {
	white-space: nowrap;
	float: right;
	font-family: monospace;
	line-height: 1.5em;
}

th, label {
	white-space: nowrap;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
        color: #004080;
	border: none;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
}

td {
	border: none;
	text-align: left;
}

div.copy {
	font-size: x-small;
	color: #999999;
	text-align: center;
}

strong {
	color: #FF0000;
}

hr {
	margin-left: auto;
	margin-right: auto;
}

.prev {
	width: 40%;
	float: left;
	text-align: left;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.next {
	width: 40%;
	float: right;
	text-align: right;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.prev a, .next a {
	font-size: smaller;
}

.email {
	color: #333333;
	background-color: white;
	border: 1px #cccccc solid;
	padding-left: 1em;
	padding-right: 1em;
	font-family: monospace;
}

.website {
	color: #333333;
	background-color: white;
	border: 1px #cccccc solid;
	padding-left: 1em;
	padding-right: 1em;
	font-family: monospace;
}

.nolink {
	border: 1px #cccccc solid;
	padding-left: 1em;
	padding-right: 1em;
	font-family: monospace;
}

a.email:link {
	color: #333333;
}

a.email:visited {
	color: #666666;
}

a.website:link {
	color: #333333;
}

a.website:visited {
	color: #666666;
}

caption {
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	line-height: 150%;
}

caption a {
	font-size: x-small;
}

.explanation{
        font-size: 9pt;
        color: #666666;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

ol li {
	margin: 0;
	padding: 0;
}

ol li:before {
	marker-offset: 0;
}

