/*-------LINK-------*/
a:link {color: #0000FF; text-decoration: none}
a:visited {color: #0000FF; text-decoration: none}
a:hover {text-decoration: underline; color: #FF0022}
a:active {color: #FF0000}

A.White {text-decoration: none; color: #FFFFFF}
A.White:visited {text-decoration: underline; color:#FFFFFF}
A.White:hover {text-decoration: underline; color:#ffff00}
A.White:active {color: #FFFFFF}
A.Red {text-decoration: none;color: #FFFFFF}
A.Red:hover {text-decoration: underline; color:#FFCC00}
A.Black {text-decoration: none;color: #000000}
A.Black:hover {text-decoration: underline; color:#FF0022}
A.Blue {text-decoration: none;color: #0000FF}
A.Blue:hover {text-decoration: underline; color:#FF0022}

.fxs{}
.fs{}
.fm{}
.fl{}
.fxl{}
.fxsh{}
.fsh{}
.fmh{}
.flh{}
.rink {
	color: #FFFF00;
}


.tab_on
{
	width:200px;
	text-align:center;
	border-style:solid;
	border-color:green;
	border-width:1px;
	border-bottom-width:0px;
	background-color:#3333FF;
}
.tab_on a
{
	font-size:16;
	font-weight:bold;
	color:white;
	margin:0px,0px,0px,0px;
}
.tab_off
{
	width:200px;
	font-size:12;
	text-align:center;
	float:left;
}
.tab_off a
{
	display:block;
	color:Gray;
	margin:0px,5px,0px,5px;
	padding:4px,5px,4px,5px;
	border-style:solid;
	border-color:Black;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:0px;
	background-color:gainsboro;
}
.tab_off a:hover
{
	background-color:#ffa500;
	color:Black;
}

/* パンくずの文字 */
.topicpath {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

a.topicpath {
  color: white;
}
a.topicpath:hover {
  color: white;
}
a.topicpath:visited {
  color: white;
}

.current_topicpath {
  color: white;
  font-weight: bold;
  text-decoration : none;
  font-size: 16px;
}

a.current_topicpath {
  color: white;
}
a.current_topicpath:hover {
  color: white;
}

a.current_topicpath:visited {
  color: white;
}

