@charset "UTF-8";

/* --------------------------------------
general
---------------------------------------*/
div.help {
  width : 100%;
}
/* --------------------------------------
header
---------------------------------------*/
div.help_head {
  margin : 0.5% 0.5% 0 0.5%;
  padding : 1% 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 0.5% 0 0.5%;
  border-width : 0 1px 1px 1px;
  border-style : solid;
  width : auto;
  height : auto;
}
div.help_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* --------------------------------------
left part
---------------------------------------*/
h4 {
  font-size : 95%;
}
div.help_menu {
  padding : 5px 5px 5px 5px;
  width : 24%;
  height : auto;
  float : left;
}
div.help_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

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 : none;
}

/* --------------------------------------
right part
---------------------------------------*/
div.help_main {
  margin : 5px 0.5% 5px 0;
  width : 75.4%;
  height : auto;
  float : right;
  background-color : #ffffff;
  background-image : url(../../img/standard/box_left.gif);
  background-position : 1px 0;
}
div.help_main_column {
  width : auto;
  height : auto;
  background-color : transparent;
}
img.qrc {
  margin-right : 10px;
  width : 90px;
  height : 90px;
}	float : left;

textarea.article {
  width : 73%;
  height : 12em;
}
