@charset "Shift_Jis";

p.nmg { margin: 0; font-size: 1em }
.ctm { padding-left: 1em; padding-right: 1em; font-family: monospace }
.ctc { padding-left: 1em; padding-right: 1em }

/* == font-size Property == */
#medium { font-size: 1em }
#smaller { font-size: smaller }
#small { font-size: small }
#x-small { font-size: x-small }
#xx-small { font-size: xx-small }

#larger { font-size: larger }
#large { font-size: large }
#x-large { font-size: x-large }
#xx-large { font-size: xx-large }
#em { font-size: 1em }
#ex { font-size: 1ex }
#in { font-size: 0.5in }
#mm { font-size: 5mm }
#cm { font-size: 1cm }
#pt { font-size: 12pt }
#pc { font-size: 1pc }
#px { font-size: 24px }
#pct { font-size: 150% }

#san-serif { font-family: san-serif }
#serif { font-family: serif }
#cursive { font-family: cursive }
#mono { font-family: monospace }

#uncont { color: #fff; background: #ccc }
