@charset "utf-8";
/* CSS Document */

#company{
	width:920px;
	padding:20px;
}

#company span{
	background: url(../img/midasi/yajirusi.jpg) no-repeat;
	padding-left:25px;
	margin-right:45px;
	font-size:75%;
	display:block;
	height:20px;
	line-height:20px;
	float:right;
}

#company span a:hover{
	color:#FF0000;
}


#map{
	width:500px;
	height:500px;
}

table#company-profile{
	width:90%;
	border-collapse: collapse;
	margin:15px auto;
}

table#company-profile th{
	background:#42bac2;
	color:#ffffff;
	width:150px;
	border:1px solid #cccccc;
	height:50px;
	padding:5px;
}


table#company-profile td{
	border:1px solid #cccccc;
	height:50px;
	padding:5px 0 5px 25px;
	background:#fcfcfc;
}

table#project{
	width:90%;
	border-collapse: collapse;
	margin:15px auto;
}

table#project th{
	background:#42bac2;
	color:#ffffff;
	width:150px;
	border:1px solid #cccccc;
	height:50px;
	padding:5px;
}


table#project td{
	border:1px solid #cccccc;
	height:50px;
	padding:5px 0 5px 25px;
	background:#fcfcfc;
}

#contact{
	width:920px;
	padding:20px;
}

#thanks{
	width:500px;
	margin:20px auto;
	text-align:center;
	color:#F00;
}

#tel{
	width:400px;
	margin:20px auto;
	text-align:center;
	border:1px solid #CCC;
	padding:20px 0;
	background:#FFFFFF;
}