/* link設定 */
a:link {
	color: #4682b4;
	/*color: #66c;*/
	text-decoration: none;
}
a:visited {
	color: #4682b4;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ffd700; /* gold */
	text-decoration: none;
	text-decoration: underline;
}

/* 本体設定 */
body {
	color: #4b0082; /* indigo */
	font-family: Verdana,Arial,Helvetica,serif;
}

h1 {
	font-size: small;
	text-align: right;
	border-style: solid double;
	border-color: slategray;
	border-width: 1px 10px 0px 0px;
	padding: 5px 10px 5px 10px;
}

h2 {
	text-align: right;
	margin: 0.5em auto 0em 0em;
	border-style: solid double;
	border-color: slategray;
	border-width: 1px 15px 0px 0px;
	padding: 10px 10px 10px 0px;
}

hr {
	border-style: dotted;
	border-color: #4682b4; /* steelblue */
	border-width: 1px;
}

table.list{
	border-color: #4682b4; /* steelblue */
}

th{
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	white-space: nowrap;
	color: #191970; /* indigo */
	padding: 1px 1px 1px 1px;
	font-size: 9pt;
}

th.link{
	text-align: center;
	border-style: solid;
	border-width: 0px;
	margin-bottom: 1em;
	color: #191970; /* indigo */
}

td{
	text-align: center;
	padding: 4px 4px 4px 4px;
	font-size: 9pt;
}

td.center{
	text-align: center;
	padding: 4px 4px 4px 4px;
}

td.vtop{
	text-align: right;
	vertical-align: top;
}

td.right{
	text-align: right;
	padding: 4px 4px 4px 4px;
	font-size: 9pt;
}

td.link{
	text-align: left;
	white-space: nowrap;
	padding: 4px 4px 4px 4px;
}

td.button{
	text-align: right;
}

input {
	color: #4682b4; /* steelblue */
	background-color: #f5f5f5;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

input.long {
	width: 100%;
}

select {
	color: #4682b4; /* steelblue */
	background-color: #f5f5f5;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-size: 9pt;
}

div.underline {
	text-decoration: underline;
}

