body {
    background-image: url(/static/image/bg.png);
}

a {
    color: #339966;
}

img {
    border: 0px;
}

p {
    font-size: 0.8em;
    margin: 1px 0px 0px 0px;
}

input {
    font-size: 10px;
}

h1,h2 {
    width: 100%;
    background-color: #eeeeee;
    border-left: 10px solid #cccccc;
    color: #663300;
    padding: 5px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
    font-family: sans-serif;
}

h3,h4,h5 {
    width: 100%;
    color: #663300;
    padding: 5px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
    font-family: sans-serif;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
li { font-size: 10px; }

hr {
    color: #cccccc;
    height: 1px;
    border: 1px solid #cccccc;
}

div {
    text-align: left;
}

.tetsuwo {
    padding: 10px 0px 28px 60px;
    background-image: url(/static/image/tetsuwo01.gif);
    background-repeat: no-repeat;
}

.smith {
    padding: 10px 0px 28px 60px;
    background-image: url(/static/image/smith01.gif);
    background-repeat: no-repeat;
}

.sound {
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.help {
    font-size:10px;
    color:#FF0000;
    cursor: pointer;
}

#outer {
    width: 1000px;
    background-color:#ffffff;
}

#head {
    width: 100%;
    height: 120px;
    background-image: url(/static/image/logo.jpg);
    background-repeat: no-repeat;
}

#main {
    width: 100%;
}

#left {
    width: 200px;
    vertical-align: top;
}

#right {
    width: 200px;
    vertical-align: top;
}

#content {
    width: 600px;
    height: 600px;
    vertical-align: top;
}

#foot {
    width: 100%;
    height: 40px;
}

#form {
    background-color: #cccccc;
    border: 1px solid #663300;
    padding: 5px;
    width: 90%;
}



.PR-TXT{
  font-size: 10px;
  color: #000000;
  width:100%;;
}
  .PR-TXT a {
    color: #000000;
  }



.pr-black8{
  font-size: 8px;
  color: #000000;
  width:100%;;
}
  .pr-black8 a {
    color: #000000;
  }
