@charset "utf-8"
* {
  font-family: "Trebuchet MS", "Arial", Meiryo, sans-serif;
}
body {
  font-family: "Trebuchet MS", "Arial", Meiryo, sans-serif;
  margin: 0px;
  margin-top: 4px;
  padding: 8px;
  padding-right: 18px;
}
h1 {
  margin: 0px;
  padding: 0px;
  height: 61px;
}
form {
  margin: 0px;
  padding: 0px;
}
select, option, input {
  font-family: "Trebuchet MS", "Arial", Meiryo, sans-serif;
}
select {
  font-size: 80%;
}
.min_width {
  width: 950px;
}
#header_link {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 80%;
}
.start_macro_on {
  margin-right: 10px;
  color: #0000CC;
  text-decoration: underline;
  cursor: pointer;
}
.start_macro_off {
  margin-right: 10px;
  color: #ACA899;
}
#macro_area {
  position: absolute;
  top: 36px;
  right: 5px;
  width: 320px;
  height: 195px;
  color: #0F0;
  border: 2px solid #00FF00;
  background-color: #000;
  margin: 0px;
  padding: 0px;
  display: none;
  z-index: 90;
}
#macro_area_head {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #003C00;
  border-bottom: 1px solid #0F0;
  text-align: right;
}
#macro_area_head span {
  padding: 0px 8px 0px 8px;
  cursor: pointer;
}
#macro_area_head span.on {
  color: #FFE662;
  background-color: #1F7700;
}
#macro_area_head span.off {
}
#macro_area_display {
  font-size: 90%;
  height: 142px;
  padding: 3px 6px 3px 6px;
}
.macro_area_line {
  float: left;
}
#macro_area_display div.on {
  float: right;
  color: #FFE662;
  background-color: #1F7700;
  padding: 0px 8px 0px 8px;
  cursor: pointer;
}
#macro_area_display div.off {
  float: right;
  padding: 0px 8px 0px 8px;
}
#macro_area_bottom {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #003C00;
  border-top: 1px solid #0F0;
}
#macro_tone_combo {
  color: #0F0;
  border-top: 1px solid #0F0;
  background-color: #003C00;
}
#macro_tempo_combo {
  color: #0F0;
  border-top: 1px solid #0F0;
  background-color: #003C00;
}
#macro_repeat_combo {
  color: #0F0;
  border-top: 1px solid #0F0;
  background-color: #003C00;
  width: 40px;
}
#browser {
  position: absolute;
  top: 50px;
  right: 16px;
  font-size: 80%;
}
#controller_area {
  position: relative;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 4px solid #BFD6FF;
  background-color: #fff;
  min-width: 940px;
}
#controller_area table {
  width: 100%;
  padding: 3px;
}
#controller_area td {
  padding: 1px 2px 1px 5px;
  background-color: #E8EEF7;
}
#controller_area td input {
  font-size: 80%;
}
#controller_area .title {
  color: #112ABB;
  font-weight: bold;
  width: 80px;
  height: 27px;
}
#controller_area .tuning {
  padding-left: 3px;
  padding-right: 4px;
}
#controller_area .string_number {
  font-size: 90%;
}
#controller_area .go {
  color: #ED1600;
  font-weight: bold;
  width: 80px;
  height: 25px;
}
#scale_form {
  margin-left: 5px;
}
#code_form {
  margin-left: 5px;
}
#strings_combo {
  width: 40px;
}
#nowscale_area {
  width: 580px;
  height: 22px;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #FAE4AB;
  border: 4px solid #FAD163;
  border-right: none;
  border-bottom: none;
  float: left;
}
#nowscale_area span {
  padding: 0px 8px 1px 8px;
}
#player {
  position: absolute;
  top: 0px;
  right: 370px;
  width: 1px;
  height: 1px;
}
#tone_form {
  width: 165px;
  height: 25px;
  margin-top: 10px;
  padding-top: 3px;
  background-color: #FAE4AB;
  border-top: 4px solid #FAD163;
  float: left;
}
#tone_combo {
  width: 165px;
}
#play_button {
  width: 30px;
  height: 25px;
  margin-top: 10px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FAE4AB;
  cursor: pointer;
  border: 4px solid #FAD163;
  border-left: none;
  border-bottom: none;
  float: left;
}
#param_link {
  margin-top: 10px;
  float: right;
}
#param_link {
  font-size: 80%;
  color: #0000CC;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 10px;
  cursor: pointer;
}
#nowloading {
  width: 100%;
  height: 180px;
  margin-top: 60px;
  text-align: center;
  background-color: #000;
}
#guitar_area_tab {
  min-width: 940px;
}
#guitar_area {
  position: relative;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  width: 100%;
  height: 240px;
  border: 4px solid #F8CE60;
  background-color: #000;
  min-width: 940px;
}
#neck_area {
  position: absolute;
  top: 15px;
  left: 0;
}
#neck {
  width: 100%;
  border-collapse: collapse;
  background-image: url("../img/neck.gif");
  z-index: 10;
}
#neck td {
  border-right: 4px ridge #DADADA;
  padding: 0px;
}
#neck td.bridge {
  border-right: none;
  background-color: #000;
}
#neck td.nat {
  border-right: none;
  background-color: #000;
}
#pearl_area {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 15;
}
#pearl {
  width: 100%;
  border-collapse: collapse;
}
#pearl td {
  height: 30px;
  border-right: 4px ridge #DADADA;
  padding: 0px;
}
#pearl td.on {
  text-align: center;
  padding-top: 8px;
}
#pearl td.bridge {
  border-right: none;
  background-color: #000;
}
#pearl td.nat {
  border-right: none;
  background-color: #000;
}
#string_area {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px ridge #E4D030;
  z-index: 20;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#string {
  width: 100%;
  border-collapse: collapse;
}
#string td {
  height: 30px;
  padding: 0px;
}
#string td.on {
  border-bottom: 2px ridge #BEBEBE;
}
#position_area {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 30;
  border-top: 3px ridge #E4D030;
  border-bottom: 3px ridge #E4D030;
}
#position {
  width: 100%;
  border-collapse: collapse;
}
#position td {
  height: 30px;
  padding: 0px;
}
#position td.on {
  border-right: 4px ridge #DADADA;
  text-align: center;
}
#position td.nat {
  background-color: #F1E797;
}
#position td.bridge {
  text-align: center;
  color: #FFE900;
  border-right: none;
  background-color: #000;
}
#position td.bridge_on {
  text-align: center;
  color: #FFE900;
  border-right: none;
  background-color: #00932F;
}
#position td.bridge_root {
  text-align: center;
  color: #FFE900;
  border-right: none;
  background-color: #CF252A;
}
#position img {
  z-index: 80;
}
.help_title {
  font-size: 160%;
  margin-top: 0px;
  margin-left: 5px;
}
h2.help_sub_title {
  font-size: 140%;
  margin-top: 25px;
  margin-left: 5px;
  margin-bottom: 15px;
}
h3.help_sub_title {
  font-size: 140%;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
}
#help_link {
  text-align: right;
}
.help_p {
  font-size: 90%;
  margin-left: 20px;
  margin-right: 20px;
}
.help_hr {
  margin-top: 25px;
  margin-bottom: 30px;
  border: 2px solid #BFD6FF;
  background-color: #BFD6FF;
}
#copyright {
  color: #333;
  font-size: 80%;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}
