@charset "utf-8";

*{
  padding: 0px;
  margin: 0px;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}

body{
  background: #FFF;
  text-align:center;
  padding: 0 20px;
}

/* ページの整形              */
#container {
  background-color: #FFF;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

/* ヘッダー              */
#header {
  margin: 0;
  padding: 0 0 2px 0;
  background: #FFF;
}

#header h1{
  font-size: 150%;
  padding: 10px 5px 0 5px;
}

#main h1{
  font-size: 150%;
  padding: 15px 5px 15px 5px;
}

#header div.se_h1 {
  float: left;
  margin: 0 0 0 10px;
}
#header div.setrt {
  padding: 20px 0 0 40px;
  float: left;
}

/* メイン              */
#main {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 2.0;
}

h2.toph2{
  padding: 3px 0 3px 5px;
  font-weight: bold;
  background: #BDB76B;
}

h2.mainh2{
  padding: 20px 0 3px 5px;
  font-weight: bold;
}

#main div.section{
  float: left;
  padding: 5px 2px 2px 2px;
  margin: 2px 0 2px 0;
  border: 1px solid #e5e5e5;
}

#main div.bottom {
  clear: both;
  text-align: center;
  width:100%;
  margin: 0;
  padding: 15px 0 0 0;
  background: #FFF;
  border: 1px solid #e5e5e5;
}

h3.inh3{
  padding: 3px 0 3px 5px;
  font-weight: bold;
}

h3.mainh3{
  padding: 10px 0 3px 5px;
}

/* ページの上へ戻る
------------------------------------------------------------ */
#main p.reverse {
  clear: both;
  text-align: right;
  font-size : 75%;
}
/* ------------------------------------------------ */
/* パンくずリスト              */
#navi {
  clear: both;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #FFF;
}
#navi ol {
  margin: 0;
  padding: 10px 0 5px 10px;
  font-size: 75%;
}
#navi ol li {
  margin: 0;
  padding: 0;
  display: inline;
}
#navi ol li a {
  text-decoration: none;
}
/*----------------------------------------*/
/* フッター              */
#footer {
  clear: both;
  background: #28597D;
  margin: 0;
  padding: 5px 0 10px 30px;
}

#footer h3 {
  text-align: right;
  padding: 3px 10px 3px 0;
  font-size: 120%;
  color: #666;
}
#footer h3 a,
#footer p a {
  color:#999;
}
#footer p {
  color: #999;
}
#footer span {
  color: #999;
}
#footer h3 a:hover,
#footer p a:hover {
  text-decoration:none;
}

#footer ol {
  margin: 0;
  padding: 5px 0 5px 10px;
  text-align: right;
  font-size: 12px;
}
#footer ol li {
  margin: 0;
  padding: 0;
  display: inline;
}
#footer ol li a {
  text-decoration: none;
  color:#999;
}
/* ------------------------------------------------ */
/* ハイパーテキストリンク       */
a {
  text-decoration: none;
}
a:link {
  color: #0000FF;
}
a:visited {
  color: #800080;
}
a:hover,a:active {
  color: #c00;
  text-decoration: none;
  background: #FC9;
}
/* ------------------------------------------------ */

a img{
  border: none;
}

em{
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

b{
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

strong{
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

cite{
  font-style: normal;
}

.weaken{
  font-size: 80%;
  margin: 0px 2px;
  color: #666;
}

#se_table table{
  margin: 25px 10px;
  border-collapse: collapse;
}

#se_table table caption{
  background-color: #5f7786;
  color: white;
  width: 7em;
  padding: 5px;
  margin: 20px auto 40px auto;
}

#se_table thead{
  border: 1px solid #777;
}

#se_table thead th{
  vertical-align: middle;
  text-align: center;
  color: white;
  background: #91afc7 url(./images/th.bg.png) bottom left repeat-x;
  padding: 5px;
}

#se_table tbody th{
  text-align: left;
  color: white;
  background-color: #259ad0;
  border: 1px solid #999;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5px 5px 5px 10px;
}

#se_table tbody th[colspan]{
  text-align: center;
}

#se_table tbody td.ok,
tbody td.ok:hover{
  color: white;
  background-color: #006400;
}

#se_table tbody td.ng,
tbody td.ng:hover{
  color: white;
  background-color: #9e0000;
}

#se_table tbody td{
  font-size: 85%;
  border: 1px solid #777;
  vertical-align: middle;
  empty-cells: show;
  padding: 10px 0.5em;
}

#se_table tbody td:hover{
  background-color: #f3f3eb;
}

p{
  padding: 10px 0px;
}

dl{
  padding: 5px 10px;
}

dl dt{
  padding: 5px 0 0 0;
  font-size: 100%;
  font-weight: bold;
}

dl dd{
  font-size: 85%;
  padding-left: 10px;
}

ul, ol{
  margin: 10px 20px;
  list-style-position: outside;
}

select{
  margin: 0 2px 0 0;
}

input{
  padding-left: 4px;
}

label{
  padding-left: 4px;
}

optgroup{
  font-style: normal;
  color: black;
  padding-left: 4px;
}

option{
  padding: 2px;
}

optgroup option{
  font-size: 90%;
  padding-left: 1.1em;
}

.hidden{
  display: none;
}

.inline{
  display: inline;
}

.block{
  display: block;
}

.message{
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  padding: 20px 20px 20px 40px;
}

p.em-centered{
  text-align: center;
}

ol.navigation{
  text-align: right;
  margin: 30px 15px;
  list-style-type: none;
}

span.wordmsg{
  font-size: 80%;
  padding: 0 3px;
}

span.field1{
  vertical-align: top;
  margin: 0 1px;
}

fieldset.site1 {
	  width: 90px;
	  display:inline;
	  text-align: left;
}

fieldset.site2 {
	  width: 100px;
	  display:inline;
	  text-align: left;
}

legend {
	  font-size: 80%;
}

span.focus {
	background-color: #FFD700;
}

span.matches{
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

a.lxt {
  margin:2px;
  padding:4px;
  border:1px #707070 solid;
  width:15px;height:15px;
  line-height:15px;
  text-decoration:none;
}

span.sxt {
  margin:2px;
  padding:4px;
  color:#000000;
  font-size: 120%;
  font-weight: bold;
  border:1px #707070 solid;
  width:15px;height:15px;
  line-height:15px;
  text-decoration:none;
}