/*---hover時オレンジ---*/
a.imgtype01:link {color: #ffffff;}
a.imgtype01:visited {color: #ffffff;}
a.imgtype01:hover {color: #FFD555; text-decoration: underline;}
a.imgtype01:active {color: #800000;}

/*---常時白
a.imgtype02:link {color: #ffffff; text-decoration: none;}
a.imgtype02:visited {color: #ffffff; text-decoration: none;}
a.imgtype02:hover {color: #ffffff; text-decoration: none;}
a.imgtype02:active {color: #ffffff; text-decoration: none;}
---*/

a.linkcolor:link {color: #747474;}
a.linkcolor:visited {color: #747474;}
a.linkcolor:hover {color: #FFD555; text-decoration: underline;}
a.linkcolor:active {color: #802B40;}

a.menu:hover{background-color: #747474; color: #ffffff;}

body{
	background-attachment: fixed;
	background-image: url('../js/image/background.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

.submenu{
	background: #C9C9C9;
	width: 145px;
	visibility: hidden;
	position: absolute;
	filter: Alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #6B4B2D;
}

/*-- font style --*/
	.table-style8px{
		color:#747474;
		font-size:8pt;
		font-family:Verdana;
	}
	.table-style9px{
	color: #747474;
	font-size: 9pt;
	font-family: Verdana;
	text-align: left;
	}
	.table-style9px_Black{
		color:#444444;
		font-size:9pt;
		font-family:Verdana;
	}
	.table-style10px{
		color:#747474;
		font-size:10pt;
		font-family:Verdana;
		border-color:#747474;
	}
	.border-style{
		border-width:0px 0px 1px 0px;
		border-style:dashed;
		border-color:#747474;
	}
	.bold{
		font-weight:bold;
	}
