
/* ------------------------------------------------------------ */

body{
  font-family: Verdana;
  font-size: 7pt;
  color: #ffffff;
  line-height: 18px;
  margin: 0px;
  background-color: #000000;
  overflow: auto;
}

/* ------------------------------------------------------------ */

a:link,a:active,a:visited{
  color: #ffffff;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

img{
  border: 0px;
}

img.banner{
  margin: 5px 0px;
  border: 1px solid #444444;
}

/* ------------------------------------------------------------ */

hr{
  margin: 5px 0px 0px 0px;
  border: 1px dotted #ffffff;
  height: 1px;
  width: 100%;
}

/* ------------------------------------------------------------ */

table{
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

td{
  text-align: center;
}

/* ------------------------------------------------------------ */

iframe{
  width: 350px;
  height: 400px;
}

/* ------------------------------------------------------------ */

input{
  font-family: Verdana;
  font-size: 7pt;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 150px;
  background-color: #323232;
}

input.write{
  width: auto;
}

textarea{
  font-family: Verdana;
  font-size: 7pt;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 300px;
  background-color: #323232;
}

/* ------------------------------------------------------------ */


dl,dt{
  margin: 0px;
}

dd{
  margin-left: 20px;
}

/* ------------------------------------------------------------ */

div{
  font-family: Verdana;
  font-size: 7pt;
  line-height: 18px;
}

div.out{
  border: 0px solid #222222;
  height: 400px;
  width: 800px;
  background-image: url('jellyfish.jpg');
}

div.left{
  float: left;
  height: 400px;
  width: 50px;
}

div.main{
  float: left;
  height: 400px;
  width: 350px;
}

div.right{
  text-align: left;
  padding: 20px;
  float: right;
  height: 400px;
  width: 400px;
}

div.imgscroll{
  padding: 10px 0px 10px 10px;
  height: 100%;
  width: 100%;
  background-color: #323232;
  overflow: auto;
  filter: chroma(color=#323232);
}

div.box{
  padding: 10px 0px 0px 10px;
  height: auto;
  width: 310px;
}

div.navi{
  width: 100%;
  text-align :center;
}

div.write_box{
  text-align: right;
  height: auto;
  width: 300px;
}

/* ------------------------------------------------------------ */

span.title{
  font-weight: bold;
}

span.gray{
  color: #888888;
}

span.res{
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
