body{
  margin-left: 20px;
  margin-top: 0px;
}

a {
  color:blue;
}
a:hover {
  color:red;
}

h1, h2{
  color: #FFFFFF;
  background-color: #3333FF;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  font-size: 145%;
}

h3{
  border: 2px solid #808080;
  border-left: 25px solid #808080;
  margin-top: 2em;
  padding: 5px 7px;
}

img{
  border-style: none;
}

div.logo{
  float: left;
}

div.explanation{
  font-size: 80%;
  float: left;
  padding: 18px 20px;
  vertical-align:bottom;
}

div.path{
  background-color: #eeeeee;
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width:800px;
  font-weight:bold;
  color:gray;
}

div.copy{
  margin-top: 0px;
  padding: 2px 10px;
  width:790px;
  /*background-image: url(/images/headline.gif);*/
  font-weight:bold;
  color:gray;
}

div.globalmenu{
  background-color: #eeeeee;
  font-size: 90%;
  padding: 5px;
  width:805px;
  font-weight:bold;
  color:gray;
}

div.globalmenu table{
  width:100%;
  height:10px;
}

div.globalmenu td{
  text-align:center;
  font-size:80%;
}

div.body{
  width: 805px;
}

div.sidemenu{
  float: right;
  width: 140px;
  margin-top: 10px;
}

div.select{
  border: 1px solid gray;
  padding: 5px 3px 5px 5px;
  background-color: #CCFFCC;
  /*background-image: url(/images/select.gif);*/
  font-weight: bold;
  font-size: 90%;
}


ul.select_attribute, ul.select_company{
  margin-top: 5px;
  margin-right: 15px;
  vertical-align: middle;
}

ul.select_attribute li, ul.select_company li{
  margin-bottom: 5px;
  font-size: 85%;
  list-style-image: url(/images/triangle.gif);
}

div.contents{
  margin-top: 10px;
  width: 650px;
}

div.adsense{
  float:right;
}


div.copyright{
  margin-top: 0.5em;
  text-align: center;
  font-size: 80%;
}

strong.header{
  font-size: 65%;
}

table.title_list{
  border-collapse: collapse;
  border: solid 1px blue;
}

table.title_list td{
  text-align: left;
  border: solid 1px blue;
  padding: 7px 10px;
}

table.title_list tr.title th{
  font-weight: bold;
  font-size: 75s%;
  background-color: #AAFFFF;
  white-space: nowrap;
}

table.detail{
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3px;
  margin-right: 3px;
}


table.detail td.card_explanation{
  padding: 15px 5px;
}

div.list_card{
  margin-top: 5px;
  margin-bottom: 5px;
}

p.explain {
  padding:0px 10px;
  color:#111111;
}

span.user {
  font-weight:bold;
  color:green;
}

p.center {
  text-align:center;
}

dl.bbslist dt{
  margin-top:20px;
}

dl.bbslist dd.first{
  margin-bottom:40px;
}

span.bbs_cardname {
  font-size:70%;
}

span.bbs_cardname a{
  text-decoration:none;
  color:blue;
}

div.error_title {
  border:1px solid red;
  background-color:red;
  padding:5px 10px;
  vertical-align:middle;
  color:white;
  font-weight:bold;
}

div.error {
  border:1px solid red;
  padding:5px;
  vertical-align:middle;
}

