#divWrapper
{
  /*
  border-style: solid;
  border-color: green;
  border-width: 1px;
  */
  
  width: 1000px; /* 固定寬度 */
  /* display: -webkit-flex; *//* 可曲伸 */
  /* display: flex; *//* 可曲伸 */
  margin: 0em auto; /* 左右置中 */
}

#divContent
{
  /*
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  */
  margin: 0em auto; /* 左右置中 */
  padding-right: 3em;
  width: 800px; /* 固定寬度 */
}

#divContent .classLeftColumn
{
  float: left;
  padding-left: 6em;
}

#divContent .classRightColumn
{
  float: right;
}

body.bodyLunUmenu
{
  background-color: #467bbd;
  background-repeat: no-repeat, no-repeat;
  background-position: center top;
  background-image: url('p/l.png');
}