/*************************************
company.css
*************************************/

@charset "utf-8";

div#TopImgSec{
	width:957px;
	height:100px;
	margin:24px auto;
}

div#Contents{
	width:957px;
	clear:both;
	margin-bottom:42px;
	display:block;
	min-height:1403px;
}

div#mainCont{
	width:715px;
	height:1403px;
	float:left;
	display:block;
}

div#mainCont h1{
	margin:0 auto 24px;
}

div#mainCont2 h1{
	margin:0 auto 24px;
}


div#goaisatuSec{
	width:715px;
	height:240px;
	display:block;
	clear:both;
	margin-bottom:24px;
}

div#goaisatuSec .aisatuPict{
	width:196px;
	height:240px;
	display:block;
	float:left;
}

div#goaisatuSec .aisatuText{
	width:509px;
	height:240px;
	color:#333333;
	padding-left:10px;
	font-size:14px;
	display:block;
	float:left;
}

div#goaisatuSec .namePre{
	display:block;
	padding-top:30px;
	padding-left:300px;
}

div#Company{
	width:714px;
	height:437px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	clear:both;
	margin-bottom:35px;
	font-size:14px;
	color:#000000;
}

*+html div#Company{
	width:714px;
	height:441px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	border-top:1px solid #ccc;
	clear:both;
	margin-bottom:35px;
	font-size:14px;
	color:#000000;
}


div#Company dl{
	width:714px;
	height:auto;
	clear:both;
	border-bottom:1px solid #ccc;
}

*+html div#Company dl{
	width:714px;
	height:auto;
	clear:both;
	border-bottom:0px solid #ccc;
}

div#Company dt{
	width:101px;
	float:left;
	line-height:1em;
	padding-left:12px;
	padding-top:12px;
	padding-bottom:13px;
	display:inline;
	height:auto;
}

div#Company dd{
	width:563px;
	float:left;
	line-height:1em;
	padding-left:36px;
	padding-top:12px;
	display:inline;
	padding-bottom:13px;
	border-left:1px solid #ccc;
}
.bColor{
	background-color:#e6f6fb;
	border-top:1px solid #ccc;
}

*+html .bColor{
	background-color:#e6f6fb;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}