a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

br {
	font-size:10px;
}

br.s {
	font-size:4px;
}

b.inv {
	background:black;
	margin:0;
	padding:0 0 0 0;
}

ul {
    margin:0 0 0 3px;
    padding:0;
    list-style:none; /* リストマーク非表示 */
}
li {
    margin:0;
    padding:0 0 0 1.5em; /* 背景画像があるため、左余白をあける */
    background-image:url("hkarb.gif"); /* 背景画像を指定 */
    background-position:left 3px;
    background-repeat:no-repeat; /* 背景画像を繰り返して表示しない */
}
li.up {
    margin:0;
    padding:0 0 0 1.5em; /* 背景画像があるため、左余白をあける */
    background-image:url("hkupa.gif"); /* 背景画像を指定 */
    background-position:left 3px;
    background-repeat:no-repeat; /* 背景画像を繰り返して表示しない */
}
blockquote {
	margin-left:1em;
	margin-right:1em;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
blockquote.s2 {
	margin-left:2em;
	margin-right:2em;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
form {
	margin:0px;
}
