.gnavi__wrap {
    width: 800px;
    margin: 0 auto;
}

.title__wrap {
    width: 770px;
    margin: 0 auto;
}

h2 {
  padding: 0.5rem 0.5rem;
  border-left: 10px solid #FF6600;
  border-bottom: 1px solid #FF6600;
}

h3 {
  margin-top:1em;
  border-bottom: 3px solid #FF6600; 
  width: 120px;
}

h4 {
  margin-top:-1em;
}

p {
  margin-top:-1em;
}

li {
list-style-type: square;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 100px;
}
.pagetop a {
    display: block;
    background-color: transparent;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
