/*
	daidouji_com_defaults.css
	http://www.daidouji.com/ CSS default setting.
	last modify: Dec.6.1998		Yasujirou SHINMYOUJI <yasujiro@daidouji.com>
*/

/* CSS1 defaults */

B, STRONG	{ font-weight: bolder }	/* relative to the parent */
I, CITE, EM, VAR, ADDRESS	{ font-style: italic }
PRE, TT, CODE, KBD, SAMP	{ font-family: monospage }
PRE	{ white-space: pre }

ADDRESS		{ margin-left: 3em }

HR	{ border-top: solid }		/* 'border-bottom' could also have been used */


/* daidouji.com defaults */

BODY {
	background-color: #FFFFFF;
	background-image: url(http://www.daidouji.com/topbg.jpeg);
	background-repeat: no-repeat;
	color:#000000;
}

A:link		{ color: #0000AA }
A:visited	{ color: #000099 }
A:active	{ color: #FF0000 }

A.banner:link		{ color: #FFFFFF }
A.banner:visited	{ color: #FFFFFF }
A.banner:active		{ color: #FF0000 }

P.left		{ text-align: left }
P.center	{ text-align: center }
P.right		{ text-align: right }

DIV.left	{ text-align: left }
DIV.center	{ text-align: center }
DIV.right	{ text-align: right }

HR.top	{ margin-top: 1em }

P.indent {
	margin-left: 3em;
	margin-right: 3em;
}

SMALL.nolink { color: #999999 }

/* for Netscape Navigator 4.0* Solaris2.6 */
SMALL		{ font-size: small }
SMALL SMALL	{ font-size: x-small }	/* had better not use... */

FONT.2	{ font-size: small }
FONT.1	{ font-size: x-small }		/* had better not use... */
FONT.0	{ font-size: xx-xmall }		/* had better not use... */

