﻿@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
background-image:url("../images/dot.gif") ;
margin-top: 0px;
}

.contents{
  background-color:#fff;
  width: 800px;
  height:100%;
  padding:0px;
  margin-top: 0px;
}

.title{
  font-size:13px;
  color:#fff;
  font-weight:bold;
  font-family:sans-serif;
  background-color:#708090;
  width:570px;
  height:20px;
  padding-left:5px;
  margin-top:20px;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-bottom: #000 3px solid;
}

.title_red{
  font-size:13px;
  color:#900;
  font-weight:bold;
  font-family:sans-serif;
  width:570px;
  height:20px;
  padding-left:5px;
  margin-top:20px;
}

.sub1{
  font-size:13px;
  color:#000;
  font-weight:bold;
  font-family:sans-serif;
  background-color:#e2e0d2;
  width:570px;
  margin-top:20px;
}

.sub2{
  font-size:12px;
  color:#000;
  font-weight:bold;
  font-family:sans-serif;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-bottom: #666 1px solid;
  width:570px;
  padding-bottom:3px;
  margin-top:10px;
}

.sub3{
  font-size:12px;
  color:#066;
  font-weight:bold;
  font-family:sans-serif;
  border:1px solid #ccc;
  width:570px;
  padding-bottom:3px;
  margin-top:20px;
  background-color:#ececec;
}

.red_txt{
  color:#f66;
}

.green_txt{
  color:#066;
}

.text{
  font-size:11px;
  line-height:17px;
  color:#333;
  width:570px;
  padding-left:30px;
  margin-top:3px;
}

.menu{
  font-size:10px;
  line-height:15px;
  color:#333;
  width:570px;
  margin-top:5px;
}

.copy{
  font-size:10px;
  line-height:15px;
  color:#000;
  width:570px;
  margin-top:20px;
  margin-bottom:20px;
}

.go_top{
  width:570px;
  margin-top:20px;
}

.text_l{
  font-size:11px;
  line-height:17px;
  font-color:#333;
}

.text_b{
  font-size:11px;
  font-weight:bold;
  line-height:17px;
  color:#000;
}

.text_bl{
  font-size:13px;
  font-weight:bold;
  line-height:20px;
  color:#000;
}

.text_s{
  font-size:10px;
}

.text_ss{
  font-size:9px;
}

.text_w{
  font-size:13px;
  color:#fff;
  font-weight:bold;
}

.answer{
  font-size:11px;
  line-height:17px;
  color:#000;
  width:540px;
  border-width:1px;
  border-color:#666;
  border-style:solid;
  background-color:#edeee8;
  padding:5px;
  margin-top:10px;
}

