@charset "utf-8";
/* CSS Document */
html{
	overflow-y: scroll;
}

/*----------------------------------------------*/
h1.header_title {
  background: url(about/img/header_bg.jpg) no-repeat right top;
}

/*----------------------------------------------*/
div.main_contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
div.name_header {
	padding-left: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0081ba;
	background-color: #e6e4e5;
	height: 50px;
	padding-right: 15px;
	margin-bottom: 20px;
}

h3.title_h3 {
	margin: 0px;
	padding-top: 15px;
	float: left;
	font-size: 26px;
	line-height: 1;
	font-family: "MS PMincho",HeiseiMincho,"Hiragino Mincho Pro W3",serif;
}
/* IE6,7,8以外 */
html:not(:target) h3.title_h3 {
  padding-top: 12px;
}

/* sitemap */
#sitemapBox {
	width: 910px;
	height: 458px;
	padding: 9px;
	border: 1px solid #808080;
	margin: 11px auto 10px;
}
#sitemapFrame {
  width: 850px;
  height: 438px;
  padding: 10px 0 10px 60px;
  overflow: auto;
}
#sitemapFrame a {
  color: #000;
  text-decoration: none;
}
#sitemapFrame a:hover {
  text-decoration: underline;
}
.sitemapMark {
  font-size: 12px;
}
#sitemapFrame #sitemapL,
#sitemapFrame #sitemapR {
  width: 405px;
  float: left;
}
#sitemapFrame ul,
#sitemapFrame li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sitemapFrame ul ul {
  padding-left: 4em;
}
#sitemapFrame li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
#sitemapFrame li li {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}

