/* 各ページのデザイン */

a:link {
	text-decoration: underline;
	color:#0000ff;
}

a:visited {
	text-decoration: underline;
	color:#6666ff;
}

a:hover {
	text-decoration: none;
	color:#008800;
	background-color: #faffcc;
}

body {
	background-color: #fffff6;
	color: #000000;
	line-height: 1.2em;
}

h1 {
	text-align: center;
	font-family: ＭＳ 明朝;
	font-size: medium;
	color: yellow;
	background-color: #339933;
	width: 100%;
	font-weight: bold;
	padding: 4 4 4 4;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

div.link {
	background-color: #ccff99;
	width: 100%;
	margin-top: 2pt;
	margin-bottom: 3pt;
}

div.dir {
	text-align: left;
	font-size: medium;
	background-color: #ccff99;
	width: 100%;
	font-weight: bold;
	padding: 4 4 4 4;
	margin-bottom: 2pt;
	margin-top: 0pt;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

div.sort {
	color: fuchsia;
	font-size: smaller;
	text-align: left;
	background-color: #ffffcc;
}

div.copyright {
	background-color: #cceeee;
	text-align: right;
	font-size: smaller;
	margin-top: 2pt;
	color: #000000;
	line-height: 1.0em;
}

/* EOF */
