@charset "utf-8";

/* page_information.css */

/*----------------------------------------------*/
/*                                              */
/* page_information                             */
/*                                              */
/*----------------------------------------------*/
/* visual */
body#information div#dVisual div.pngBg {
	background-image: url(../information/image/bg_infomation.png);
}

/* main */
/* index */
body#information table.tEstimate {
}
		body#information table.tEstimate tbody th {
			background-color: transparent;
		}
		body#information table.tEstimate tbody td {
		}
/* flow */	
body#information div.flow div.dModLayCol2Def div.dModLayImg {
	margin-bottom: 0;
}
body#information div.flow ol.olModEleDef {
}
		body#information div.flow ol.olModEleDef li {
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 0;
		}
		body#information div.flow ol.olModEleDef li dt {
			margin-bottom: 10px;
		}
		body#information div.flow ol.olModEleDef li.liFirst {
			padding-top: 10px;
			border-top: 1px solid #d9cfcb;
		}
		body#information div.flow ol.olModEleDef li.even {
			background: url(../information/flow/image/bg_flow01.gif) no-repeat left bottom;
		}
		body#information div.flow ol.olModEleDef li.odd {
			background: url(../information/flow/image/bg_flow02.gif) no-repeat left bottom;
		}
		body#information div.flow ol.olModEleDef li.lastElement {
			background: url(../information/flow/image/bg_flow_lower.gif) no-repeat left bottom;
		}
		body#information div.flow ol.olModEleDef div.dModLayImgLeft {
			padding-top: 10px;
			padding-bottom: 30px;
		}
		body#information div.flow ol.olModEleDef li.lastElement div.dModLayImgLeft {
			padding-bottom: 20px;
		}
				body#information div.flow ol.olModEleDef div.dModLayText {
					width: 445px;
				}
				body#information div.flow ol.olModEleDef div.dModLayImg {
					width: 190px;
				}

/* access */
body#information div.access div.dModLayImgRight {
}
		body#information div.access div.dModLayImgRight div.dModLayText {
			width: 410px;
		}
		body#information div.access div.dModLayImgRight div.dModLayImg {
			width: 270px;
		}
		body#information div.access dl.dlModEleDef dt {
			margin-bottom: 10px;
		}
		body#information div.access dl.dlModEleDef ul.ulModEleFloat li {
			width: 170px;
		}
body#information div.access div#dAccessMap {
	position: relative;
}
		body#information div.access div#dAccessMap li {
			padding-right: 5px;
			padding-top: 10px;
			margin-bottom: 8px;
		}
		body#information div.access div#dAccessMap div#dMapArea {
			position: absolute;
			left: 340px;
			top: 350px;
		}

/* access print */
body#information div.access div.print div.dModLayImgRight {
}
		body#information div.access div.print div.dModLayImgRight div.dModLayText {
			width: 380px;
		}
		body#information div.access div.print div.dModLayImgRight div.dModLayImg {
			width: 240px;
		}
		body#information div.access div.print div.dAccessPlan div.dModLayText {
			width: 340px;
		}
		body#information div.access div.print div.dAccessPlan div.dModLayImg {
			width: 270px;
		}

