@charset "utf-8";

/* ============================================
	index.html
============================================ */
.table_link {
	margin-bottom: 30px;
	}
	.table_link th{
		width: 185px;
		text-align: center;
		}
	.table_link td{
		padding-left: 25px;
		border-left: 1px solid #d2d2d2;
		height: 100px;
		line-height: 1.6;
		}
		.table_link td a {
			color: #eb6100;
			text-decoration: underline;
			background: url(/common/img/ico_link.gif) no-repeat right center;
			padding-right: 15px;
		}
			.table_link td:hover {
				text-decoration: none;
			}

