@charset "utf-8";
/* CSS Document */
/* Date: Tue Dec 7 2010 */

/* ============================== set up */
* { margin: 0; padding: 0; } 

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

img { border: 0; }

li { list-style: none; }

/*a { text-decoration: none; }*/

/* ============================== css hack */
/* floating box clear */
.clr:after, .mc:after, .ms:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clr, .mc, .ms { display: inline-table; min-height: 1%; }
.clr, .mc, .ms { display: block; }

/* hide text */
.hidetxt, .hd { text-indent: -9999px; overflow: hidden; }
.hidetxt a, .hd a { overflow: hidden; }


/* ============================== multi column */
.ms {  }
.ls { float: left; }
.rs { float: right; }

.mc {  }
.lc { float: left; }
.rc { float: right; }
