/* 通常のタグ */
DIV { text-align:center }

/* 背景 */
body{ background :#eeedbd }

/* リンク */
A:link { color:#3333ff; text-decoration:none }
A:visited { color:#ff6633; text-decoration:none }
A:active { color:#ff7777; text-decoration:none }
A:hover { color:#ffffff; background-color:#ff0000; text-decoration:none }

/* 定型の特殊効果 */
.warning { color:#ff0000; font-weight:bold; }

/* IME制御 */
.on {ime-mode:active;}
.off {ime-mode:inactive;}
.no {ime-mode:disabled;}
