/* ************************************************ 
 *	リスト
 * ************************************************ */

td {
	line-height: 2;
	}
#maincol {
	margin: 0;
	padding: 10px 10px;
	}
#maincol table {
	margin: 10px 0 50px 0;
	padding:0;
	border: none;
	width: 100%;
	font-size: 100%;/*IE5*/
	}
#maincol th {
	padding: 0 0 0 15px;
	width: 150px;
	border-bottom: #cccccc 1px dotted;
	}
#maincol td {
	padding: 3px 60px;
	border-bottom: #cccccc 1px dotted;
	}
.name {
	background: url(../img/icon/list.png) no-repeat 45px center;
	}
.link {
	/*width: 100px;*/
	text-align: right;
	}
.link a {
	padding: 0 0 0 12px;
	background: url(../img/icon/link_arrow.png) no-repeat;
	}
.link a:hover {
	background: url(../img/icon/link_arrow_over.png) no-repeat;
	}

/* ************************************************ 
 *	リスト
 * ********************************