@charset "UTF-8";

/* --------------------------------------
general
---------------------------------------*/
div.help {
  width : auto;
  height : auto;
  overflow : auto;
}

/* --------------------------------------
header
---------------------------------------*/
div.help_head {
  margin : 5px 5px 0 5px;
  padding : 5px 5px 0 5px;
  border-width : 1px 1px 0 1px;
  border-style : solid;
  width : auto;
  height : 5%;
  white-space : nowrap;
}
div.help_head h2 {
  padding-bottom : 3px;
  font-size : 110%;
}
div.help_head h2 img {
  vertical-align : middle;
}

/* --------------------------------------
main
---------------------------------------*/
div.help_content {
  margin : 0 5px 0 5px;
  border-width : 0 1px 1px 1px;
  border-style : solid;
  width : auto;
  height : auto;
}

/* --------------------------------------
left part
---------------------------------------*/
h4 {
  font-size : 95%;
}
div.help_menu {
  padding : 5px 5px 4px 5px;
  width : 24%;
  height : auto;
  float : left;
  overflow : auto;
}

div.help_menu_column {
  height : auto;
  background-color : #ffffff;
}
div.help_menu_column h4 img {
  margin-right : 0.4em;
  vertical-align : middle;
}
div.help_menu_column ul {
  margin : 6%;
}
div.help_menu_column ul li {
  margin-bottom : 0.8em;
  list-style-type : none;
}

/* --------------------------------------
right part
---------------------------------------*/
div.help_main {
  margin : 5px 5px 4px 25%;
  height : auto;
  overflow : visible;
  background-color : #ffffff;
  background-image : url(../../img/standard/box_left.gif);
  background-position : 1px 0;
}
div.help_main_column {
  width : auto;
  height : auto;
  overflow : visible;
  background-color : transparent;
}
img.qrc {
  margin-right : 10px;
  width : 90px;
  height : 90px;
  float : left;
}
textarea.article {
  width : 73%;
  height : 12em;
}
