/*-- 専用スタイルシート --*/

@import url(../../common/css/base.css);
@import url(../../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#contents_company div.company h2 {
	margin : 25px 15px 13px 15px ;
	width : 770px ;
	height : 52px ;
	text-indent : -9999px ;
	background-image : url(../img/h2_company.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents_company div.company div.table {
	padding : 0 0 30px 190px ;
	width : 420px ;
}

#contents_company div.company div.table table {
	width : 420px ;
	border-collapse : collapse ;
}

#contents_company div.company div.table table th {
	padding : 5px 0 ;
	width : 120px ;
	text-align : center ;
	background-color : #dcdddd ;
	border-bottom : solid 10px #ffffff ;
	font-family : "MS Gothic", Osaka ;
}

#contents_company div.company div.table table td {
	padding : 5px 0 ;
	width : 290px ;
	text-align : left ;
	border-bottom : solid 10px #ffffff ;
	border-left : solid 10px #ffffff ;
}

