/* WaMu-Board用スタイルシート */

body {
	margin:0;
	padding:9px 12px;
	background:#fff;
	color:000;
	line-height:1
}
body,caption,th,td {
	font-size:80%;
}
table {
	font-size: 10px;
}
input {
	font-size: 9px;
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
}

select {
	font-size: 9px;
	background-color: #FFFFCC;
	border: none;
}

hr { display:none;}

A:LINK{
	text-decoration : none;
	color : #FF6600;
	font-weight: bold;
}
A:VISITED{
	text-decoration : none;
	color : #993300;
	font-weight: bold;
}
A:HOVER{
	text-decoration : underline;
	color : #FFCC00;
	background-color : white;
	font-weight: bold;
	position:relative;bottom:-1;

}
A:ACTIVE{
	text-decoration : none;
	color : #FFFF66;
	font-weight: bold;
}

.entry a:link{
	text-decoration : none;
	color : #FF6600;
	font-weight: bold;
}

.entry a:visited {
	text-decoration : none;
	color : #993300;
	font-weight: bold;
}
.entry a:hover{
	text-decoration : underline;
	color : #FFCC00;
	background-color : white;
	font-weight: bold;
	position:relative;bottom:-1;
}
.entry a:active {
	text-decoration : none;
	color : #FFFF66;
	font-weight: bold;
}


.header {
	margin:4px 0 1em 0;
	padding:2px 0 2px 4px;
	border-style:none none solid none:
	border-color:#000;
	border-width:1px;
}

.master_commnet {
	font-weight:bold;
}

.entry {
	white-space:nowrap;
	padding:1px 4px;
}
.entry img {
	vertical-align:middle;
}

.page-navi {
	margin:1em 0;
	padding:2px 0 2px 16px;
	border-style:solid none solid none:
	border-color:#000;
	border-width:1px;
}
.page-navi a{
	text-decoration:none;
}
.page-navi a:hover{
	color:#f00;
}
.reg-form {
	margin-top:4em;
}
.reg-form table{
}
caption {
	text-align:left;
	white-space:nowrap;
}
.footer {
	margin:1em 0;
	text-align:right;
}
input,select {
	font-family: "monospace";
	color: #000000;
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
}
