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

/*-------------
   　common　
  ------------*/
body {
	background: #FFFFFF;
}
#pageContainer {
	width: 100%;
	min-height: 100%;
}
* html #pageContainer {
	height:100%;
}
#headerBlock, #mainContainer, #footerBlock {
	width: 100%;
}
#headerBlock #header, #mainContainer, #footerBlock #footer {
    width: 928px;
    margin: 0 auto;
}
#mainContainer {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 0;
	background: url(../environment/images/localnavi_bg001.gif) repeat-y left top;
	text-align: left;
}
#header {
	background: url(../environment/images/header_il002.gif) no-repeat right bottom;
	background-color: #f0f4f1;
	padding: 25px 0 10px 0;
}
#header #identity {
	text-align: left;
}
#headerBlock{
	background: #f0f4f1;
	border-bottom: #0c3209 3px solid;
	width: 100%;
	min-width: 928px;
	z-index: 1px;
}
#contentsHeader #topicPath {
	clear: both;
	z-index: 2px;
}
#footer {
	background: #69a174;
	color: #FFFFFF;
}
#footer .footerNavi {
	float: left;
	width: 410px;
	text-align: left;
}
#footer .footerNavi li {
	display: inline-block;
	margin: 5px 0;
	padding-right: 10px;
}
#footer .footerNavi li a {
	border-left: solid #FFFFFF 1px;
	padding-left: 10px;
}
#footer .footerNavi a:link,
#footer .footerNavi a:visited,
#footer .footerNavi a:hover,
#footer .footerNavi a:active {
	color:#FFFFFF;
}
#footerBlock #footer #copyright {
	float: right;
	width: 325px;
	height: 10px;
	margin: 5px 0;
}
#footerBlock {
	background: #69a174;
	width: 100%;
	height: 140px;
}
#pageTop {
	padding-right: 0;
	width: 910px;
	margin: 0 auto;
}
#pageTop a {
	float: right;
	display: block;
	width: 71px;
	height: 14px;
	background: url(../environment/images/arrow_g_ptop.gif) no-repeat left top;
}

/* local navigation
------------------------------------------*/
#mainContainer #localNavi {
	float: left;
	width: 211px;
	padding-bottom: 30px;
}
* html #mainContainer #localNavi {
	margin-right: -3px;
}
#mainContainer #localNavi dl {
	padding: 10px;
}

#mainContainer #localNavi dl dt { /* 081031 ps c.asaishi */
	/*margin-bottom: -5px;*/
}
#mainContainer #localNavi dl dt img{ /* 131216 ps m.inoue */
	display: block;
}
html>/**/body #mainContainer #localNavi dl dt {
	margin-bottom /*\**/: 0px\9; 
}

#mainContainer #localNavi dl dd {
	padding: 3px 2px 4px 2px;
	background-color: #FFFFFF;
	border-right: 1px solid #c3ddce;
	border-bottom: 1px solid #c3ddce;
}
#mainContainer #localNavi dl dd ul li {
	margin-top:-1px;
	padding-top:1px;
	padding-bottom: 2px;
	background: url(../environment/images/localnavi_hr001.gif) no-repeat left bottom;
	height: 39px;
}
#mainContainer #localNavi dl dd ul li a {
	background: none;
}
#mainContainer #localNavi dl dd ul li a:hover {
	background-color: #FFFFFF;
}
#mainContainer #localNavi dl dd ul li.last {
	padding-bottom: 0px;
	background: none;
		margin-bottom: -3px;
}

* html #mainContainer #localNavi dl dd ul li.last {
	height: 1%;
	margin-bottom: -3px;
}

/* for hd heading
---------------------------------------------*/
#mainContainer .hd_environment .heading1 { 
	position: relative;
	width: 669px;
	height: 60px;
	margin-bottom: 20px;
	background: url(../environment/images/environment_hdbg001.gif) no-repeat left bottom;
	border-bottom: 3px solid #CCCCCC;
}

