/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 */

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 11px;
  line-height: 135%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, textarea, select {
  font-size: 14px;
}

form, ul, ol, li, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

li {
  list-style-type: none;
  white-space: nowrap;
}

table {
  border: 0px;
}

th {
  padding: 0px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}

td {
  padding: 0px;
  vertical-align: top;
}

p, .paragraph {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

a:link, a:visited, a:active {
  color: #1a7837;
  text-decoration: none;
}

a:hover {
  color: #13612b;
  text-decoration: underline;
}

.operator {
  color: #00f;
  cursor: pointer;
}

.operator:hover {
  color: #29f;
  text-decoration: underline;
}

.clearer {
  clear: both;
  font-size: 0px;
}

.header {
  height: 70px;
  background: #30b7a3;
}

.headertitle {
  text-shadow: -1px -1px 1px rgba(0, 152, 130, 1);
  -moz-text-shadow: -1px -1px 1px rgba(0, 152, 130, 1);
  -webkit-text-shadow: -1px -1px 1px rgba(0, 152, 130, 1);
  margin: 12px 0 17px 40px;
  font: bold 44px 'Open Sans',sans-serif;
  color: #fff;
  float: left;
}

.headertitle a {
  color: #fff;
  text-decoration: none;
}

.headerright {
  float: right;
  padding: 20px 40px 10px 0px;
  color: #fff;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
  margin-left: 16px;
  color: #fff;
  font-size: 12px;
}

.headerright a:hover .headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
  color: #09e;
}

.footer {
  padding: 0px 40px 0px 40px;
  font-size: 12px;
}

.container {
  clear: both;
  padding: 20px 40px 40px 40px;
}

.content {
  width: 100%;
  clear: both;
}

.wrapper {
  width: 100%;
}

h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid #30b7a3;
}

h2 {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
}

.searchform {
  float: left;
  margin: 0 0 20px 0;
}

.error {
  padding-bottom: 5px;
  color: #f00;
}

.list {
  width: 100%;
  clear: both;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.list th {
  padding: 3px 5px 3px 10px;
  height: 26px;
  vertical-align:middle;
  text-align: left;
  background-color: #e3e3e3;
  background-repeat: repeat-x;
  border-bottom: 1px solid #999;
}

.companylist th, .companylist td {
  border-right: 1px solid #999;
}

.list th.companyname {
  font-size: 14px;
  background-color: #999;
  color: #FFF;
  padding: 0 20px 0 20px;
}

.list_enegista th {
  padding: 3px 5px 3px 10px;
  text-align: left;
  background-color: #30b7a3;
  color: #FFF;
  background-repeat: repeat-x;
  border-bottom: 1px solid #999;
}

.list_hiraishi th {
  padding: 3px 5px 3px 10px;
  text-align: left;
  background-color: #00008b;
  color: #FFF;
  background-repeat: repeat-x;
  border-bottom: 1px solid #999;
}

.list_pgrsc th {
  padding: 3px 5px 3px 10px;
  text-align: left;
  background-color: #970032;
  color: #FFF;
  background-repeat: repeat-x;
  border-bottom: 1px solid #999;
}

.list th.count {
  width: 10px;
  text-align: right;
  padding: 0 20px 0 20px;
}

.list th.price {
  width: 80px;
  text-align: right;
  padding: 0 40px 0 0;
}

.list td {
  padding: 3px 5px 3px 10px;
  border-bottom: 1px solid #999;
}

.list th a:link, .list th a:visited, .list th a:active {
  color: #333;
}

th.listcheck, td.listcheck {
  width: 20px;
  padding: 3px 0px 3px 3px;
}

th.listlink, td.listlink {
  width: 40px;
  padding: 3px 5px 3px 5px;
  white-space: nowrap;
}

.visited td a:visited {
  color: #606;
}

.list tr:nth-child(2n+1) {
    background: #f8f8f8;
}

.odd {
    background: #ebebeb;
}
.even {
  background: #f7f7f7;
}
.dimming {
  background-color: #0000000d;
}
.list tr.nocase {
  background-color: #aaa;
}

.list tr.red {
    background: #facbd8;
}

.list tr.red td.even {
    background: #facbd8;
}

.list tr.red td.odd {
    background: #facbd8;
}

.sortby {
  padding-left: 5px;
  font-size: 12px;
}

.pagination {
  padding: 10px 0px 10px 0px;
}

.separator {
  padding: 0px 5px 0px 5px;
}

.unlink {
  color: #bbb;
}

.right, th.right {
  text-align: right;
}

.view {
  width: 700px;
  clear: both;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.view th {
  width: 120px;
  padding: 3px 5px 3px 5px;
  text-align: left;
  background-color: #f7f7f7;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.view td {
  padding: 3px 5px 3px 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.property {
  padding-top: 20px;
}

.companyform {
  clear: both;
  margin: 0 0 0 50px;
}

.form {
  clear: both;
}

.form th {
  width: 120px;
  padding: 3px 0px 3px 0px;
  text-align: left;
}

.form td {
  height: 24px;
  padding: 3px 0px 3px 0px;
}

.formlist {
  clear: both;
  vertical-align: middle;
}

.formlist th {
  padding: 3px 10px 3px 0px;
  text-align: left;
}

.formlist td {
  padding: 3px 10px 3px 0px;
}

.submit {
  padding: 10px 0px 5px 0px;
}

.necessary {
  margin-left: 5px;
  color: #f00;
  font-size: 10px;
}

.inputshort {
  width: 30px;
}

.inputcompany {
  width: 140px;
}

.inputnumeric {
  width: 90px;
}

.inputalpha {
  width: 150px;
}

.inputvalue {
  width: 320px;
}

.inputdetail {
  width: 390px;
}

.inputtitle, .inputcomment, .inputfile {
  width: 270px;
}

.inputcompanydetail {
  width: 1020px;
}
.inputsearch {
  width: 220px;
}

.die {
  width: 400px;
  clear: both;
  margin: 100px auto 100px auto;
  padding: 40px;
  color: #f00;
  background-color:#fdd;
  border: 1px solid #f00;
}

.important {
  background-color:#FFCACA;
  font-weight : bold;
}
.th {
  font-weight : bold;
}

p.alert, p.alert a {
  font-size:20px;
  color:#333;
  padding: 10px 0;
  text-decoration: underline;
}

pre {
  margin: 0px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
