* {
	font-family:monospace;
}
body {
	background:#fff;
	color:#000;
}

a{text-decoration:underline;}
a:active,a:hover{color:#f00;}
a.label{text-decoration:none;}

a img {border:none;}

.detail {
	font-size:80%;
}

.container {
	padding-left:1em;
}
h2 {
	margin-top:1.5em;
	border-top:solid medium #000;
	border-bottom:solid medium #000;
	padding: 0.2em;
}
table {
	clear:both;
	border-collapse:collapse;
}
caption {text-align:left;}
#total {
	text-indent:2em;
}
th,td {
	border:solid thin #666;
	padding:2pt;
}
.no,.size{
	text-align:right;
}
td.check {
	text-align:center;
}
td.preview {
	font-size:80%;
	line-height:1.4;
}
hr {
	display:none;
}
.navi {
}
.navi em{
	font-style:normal;
	font-weight:bold;
}
#searchform {
	border-bottom:solid thin #999;
	margin-bottom:0.5em;
}



#message {
	font-weight:bold;
	color:red;
}

label{
	cursor:pointer;
}


#pageFooter {
	margin-top:2em;
	border-top:double 3px #000;
	padding-top:1em;
	text-align:center;

}
#pageFooter p,#pageFooter address {
	display :inline;
	font-style:normal;
	font-size:smaller;
	margin-left:0.5em;
	margin-right:0.5em;
}
