body {
	color: black;
	background-color: white;
	font-family: "ＭＳ ゴシック";
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

strong {
	color: brown;
	font-weight: bold;
}

.main {
	color: green;
}

.over, .male {
	color: blue;
}

.over2 {
	color: purple;
}

.under {
	color: brown;
}

.female {
	color: red;
}

.okazu, .comment {
	color: gray;
}

.key2 {
	color: blue;
}

.key3 {
	color: green;
}

.check {
	background-color: yellow;
	cursor: hand;
}

/*        */
/* 段落系 */
/*        */

p {
	font-family: "MS UI Gothic";
	font-size: 14px;
	margin: 0,0,10px,50px;
}

p.songtitle {
	font-size: 18px;
	font-weight: bold;
	border-style: double;
	background-color: white;
	padding: 10px;
	margin: 0;
}

p.songtitle small {
	font-size: 14px;
	font-weight: normal;
}

p.index {
	font-weight: bold;
	text-decoration: underline;
	margin-left: 0;
}

p.index .refer {
	font-weight: normal;
	text-decoration: none;
}

p.index .comment {
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

/* copyright = コピーライト文 */
p.copyright {
	font-style: italic;
	text-align: right;
}

/*          */
/* リンク系 */
/*          */

a:link, a:visited {
	color: brown;
	background-color: yellow;
	text-decoration: none;
}

a:hover {
	background-color: #66FF66;
}
