@charset "utf-8";
@import "normalize.css";
@import "common.css";
/* /////////////////////////////////////////////////////////
	会社概要
///////////////////////////////////////////////////////// */

/* ====================================
	page-title
==================================== */
#page-title{
	background:url(../company/images/page-title.png) no-repeat;
	margin:0 auto 15px auto;
}

/* ====================================
	company
==================================== */

/* greeting */
#company #greeting{
	width:760px;
	margin-bottom:35px;
}
#company #greeting h3{
	font-size:140%;
	font-weight:bolder;
	padding:10px 15px;
	border-bottom:1px dotted #000;
	margin-bottom:15px;
}
#company #greeting .left{
	width:480px;
	float:left;
	margin-left:15px;
}
#company #greeting .left p{
	margin-bottom:25px;
}

#company #greeting .right{
	width:180px;
	float:right;
	margin-right:45px;
}
#company #greeting .right figure{
	margin-bottom:10px;
}
#company #greeting .right p{
	font-weight:bolder;
	text-align:center;
}

/* table */
#company table{
	width:760px;
	border-collapse:collapse;
	margin-bottom:30px;
}
#company table tr{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-collapse:collapse;
}
#company table tr th,
#company table tr td{
	padding:20px;
}
#company table tr th{
	width:190px;
	text-align:left;
	background:#EEE;
}
#company table tr td p{
	margin-bottom:10px;
	
}
	#company table tr td a:link,
	#company table tr td a:visited,
	#company table tr td a:active{
		color:#C72323;
		text-decoration:underline;
		outline:none;
	}
	#company table tr td a:hover{
		text-decoration:none;
		outline:none;
	}
