@import "../common/common.css";

/* 共通
------------------------------------------*/
#row {
  margin: 20px 0 20px 70px;
  height: 15px;
}

#row li{
  float: left;
  padding-right: 5px;
  font-size: 14px;
}

#row li a {
  font-size: 14px;
}

#row li a:hover {
  text-decoration: underline;
}

.selectlink {
  color: #666666;
}

/* 用語一覧
------------------------------------------*/

#yougo_list_block {
  clear: both;
  margin-bottom: 20px;
}

#yougo_list_block li {
  margin: 5px 0;
}

#yougotable {
  width: 600px;
}

#yougotable td a {
  font-size: 14px;
  line-height: 150%;
}

#yougotable td a:hover {
  color: #0FC017;
  text-decoration: underline;
}

#yougotable td {
  padding: 2px;
  width: 33%;
}


/* 用語詳細
------------------------------------------*/
#yougodetailarea * a:hover {
  color: #0FC017;
  text-decoration: underline;
}

#yougo_detail #yougodetailblock {
  margin: 0px 0 30px 0;
}

#yougo_detail #yougodetailblock h3 {
  font-size: 20px;
  font-weight: bold;
  height: 40px;
}

#yougo_detail #yougodetailblock p {
  font-size: 14px;
  line-height: 150%;
}

#yougo_detail #yougo_list_block {
  width: 600px;
  margin: 0 auto;
  border-width: 1px 0 0 0 ;
  border-style: solid;
  border-color: #cccccc;
  padding-top: 20px;
}

#yougo_detail #backlink {
  margin-bottom: 20px;
}

#yougo_detail #backlink a {
  font-size: 14px;
}

* html #yougo_detail #yougo_list_block {
  margin-left: 15px;
}

