#header {
  width: 1000px !important;
}
#content {
  width: 1000px !important;
}
#main {
  width: 750px !important;
}
#footer {
  width: 1000px !important;
}

/* sitecheck */

#sitecheck-sample img{
  padding-left: 40px;
}

input {
  margin-left: 40px;
}
form#sitecheck , form#firstkeywordcheck{
  padding-bottom: 15px;
  border-bottom: 1px solid #996;
}
.topMsg {
  background: #EEE8AA;
  margin: 5px 40px;
  padding: 10px;
  border-right: 2px solid #D2B48C;
  border-bottom: 2px solid #D2B48C;
}
.topMsg p{
  padding: 10px !important;
  margin: 0px !important;
}

table.check-result-table, #link-table , .keyword-result{
  border-collapse: separate;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin: 10px;
}

table.check-result-table th , #link-table th , .keyword-result th{
    text-align: center;
    background: #D2B48C;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
table.check-result-table td , #link-table td , .keyword-result td{
    padding: 5px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.green-bold {
  color: green;
  font-weight: bold;
}
.red-bold {
  color: red;
  font-weight: bold;
}
.blue-bold {
  color: blue;
  font-weight: bold;
}
.keyword-result td {
  text-align: center;
}
.keyword-result td p{
  text-align: center !important;
  margin: 0px !important;
}