@charset "UTF-8";

#splash {
	background-image: url(../img/bgSplash.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #666666;
	background-color: #00416c;
}

#worldmap {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 1500px;
	margin: 0 auto;
	background-image: url(../img/bgWoldmap.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 330px;
}

#worldmap__copy {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#contents {
	margin-top: 15px;
}

#main {
	width: 795px;
}

#rightCol {
	width: 163px;
}


.lstNews dt {
	float: left;
}

.lstNews dd {
	padding-bottom: 0.3em;
	padding-left: 9em;
	margin-bottom: 0.5em;
	border-bottom: dotted 1px #e3e3e3;
}

.title h1 {
	float: left;
}

.feed_frame {
	margin-bottom: 20px;
}

#about_title {
	background-image: url(../lib/img/bgGra15b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: solid 1px #e3e3e3;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#about {
	padding: 10px 15px 15px 15px;
	border-bottom: solid 1px #e3e3e3;
}

#lstOsaka {
	float: left;
	margin-right: 3em;
	padding-bottom: 10px;
}

#lstTokyo {
	float: left;
	padding-bottom: 10px;
}

#lstNagoya {
	float: left;
	margin-right: 3em;
	padding-bottom: 10px;
}

#financeCode {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}

#banner li {
	margin-bottom: 5px;
}


#tblCorporateInfo {
	width: 100%;
}

#tblCorporateInfo_col1 {
	width: 795px;
	vertical-align: top;
}

#tblCorporateInfo_col3 {
	width: 163px;
	text-align: center;
	vertical-align: bottom;
}

.imgIso {
	margin-bottom: 5px;
}

