/* body */
body {
	font-size:16px;
	color:#666666;
	margin:0px;
	padding:0px;
	background:#ffffff url(img/bg.gif) repeat-y;
	background-position:center;
}

/* td */
td {
	font-size:13px;
	line-height:140%;
}

/* th */
th {
	font-size:13px;
	text-align:left;
	line-height:140%;
}

/* リンク */
a:link    {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover   {
	color:#000099;
	text-decoration:none;
}

/* 見出し */
h1 {
	font-size:18pt;
	margin:0px 0px;
}
h2 {
	font-size:14pt;
	margin:0px 0px;
}
h3 {
	font-size:12pt;
	margin:0px 0px;
}
h4 {
	font-size:11pt;
	margin:0px 0px;
}
