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

/*　↓見出し↓　*/

#contents h2{
	width: 860px;
	height: 60px;
	margin-bottom: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 189%;
	color: #434343;
	line-height: 60px;
	text-indent: 65px;
	letter-spacing: 3px;
	background-image: url(../images/h2_back.png);
}

/*　↑見出し↑　*/


table#company {
	width: 500px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 70px;
	line-height: 1.5;
}

table#company th {
	width: 80px;
	padding: 10px;
	text-align: right;
}

table#company td {
	width: 380px;
	padding: 10px;
}

