@charset "UTF-8";

div#widget {
  padding: 5px;
}
 
/* Sub */

div#target {
  width: 200px;
  font-size: 93%;
  background: url(/images/bg_module_m.gif) repeat-y left;
}

div#target dl dt {
  background: url(/images/bg_module_hd.gif) no-repeat left top;
  padding: 3px 20px 0;
  height: 31px;
  line-height: 31px;
  font-size: 125%;
  font-weight: bold;
}

div#target dl dd {
  vertical-align: middle;
  padding: 2px 3px;
}

div#target ul.sub_nav {
  background: url(/images/bg_module_nav.gif) no-repeat left bottom;
  padding: 0 20px 3px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
}

div#target ul.sub_nav li a {
  text-decoration: underline;
  color: #FFF;
}

div#target ul.sub_nav li.current {
  list-style-type: none;
  margin-top: -6px; 
  text-align: center;
  font-weight: bold;
}

div#target ul.sub_nav li.next {
  margin-top: -6px;
  text-align: right;
}

dt#target_month {
  text-align: center;
}

p#powered {
  width: 200px;
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  font-wieght: bold;
  color: #888;
}

/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address, form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}
