@charset "UTF-8";


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


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

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

/* --------------------------------------
left part
---------------------------------------*/
h4 {
  font-size : 95%;
}
div.help_menu {
  margin-right : 0;
  padding : 5px 2px 4px 5px;
  width : 24%;
  float : left;
  height : auto;
  overflow : auto;
}
div.help_menu_column {
  background-color : #ffffff;
  height : auto;
}
div.help_menu_column h4 img {
  margin-right : 0.4em;
  position : relative; 
  top : 2px;
}
div.help_menu_column ul {
  margin : 6%;
  vertical-align : baseline;
}
div.help_menu_column ul li {
  margin-bottom : 0.8em;
  list-style : none;
}

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