/* ------------------------------
 基本設定
------------------------------ */
body {
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
td {
	font-size: 12px;
	line-height: 140%;
	color: #333;
}
img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* ------------------------------
 トップページ
------------------------------ */
#main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 10px;
}
#top-contents table {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#top-contents td {
	line-height: 170%;
}
