/********************************/
/*	title			*/
/********************************/
span.toptitle {
        font-family:HGPSoeiKakupoptai;
}

/********************************/
/*	default body		*/
/********************************/
BODY {
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat;
/*	background-image: url(./image/topwall.gif);		*/
	margin: 2em;
}


/********************************/
/*	default anchor		*/
/********************************/
A:link {
	color: #0080c0;
}

A:visited {
	color: #888888;
/*
	color: #0070b0;
*/
	text-decoration: none;
}

A:active {
	color: #ff0000;
	text-decoration: none;
}

A:hover {
	color: #ff0000;
}


/********************************/
/*	shortcut anchor		*/
/********************************/
A.shortcut:link, A.shortcut:visited, A.shortcut:active {
	text-decoration: none;
}

A.shortcut:hover {
	text-decoration: underline;
	color: #ff0000;
}


/********************************/
/*	seealso anchor		*/
/********************************/
A.seealso:link, A.seealso:visited, A.seealso:active {
	text-decoration: none;
}

A.seealso:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #0080c0;
}


/********************************/
/*	paragraph		*/
/********************************/
/*
p {
    text-indent: 1em;
}
*/

/********************************/
/*      author                  */
/********************************/
div.author {
	font-style: italic;
        font-size: smaller;
        color: #888888;
}

/********************************/
/*	blockquote		*/
/********************************/
BLOCKQUOTE {
    border: solid thin;
    background: #ffc;
    white-space:  pre;
    padding:      0.5em;
    border-color: #ffeeb0;
    border-style: outset;
    border-width: 4px
}


