@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
dl {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html dl { height:1%;}
dl { display:block;}
/* End hide from IE-mac */

#corporation {
	margin-bottom: 30px;
	color: #333333;
	}

#corporation dl {
	border-bottom: 1px #175079 dotted;
	padding: 12px 0 10px 40px;
	}

#corporation dl dt {
	float: left;
	color: #006CAD;
	}

#corporation dl dd {
	float: right;
	width: 365px;
	}

#corporation dl dd dl {
	border: none;
	padding: 0;
	}

#corporation dl dd dl dt {
	min-width: 90px;
	padding-right: 10px;
	color: #333333;
	}

*html #corporation dl dd dl dt {
	width: 90px;
	}

#corporation dl dd dl dd {
	float: left;
	width: auto;
	}

#history {
	margin-bottom: 30px;
	color: #333333;
	}

#history dl {
	border-bottom: 1px #175079 dotted;
	padding: 12px 0 10px 40px;
	}

#history dl dt {
	float: left;
	}

#history dl dd {
	float: right;
	width: 355px;
	padding-right: 10px;
	}

#history .history-txt {
	margin: 5px;
	}

#map {
	border: 1px #CCCCCC solid;
	margin: 20px auto 10px;
	width: 533px;
	height: 398px;
	}



