/* all */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}
body {
  font-family: "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 80%;
  color: #333;
  line-height: 120%;
  text-align: left;
  border-top: 5px #666 solid;
}
body div {
  text-align: left;
  margin: 0 auto;
}
p {
  margin-top: 5px;
  display: block;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* links */
a{
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
  background-color:#ffffcc;
}
a:active {
  color: #333;
  text-decoration: none;
}
a img {
  border: 0;
}
/* header elements */
h1 {
}
h2 {
}
/* font */
.small {
  font-size: 80%;
  line-height: 1.3;
}
/* layout */
#header {
  width: 992px;
  margin: 0;
  background: url(../images/header.jpg) no-repeat;
  text-align: right;
}
#content {
  padding: 17px 0 30px 0;
  background: url(../images/bg.gif) repeat-y;
  border-bottom: 1px #ccc solid;
  min-height: 1em;
  display: block;
}
#content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
* html #content {
    height: 1em;
}
#bbt {
  width: 424px;
  margin: 0 18px 0 126px;
  _margin: 0 18px 0 63px;
  float: left;
}
#cap {
  width: 424px;
  float: left;
}
#footer {
  width: 992px;
  margin: 0 0 15px 0;
  padding-top: 5px;
  text-align: center;
}
/* title */
.title {
  margin-bottom: 20px;
}
/* box */
.box {
  width: 141px;
  margin-bottom: 25px;
  float: left;
  text-align: center;
  display: block;
}
/* copyright */
.ad {
  font-size:12px;
  color:#333333;
}
.copy {
  font-size:10px;
  color:#663300;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* clear */
.clear { clear: both; }  
.clear hr { display: none; }