/*ページ全体の指定*/
body{
	color: gray;
	margin:10px;
	padding:0px;
	font-size:84%;
	font-family:Verdana;
	margin-top: 0px;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color:royalblue;
}
A:hover {
	text-decoration: underline;
	color:hotpink;
}
h1{
	font-size: 10pt;
	margin: 0px;
}
hr{
	color: skyblue;
}
table{
	border-collapse: collapse;
}
table.list{
	border-collapse: collapse;
	border: 1px solid royalblue;
}
td{
	font-size: 10pt;
}
td.head{
	font-size: 10pt;
	border: 1px solid royalblue;
	color: blue;
	background-color: skyblue;
	text-align: center;
}
td.list{
	font-size: 10pt;
	border: 1px solid royalblue;
}
td.head1{
	font-size: 10pt;
	border: 1px solid skyblue;
	background-color: blue;
	padding: 0px;
}
td.head2{
	font-size: 10pt;
	border: 1px solid skyblue;
	background-color: skyblue;
	padding: 0px;
}
td.main{
	font-size: 10pt;
	border: 1px solid skyblue;
	padding: 0px;
}
td.foot{
	font-size: 10pt;
	border: 1px solid skyblue;
	background-color: blue;
	padding: 0px;
}
td.menu{
	font-size: 10pt;
	border: 1px solid skyblue;
	background-color: #CCFFFF;
	padding: 5px;
}
