@charset "utf-8";

#pan {
	width:917px;
	padding-left:258px;
	background: transparent url(img/panBg.png) no-repeat 0 100%;
}

#leftBnrBox { margin-top:70px; }

.infoBox {
	clear:both;
	width:678px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

	.infoBox .leftArea {
		float:left;
		width:440px;
	}

		.ceoMsg { padding:20px 0 0 0; }

	.infoBox .rightArea {
		float:right;
		width:170px;
		text-align:right;
		line-height:1.3;
		font-size:0.9em;
	}

		.infoBox .rightArea img {
			margin-bottom:15px;
		}

		.infoBox .rightArea em {
			line-height:3.0;
			font-size:1.1em;
			font-weight:normal;
		}

.msg2 {
	margin:40px 0 0 0;
}

#main h3 {
	font-size:2.0em;
	margin:45px 0 0 0;
}

#aboutTbl {
	width:678px;
}

	#aboutTbl th {
		width:130px;
		padding:15px 0 0 50px;
		verticalalign:top;
		border-top:1px solid #9E9E9F;
	}

	#aboutTbl td {
		padding:15px 0;
		verticalalign:top;
		border-top:1px solid #9E9E9F;
	}

	#aboutTbl .last {
		border-bottom:1px solid #9E9E9F;
	}

/*----------- clearFix -----------*/

.infoBox:after {
   content:'';
   display:block;
   clear:both;
}
