/*
  meromero park
  faq/common.css
*/

#outerbox {
  position: relative;
  width: 750px;
  background: #a7d513 url("/img/common/bg_sky.png") no-repeat;
  text-align: center;
}

#innerbox {
  position: relative;
  width: 672px;
  margin: 0px auto 0px auto;
  padding: 32px 0px 32px 0px;
  text-align: left;
}

#faq-top {
  position: relative;
  width: 672px;
  line-height: 0px;
  font-size: 0px;
}

#faq-body {
  position: relative;
  width: 650px;
  border-left: 1px solid #88af10;
  border-right: 1px solid #88af10;
  background-color: #eefac9;
  padding: 10px;
  overflow: auto;
  /*font-size: 0.8em;*/
}

#left {
  position: relative;
  width: 460px;
  float: left;
  padding: 5px;
}

#left .question .title {
  background-color: #a1d214;
  width: 456px;
  /*font-size: 0.9em;*/
  font-weight: bold;
  color: #006600;
  padding: 2px;
  margin-top: 10px;
}

#left .question ul {
  margin: 0px;
  padding: 0px;
}

#left .question ul li {
  list-style-type: none;
  padding-left: 20px;
  line-height: 1.5em;
}

#left .question ul li a {
  color: #006600;
  text-decoration: none;
}

#left .question ul li a:hover {
  text-decoration: underline;
}

#left .answer .title {
  background-color: #039bc2;
  /*font-size: 0.9em;*/
  font-weight: bold;
  width: 456px;
  color: #ffffff;
  padding: 2px;
  margin-top: 10px;
}

#left .answer dl {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

#left .answer dl dt {
  margin-top: 10px;
  color: #039bc2;
  /*font-size: 0.9em;*/
  font-weight: bold;
}

#left .answer dl dd {
  color: #666666;
  padding: 0px;
  margin-left: 20px;
  line-height: 1.5em;
  text-indent: 1em;
}

#left .answer .scroll {
  color: #006600;
  text-align: right;
  /*font-size: 0.8em;*/
}

#left .answer .scroll a {
  color: #006600;
  text-decoration: none;
}

#left .answer .scroll a:hover {
  text-decoration: underline;
}

#right {
  position: relative;
  width: 170px;
  float: left;
  padding: 5px;
}

#staffblog {
  position: relative;
  width: 170px;
  background-color: #fa7e7e;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0px 2px 0px;
}

#staffblog .text {
  position: relative;
  width: 144px;
  height: 80px;
  background-color: #eefac9;
  text-align: left;
  line-height:1.2em;
  border: 2px ridge #990000;
  margin:5px;
  padding: 5px;
  color: #666666;
}

#inquiry {
  position: relative;
  width: 170px;
  background-color: #a1d214;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0px 2px 0px;
}

#inquiry .text {
  position: relative;
  width: 144px;
  height: 80px;
  background-color: #eefac9;
  text-align: left;
  line-height:1.2em;
  border: 2px ridge #006600;
  margin:5px;
  padding: 5px;
  color: #666666;
}

#request {
  position: relative;
  width: 170px;
  background-color: #41d7fc;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0px 2px 0px;
}

#request .text {
  position: relative;
  width: 144px;
  height: 80px;
  background-color: #eefac9;
  text-align: left;
  line-height:1.2em;
  border: 2px ridge #039bc2;
  margin:5px;
  padding: 5px;
  color: #666666;
}

#faq-bottom {
  position: relative;
  width: 672px;
  line-height: 0px;
  font-size: 0px;
}

div.example {
  padding:5px 0;
  border-top:1px dashed #999999;
}
p.example_last {
  border-top:1px dashed #999999;
  border-bottom:1px dashed #999999;
}
span.topicTitle {
  font-weight:bold;
}
dd ul li{
  list-style-type:square;
  margin-left:30px;
}
dd ol li {
  margin-left:30px;
}
