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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 静的ページの設定

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.other h4 {
	margin: 0;
}

div.other h5 {
	border-bottom: 1px solid #cccccc;
	margin: 10px 15px;
	padding: 0.2em 0.3em;
}


div.other p {
	line-height: 1.8;
	margin: 10px 15px;
	padding: 0;
}

div.other table {
	margin: 0 15px;
}

div.other ul.normal {
	margin: 10px 15px;
}

div.other ul.normal li {
	list-style: circle outside;
	display: list-item;
	line-height: 1.5;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

div.other ul.normal_sub {
	margin: 5px 0 0 0;
}

div.other ul.normal_sub li {
	list-style: disc outside;
	display: list-item;
	line-height: 1.5;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

div.other ol.normal {
	margin: 10px 15px;
}

div.other ol.normal li {
	list-style: decimal outside;
	display: list-item;
	line-height: 1.5;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

div.other ol.parentheses {
	margin: 10px 15px;
}

div.other ol.parentheses li {
	list-style: none outside;
	display: list-item;
	line-height: 1.5;
	text-indent: -2.4em;
	margin: 0 0 0 2.4em;
	padding: 0 0 8px 0;
}

div.other ol.normal ol.parentheses li {
	text-indent: -2.4em;
	margin: 0 0 0 2.4em;
	padding: 0 0 8px 0;
}

div.other ol.normal_sub {
	margin: 5px 0 0 0;
}

div.other ol.normal_sub li {
	list-style: none outside;
	display: list-item;
	line-height: 1.5;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

div.other .narrow_text {
	line-height: 1.5;
}

div.other .notice {
	color: #cc0033;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 サイトマップの設定

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.sitemap ul {
	text-align:left;
	margin: 0;
	padding: 3px 15px 10px 15px;
}

div.sitemap ul ul.normal_sub {
	margin: 0;
	padding: 5px 15px 0 15px;
}

div.sitemap ul li {
	margin-top:5px;
}
div.sitemap ul li a {
	color: #666666;
}
div.sitemap ul li a.arrow {
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
div.sitemap ul li a.blank {
	background-image: url(/img/blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}


