@charset 'Shift_JIS';
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  margin:0;
  font-family: 'MS Gothic';
}
.toolbar1{
  background-color: #18428C;
  height:45px;
}
.toolbar2{
  background-color: #6793e3;
  height:22px;
}
.toolbar3{
  background-color: #deedfe;
  height:22px;
}

h2{
  margin:1px;
  padding:8px 3px 7px 3px;
  font-size:16px;
}

div.notice{
  margin:10px;
  padding:5px;
  border:1px solid #333333;
  font-weight:bold;
  text-align:left;
  width:680px;
  background-color:#ffffff;
  font-size:10pt;
}

p{
  margin:0;
  padding:1px;
  font-size:10pt;
}

A{
  color : blue;
  text-decoration : under;
  font-size:10pt;
  font-family: 'MS Gothic';
}
A:LINK{
  color : blue;
}
A:VISITED{
  color : blue;
}
A:HOVER{
  color : white;
  background-color : #0080ff;
}
A:ACTIVE{
  color : red;
}

/* ‘I‘ð‰æ–Ê */
table.selectTable{
  margin-left:10px;
  border-collapse:collapse;
}
table.selectTable th, table.selectTable td{
  padding:3px 2px;
  border:1px solid #333333;
  font-size:10pt;
  background-color : #FFFFFF;
}
