body {
	margin: 0px;
	padding: 0;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 20px;
	background: #9d0020 url(img/bg.gif) repeat-x fixed top;
}

a:link { color: #9d0020; text-decoration: none; }
a:visited { color: #9d0020; text-decoration: none; }
a:active { color: #9d0020; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: underline; }
.sikaku { color: #9a947e; }


/* マウスオーバー設定*********************************************/

img{
	border:0;
}
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* ボックス設定*********************************************/

.mtr_10 {
	margin-right:5px;
	margin-top:10px;
}

.mt_10 {
	margin-top:10px;
}

/* 表*********************************************/

table { 
	width: 700px;
	border: 2px #a0a27d solid;
	border-collapse: collapse;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
th {
	border: 2px #a0a27d solid;
	padding: 7px;
	white-space: nowrap;
	text-align: left;
	background: #25231d;
	color: #ffffff;
	font-weight: bold;
	text-indent: 5px;
}

td {
	border: 2px #a0a27d solid;
	padding: 20px;
	background-color: #f7f7ef;
}
