/* body */
body {
	color:#333333;
	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;
}



/* リンク */
a       {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
	background-color:#FFFFCC;
	font-weight:bold;
}


/* 見出し */
h1 {
	color:#666666;
	font-size:30pt;
	margin:0px 0px;
}
h2 {
	color:#333333;
	font-size:11pt;
	margin:0px 0px;
}
h3 {
	color:#666666;
	font-size:11pt;
	margin:0px 0px;
}
h4 {
	color:#FFFFFF;
	font-size:11pt;
	margin:0px 0px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	margin:0px 0px;
}
