/* contact */

#contact { clear: both; margin: 20px 0 10px 0; padding: 0; text-align: center; }
#contact h3 { position: relative; clear: both; margin: 0; padding: 3px; border: 1px solid #eee; font-weight: bold; font-size: 13px; color: #696969; }

/* common */
ul.ul { display: block; width: 520px; margin: 0; padding: 0; }

/* items border: none; */
li.li { position: relative; float: left; clear: both; width: 100%; height: 100%; margin: 0; padding: 2px 0; border-bottom: 1px solid #eee; list-style: none; }
li.li:hover { background: #f6f9f1; }
li.li a { margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #000; }
li.li a:hover { text-decoration: underline; color: #5ea314; }
li.li span { position: relative; float: left; height: 100%; margin: 0; padding: 0; border-right: 1px solid #eee; text-align: left; font-style: normal; }
li.li span.left { width: 185px; margin: 0; padding: 0 0 0 3px; font-weight: bold; font-size: 14px; }
li.li span.right { width: 325px; margin: 0; padding: 0 0 0 3px; border: none; font-weight: none; color: #707070; }

