@import url(menu.css);


/* -------------------------------------------------- */
/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.6em;
	color: #333333;
	}
body {
	margin: 0px;
	}
a {
	text-decoration:none;
	}
a:hover {
	color:#5F328F;
	}


/* -------------------------------------------------- */
/* メインテーブル */
#centering {
	width: 100%;
	text-align: center;
	}
#maintable {
	margin: auto;
	width: 864px;
	text-align: left;
	}
#maintable td.side_l {
	width: 33px;
	background: url(../img/shadow_left.jpg) repeat-y;
	}
#maintable td.side_r {
	width: 31px;
	background: url(../img/shadow_right.jpg) repeat-y;
	}
#maintable td.bottom {
	height: 77px;
	background: url(../img/shadow_bottom.jpg) no-repeat;
	}


/* -------------------------------------------------- */
/* フッター */
p#logo {
	width: 116px;
	height: 100px;
	text-indent: -9999px;
	background: url(http://www.farm-tomita.co.jp/img/rogo.jpg) no-repeat;
	margin: 2em auto;
	}