/* body */
body {
	width: 850px;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif, Meiryo;
  line-height: 1.2em;
}

/* h1 - h6 */
h1 {
  background-color: #303030;
  padding-left: 5px;
  border-width: 0px 0px 2px 4px;
  border-style: solid;
  border-color: #808080;
  line-height: 100%;
  font-size: 1.6em;
}
h2 {
  background-color: #303030;
  border-style: none solid;
  border-color: -moz-use-text-color #808080;
  border-width: medium 3px;
  padding: 5px 10px;
  margin-bottom: 1em;
  font-size: 1.3em;
}
h3 {
  padding: 3px 3px;
  border-bottom: #d0d0d0 dotted 1px;
  font-size: 1.2em;
}
h4 {
  padding: 3px 3px;
  border-left: solid 4px #484848;
  background-color: #f0f0fc;
  font-size: 1.0em;
  text-indent: 0.4em;
  margin-top: 14px;
  margin-bottom: 14px;
}
h5 {
  padding: 3px 3px;
  border-left: solid 4px #323232;
  background-color: #c8c8d8;
  font-size: 1.0em;
  text-indent: 0.4em;
  margin-top: 14px;
  margin-bottom: 14px;
}

/* li */
li {
  padding: 3px;
}

/* main table */
table {
  font-size: 10.5px;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
tr:hover td {
  background: #dce4fe;
  color: #339;
}
th {
  font-size: 12px;
  font-weight: bold;
  padding: 3.5px;
  background: #5860b8;
  border-bottom: 1px solid #fff;
  color: #eef;
  text-align: center;
}
th.sub {
  font-weight: normal;
  color: #039;
  background: #c0cafd;
}
td {
  padding: 4px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
}

/* panel */
#black-table table {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin: 8px;
  border-collapse: collapse;
  padding: 0px;
}
#black-table th {
  color: #f8f8f8;
  background-color: #444;
  text-align: center;
  font-weight: bold;
  padding: 0px;
}
#black-table th.sub {
  color: #ffffff;
  background-color: #484848;
  text-align: center;
  font-weight: normal;
  padding: 0px;
}
#black-table td {
  background-color: #222;
  color: #bbb;
  padding: 1px;
}

#white-table table {
  font-size: 10.5px;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: #e8e8e8;
  padding: 0px;
}
#white-table tr:hover td {
  background: #f0f0f0;
}
#white-table tr {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
#white-table th {
  font-size: 12px;
  font-weight: bold;
  background: #282828;
  color: #eee;
  text-align: center;
  padding: 0px;
}
#white-table th.sub {
  font-weight: normal;
  color: #039;
  background: #c0cafd;
  padding: 0px;
}
#white-table td {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
  padding: 1px;
}

/* others */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.tt {
  text-align: center;
  font-size: 1.2em;
  font-family: courier;
}
.space10 {
  margin-left: 10px;
}
.centered {
  position: relative;
  overflow: hidden;
}
.centered ul {
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
.centered ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style-type: none;
}

/* button */
.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #383838;
  background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #4c4c4c 48%, #383838 49%, #383838 82%, #464646 100%);
  background-image: -moz-linear-gradient(top, #3b3b3b 0%, #4c4c4c 48%, #383838 49%, #383838 82%, #464646 100%);
  background-image: -o-linear-gradient(top, #3b3b3b 0%, #4c4c4c 48%, #383838 49%, #383838 82%, #464646 100%);
  background-image: linear-gradient(top, #3b3b3b 0%, #4c4c4c 48%, #383838 49%, #383838 82%, #464646 100%);
  border-color: hsl(0, 0%, 22%);
  -webkit-box-shadow: inset 0 0 1px 1px #686868, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #686868, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #686868, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #050505;
  -moz-text-shadow: 1px 1px 1px #050505;
  -o-text-shadow: 1px 1px 1px #050505;
  text-shadow: 1px 1px 1px #050505;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 15px 6px 15px;
}
.shiny-button strong {
  letter-spacing: 1px;
  font-size: 15px;
}
.shiny-button:hover {
  color: #FFFFFF;
  background-color: #404040;
  background-image: -webkit-linear-gradient(top, #434343 0%, #545454 48%, #404040 49%, #404040 82%, #4e4e4e 100%);
  background-image: -moz-linear-gradient(top, #434343 0%, #545454 48%, #404040 49%, #404040 82%, #4e4e4e 100%);
  background-image: -o-linear-gradient(top, #434343 0%, #545454 48%, #404040 49%, #404040 82%, #4e4e4e 100%);
  background-image: linear-gradient(top, #434343 0%, #545454 48%, #404040 49%, #404040 82%, #4e4e4e 100%);
  border-color: hsl(0, 0%, 25%);
  -webkit-box-shadow: inset 0 0 1px 1px #6e6e6e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #6e6e6e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #6e6e6e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #0d0d0d;
  -moz-text-shadow: 1px 1px 1px #0d0d0d;
  -o-text-shadow: 1px 1px 1px #0d0d0d;
  text-shadow: 1px 1px 1px #0d0d0d;
}
.shiny-button:active {
  color: #FFFFFF;
  background-color: #303030;
  background-image: -webkit-linear-gradient(top, #2b2b2b 0%, #383838 100%);
  background-image: -moz-linear-gradient(top, #2b2b2b 0%, #383838 100%);
  background-image: -o-linear-gradient(top, #2b2b2b 0%, #383838 100%);
  background-image: linear-gradient(top, #2b2b2b 0%, #383838 100%);
  padding: 7px 15px 5px 15px;
}

a, a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover{
	color: #99CCFF;
}