body {
	color: "#000000";
}

body.hirokawa {
	color: "#000000";
	background-attachment:fixed;
	background-image:url("./img/rakkasei-moji.jpg");
	background-repeat:no-repeat;
	background-position:2% 6%;
}

td {
	font-size: 10pt;
}

td.title {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993300;
	height: 35px;
}

td.index {
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993300
}

img {
	border: 0;
}

a {
  text-decoration=none;
}

a:link {
  color=#4169E1;
}
a:active {
  color=#00ff00;
}
a:visited {
  color=#666699;
}
a:hover {
  color=#ff9900;
}

#maincontents {
	width: 600px;
}

#globalNavi {
	width: 100px;
	float: left;
	font-size: 9pt;
	margin-bottom: 5px;
}

#content {
	margin-bottom: 5px;
	float: right;
	width: 500px;
	font-size; 10px;
}