@charset "shift_jis";
/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.coder {
    border-spacing: 0;
	padding:5px;
    border: 2px solid #CCC;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    box-shadow: 0 0px 0px #CCC;		
}
.coder:hover {border : #09F solid 2px }





