@charset "UTF-8";

/*------------------------------------------------------------------------------
	NPO法人 高知の食を考える会：リンク集ページの設定
	Date: 2009-09-05
	COPYRIGHT KOCHI FOOD THINK TANK ALL RIGHT RESERVED.
	
--------------------------------------------------------------------------------
目次：

・未作成
--------------------------------------------------------------------------------*/


/*	リンク集テーブルの設定  */
#box-link{
	height: auto;
	width: 550px;
	margin: 0 0 20px;
	padding: 0;

}


/*	左セルの設定  */
.cell-left{
	height: auto;
	width: 180px;
	margin: 0;
	padding: 5px 15px 5px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: #cccccc dotted 1px;

}


/*	右セルの設定  */

.cell-right{
	height: auto;
	width: 360px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: #cccccc dotted 1px;

}

