/*	SIM StyleSheet	*/
/*	main		*/

/*	基本構造	*/

BODY{
	background-color:	palegreen;
	color:			black;
}

H1{
	color:			steelblue;
	text-size:		120pt;
}

H2{
	color:			steelblue;
	text-size:		18pt;
}

H3{
	color:			steelblue;
	text-size:		16pt;
}

H4{
	color:			steelblue;
	text-size:		14pt;
}

H5{
	color:			steelblue;
	text-size:		12pt;
}

H6{
	color:			steelblue;
	text-size:		10pt;
}

ADDRESS{
}

/*	テキスト	*/

P{
	color:			black;
	line-height:		120%;
	text-indent:		1em;
}

P.noindent{
	color:			black;
	line-height:		120%;
	text-indent:		0em	;
}

Q{}
BLOCKQUOTE{}

EM{
	color:			red;
	text-style:		blod;
}

STRONG{
	color:			red;
	text-style:		blod;
}

PRE{}
/*	イメージ	*/
HR{}
IMG{}
/*	リスト		*/
UL{}
OL{}
LI{}
DL{}
DT{}
DD{}
/*	テーブル	*/
TABLE{}
THEAD{}
TBODY{}
TFOOT{}
CAPTION{}
TR{}
TH{}
TD{}
/*	アンカー	*/
A{}
