/* -- other -- */

/* ======================================== other のオリジナルの指定 */
h1 {
	height: 41px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 108%;
	color: #0043B8;
	height: 26px;
	display: block;
	width: 660px;
	margin-bottom: 10px;
}
h3 {
	font-size: 108%;
	color: #0043b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0043b8;
	margin-bottom: 0.5em;
}

/* --------------------
#contents
-------------------- */
a,
a:link {
  color: #666666;
  text-decoration: none;
}
/*a:visited {
  color: #486da0;
}*/
a:hover,
a:active {
  color: #999999;
  text-decoration: none;
}


.h2p,
.h3p {
	line-height: 1.6em;
	font-size: 93%;
	margin-bottom: 2em;
	display: block;
}
.h3p {
	margin-left: 1.2em;
}
.h3box {
	font-size: 93%;
	margin-left: 1.2em;
	margin-bottom: 2em;
}

.h3box ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.h3box ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.h2p2 {
	line-height: 1.6em;
	font-size: 93%;
	display: block;
}

/* ======================================== 各ページcss */
/* --------------------
#contents
-------------------- */


/* -- contentsother -- */

.contentsother {
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.linkbox {
	font-size: 93%;
	margin-left: 1.2em;
	margin-bottom: 2em;
	position: relative;
	margin-top: 1em;
}
.linkbox li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.linkurl {
	width: 300px;
	position: absolute;
	left: 250px;
}

/* -- contentssitemap -- */
.contentssitemap .column h2 {
	width: 314px;
	height: 26px;
	margin-top: 10px;
}
.contentssitemap .column h3 {
	font-size: 93%;
	margin-left: 27px;
}
.contentssitemap .column .left,
.contentssitemap .column .right {
	width: 314px;
}
.contentssitemap ul {
	font-size: 93%;
	color: #666666;
	margin-bottom: 2em;
	margin-left: 27px;
}
.contentssitemap li{
	background-image: url(../img/sitemap_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-left: 15px;
}
.contentssitemap .contentssitemap2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contentssitemap .contentssitemap2 li{
	padding-left: 15px;
	margin-top: 0.5em;
}

