@charset "utf-8";
/* reset
--------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, p, li, dl, dt, dd, table, th, td, form {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: bottom;
}
/* Fonts CSS
--------------------------------------------------------------*/
body {
  font-family: sans-serif;
  font-size: 10px;
  line-height: 1.7em;
  color: #000;
  background: #fff url(bg.jpg) no-repeat center top;
  height: 100%;
}
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  font-size: 1.2em;
  font-weight: normal;
  font-family: sans-serif;
  padding-bottom: 103px;
}
/*commonheader
--------------------------------------------------------------*/
#header div {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
#header div h1 {
  margin-top: 10px;
}
#header {
  background: url(ujj_ch_bg.gif) repeat-x scroll center top transparent;
  overflow: hidden;
  width: 100%;
  height: 42px;
}
/* Default Link
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:link {
  color: #FF9900;
  text-decoration: none;
}
a:visited {
  color: #FF9900;
}
a:hover {
  color: #FF6000;
}
/* ClearFix
--------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.clearfix {
  /* for ie */
  display: inline-table;
}
/* Hides from IE-mac Y*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  zoom: 1;
}
/* Default Material
--------------------------------------------------------------*/
img.dblock {
  display: block;
}
/* DefaultLayout
--------------------------------------------------------------*/
#contents {
  width: 880px;
  margin: auto;
}
#contents p {
  margin: 0;
}
.inner {
  height: 600px;
  width: 1000px;
}
/* Footer
--------------------------------------------------------------*/
#footer_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  min-height: 100%;
  height: auto !important;
  background-color: #171717;
  color: #fff;
  bottom: 0;
  border-top: 1px solid #57513f;
}
#footer {
  margin: 0px auto;
  width: 1000px;
  text-align: center;
  height: 100%;
  height: 150px;
}
.copyright {
  width: 980px;
  margin: 60px 0 80px 0;
}