/*東洋印刷website

company.css - 会社概要・沿革
==========================================================================================   index
/	class指定
/	table指定
====================================================================================================
*/


/* class指定
-------------------------------------------- */
.px10 {
	font-size: 83%;
}
.th {
	background: #c7e5ad;
	color: #4aa400;
	border: 1px solid #71ba2b;
	border-collapse: collapse;
	text-align: left;
}


/* table指定
-------------------------------------------- */


table {
	border-collapse: collapse;
}
th {
	border: 1px solid #71ba2b;
	border-collapse: collapse;
	background: #f0f0f0;
	text-align: left;
	font-weight: normal;
}
td {
	border: 1px solid #71ba2b;
	border-collapse: collapse;
	background: #ffffff;
	text-align: center;
	width: 85px;
}

table a:link,table a:visited {
	color: #606060;
	text-decoration: none;
}
table a:hover,table a:active {
	color: #4aa400;
	text-decoration: underline;
}