@charset "Shift_JIS";
/****
 * Style sheet for the HTML 4.01 specification
 * $Id: default.css, level2.1 auth by T.Shiraishi 2010/06/01 $
 ****/

/** body style **/
body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11.5px;
	font-family: Verdana, sans-serif;
}

/** base table and image style **/
table {
	border-style: none;
	font-size: 11.5px;
	font-family: Verdana, sans-serif;
}

img {
	border-style: none;
	border-width: 0px;
}

td {
	font-size: 11.5px;
	font-family: Verdana, sans-serif;
}

a {
	color: #0c4eb2;
	text-decoration: underline;
}

a:hover {
	color: #9932cc;
	text-decoration: underline;
}

table.table_middle {
	vertical-align: top;
	width: 665px;
	padding-right: 20px;
}

table.td_middle {
	vertical-align: top;
	width: 97%;
}

table.table_middle td.td_middle {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
}

td.td_middle {
	vertical-align: top;
}

/** origin class **/
.copyrt {
	width: 785px;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	background-color: #dcdcdc;
}

.copyrd {
	background-color: #dcdcdc;
	color:#003399;
	font-size: x-small;
	text-align: right;
}

.mtable {
	width: 166px;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}

.stable {
	width: 100%;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #4169e1;
}

.ltable {
	width: 100%;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #ff4500;
}

.gtable {
	width: 100%;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #00bf00;
}

.ttable {
	color:#003399;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #4169e1;
}

.ln {
	font-weight: bold;
	text-decoration: none;
}

