body{
	/* IEのデフォルトフォント対策で MS PGothic がトップです */
	font-family: "MS PGothic", sans-serif;
	line-height: 120%;
}

a { text-decoration: none }
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:active { color: red; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }
blockquote { font-style: italic; }

h1{ text-align: center; }

dt{ font-weight: bold; }
dd{ margin-left: 1em; }

