@charset "utf-8";
#doc {
  margin: 0 auto;
  padding: 10px 0;
}

div.section {
	margin-bottom: 5px;
}

#doc h1 {
  margin-bottom: 0.8em;
  padding-left: 20px;
  border-bottom: 1px dotted #493f0b;
  line-height: 1.9;
  font-size: 120%;
}

#doc p {
  margin-left: 20px;
}

#setting {
	padding: 0px;
	position: absolute;
	top: -178px;
	left: 20px;
	width :200px;
	height:auto;
	background: url(../../img/bg_grid.gif) repeat;
}

#setting ul, #setting li {
  display: inline;
  list-style-type: none;
}
#setting img {
  cursor: pointer;
}

