@charset "Shift_Jis";

/* --- Text Property --- */

#text-left { 
	margin: 0; text-align: left }
#text-cent { 
	margin: 0; text-align: center }
#text-right { 
	margin: 0; text-align: right }

#text-idt { 
	margin: 0; text-indent: 30px }
#text-cap { 
	margin: 0; text-transform: capitalize } 
#text-low { 
	margin: 0; text-transform: lowercase } 
#text-up { 
	margin: 0; text-transform: uppercase } 

#under { 
	margin: 0; text-decoration: underline } 
#over { 
	margin: 0; text-decoration: overline } 
#through { 
	margin: 0; text-decoration: line-through } 
#blink { 
	margin: 0; text-decoration: blink } 

#f-caps {
	margin: 0; font-variant: small-caps }

#totalfont {
	font: oblique normal bold 1.5em/130% serif }

/* --- Division Property --- */
.samplexp { 
	margin: 1em; padding: 1em; background: #ddf; color: #000;
	border: 1px solid #000 }

/* --- Pre Property --- */
pre.htcoding { 
	margin: 1em; padding: 1em; background: #ffc; color: #000; 
	border: 1px solid #000; font-size: 85%; text-align: left; 
	white-space: pre }
