@charset "utf-8";
/* CSS Document */


img {
	border: 0;
}

header h1 a {
	display: inline-block;
}
header h1 a img {
	align-content: bottom;
}
	
#path ol {
	list-style-type: none;
	padding: 0;
}

#path ol li {
	display: inline;
	margin-right: 5px;
}

#path ol li a {
	padding-right: 15px;
	background-image: url(../images/path_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.bnr_area {
	margin-bottom: 15px;
}
.bnr_area dt img {
	margin-bottom: 6px;
	vertical-align: bottom:
}
.bnr_area a {
	text-decoration: none;
}
.bnr_area dl,
.bnr_area dt,
.bnr_area dd,
.bnr_area p {
	margin: 0;
}

a.gototop {
  background-color: blueviolet;
  bottom: 2%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}


#pagetop {
	margin-top: 0;
	margin-bottom: 0;
	float: right;
}
#pagetop a {
	display: block;
	min-height: 16px;
	padding: 6px 0 6px 28px;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
address {
	padding-top: 15px;
	clear: both;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	font-style: normal;
	text-align: center;
}
#copyright {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
#copyright small {
	font-size: 100%;
}

#main h2 {
	margin-top: 0;
	padding: 13px 0 13px 24px;
	background-image: url(../images/bg_h2_bottom.gif), url(../images/bg_h2_right.gif);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, right center;
	font-size: 120%;
}