#mainContainer .heading1 h1 span{
	font-size: 55%;
	margin-top: -0.3em;
}

/* for head2
---------------------------------------------*/
#contents .section .head2 {
	line-height: 2em;
	margin-bottom: 7px;
	padding: 0 0 0 5px;
	background-color: #e0f3e5;
	border-bottom: 1px solid #86d39f;
	font-size: 110%;
	font-weight: bold;
}
#contents .section .head2 span {
	padding: 2px 0 2px 10px;
	border-left: 4px solid #86d39f;
}
#contents .section .head2 span.bl_none {
	border-left: none;
}


/* for head3
---------------------------------------------*/
#contents .section .base .head3 {
	font-size: 110%;	
	display: block;
	line-height: 2em;
	margin: 10px 0;
	background: url(../environment/images/heading3_bg001.gif) no-repeat left bottom;
}
#contents .section .base .head3 span {
	background: url(../environment/images/heading3_ic001.gif) no-repeat 0 0.3em;
    padding: 2px 0 2px 15px;
}

/* for head4
---------------------------------------------*/
#contents .section .base .head4 {
	margin-bottom: 5px;
	padding-left: 9px;
	padding-bottom: 1px;
	background: url(../environment/images/heading4_ic001.gif) no-repeat 0 0.2em;
}

#contents .section .base .head4_closed {
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 1px;
	background: url(../environment/images/heading4_ic002.gif) no-repeat 0 0.2em;
}
#contents .section .base .head4_closed span {
	font-size: 110%;
	font-weight: bold;
}

/* for ul li
---------------------------------------------*/
#contents ul.normal	li {
	float: none;
	margin-bottom: 4px;
	padding-left: 20px;
	background: transparent url(../environment/images/com_ic002.gif) no-repeat 6px 0.47em;
}
#contents ol.normal {
	margin-bottom: 15px;
}
#contents ol.normal-mb0 li,
#contents ol.normal li {
	margin-bottom: 4px;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1.2em;
}
#contents dl {
	margin-bottom: 25px;
}
#contents dl dt {
	background: url(../environment/images/arrow_green.gif) no-repeat scroll 0 0.25em;
	padding: 0px 0 0 18px;
	margin-bottom: 4px;
}
#contents dl dd ul li{
	background: url(../environment/images/com_ic001.gif) no-repeat 0 0.4em;
	padding: 0 0 0 10px;
	margin: 0 0 4px 15px;
}
#contents .link {
	background: url(../environment/images/arrow_green.gif) no-repeat 0 0.1em;
	padding-left: 18px;
	margin-bottom: 10px;
}
/* index css
---------------------------------------------*/
#mainContainer-index {
    margin: 0 auto;
    text-align: left;
    width: 928px;
}
#listBlock {
	margin: 30px 0;
}
#listBlock .listBox {
	letter-spacing: -0.4em;
	font-size: 0;
	width: 928px;
}
#listBlock .listBox li {
	float: left;
}

/* other
---------------------------------------------*/
#contents .section .green {
	color: #399775;
}

#contents .section .bg_green {
	background: #e3f5e3;
	padding: 15px 10px 10px;
}
#contents .section .pictBox {
	width: 425px;
}
#contents .section .pictBox li {
	display: inline-block;
	width: 210px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}

/* clearFix
==========================================*/
#pageContainer #headerBlock:after,
#pageContainer #footerBlock:after,
#pageContainer #listBlock:after,
#contents .section .bg_green:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pageContainer #headerBlock,
#pageContainer #footerBlock,
#pageContainer #listBlock,
#contents .section .bg_green {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #pageContainer #headerBlock,
* html #pageContainer #footerBlock,
* html #pageContainer #listBlock,
* html #contents .section .bg_green {
	height:1px;
}
#pageContainer #headerBlock,
#pageContainer #footerBlock,
#pageContainer #listBlock,
#contents .section .bg_green {
	display:block;
}
/* End hide from IE-mac */