a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:activ {
	text-decoration: underline;
}

a.gray:link {
	color: #666666;
}
a.gray:visited {
	color: #666666;
}

.footer {
	font-size: 10px;
	line-height: 18px;
}

.pagetop {
	font-size: 8pt;
	line-height: 12px;
}

td {
	font-familry: "ＭＳ Ｐゴシック", "Osaka";
}

.block {
	font-size: x-small;
}

* html .block {
	font-size: xx-small;
}

/*--------------------------
	パンくずリスト(09/03/26)
--------------------------*/
#breadcrumbs_common_tghome {
	color:#666666;
	font-size: 10px;
	padding: 10px;
}
#breadcrumbs_common_tghome a:link{
	color:#666666;
	border-bottom:1px solid #cccccc;
	line-height: 1.5;
	text-decoration: none;
}
#breadcrumbs_common_tghome a:visited{
	color:#666666;
	border-bottom:1px solid #cccccc;
	line-height: 1.5;
	text-decoration: none;
}
#breadcrumbs_common_tghome a:hover{
	color:#0F218B;
	border-bottom:1px solid #0F218B;
	line-height: 1.5;
	text-decoration: none;
}

#breadcrumbs_common_tghome a:active{
	color:#0F218B;
	border-bottom:1px solid #0F218B;
	line-height: 1.5;
	text-decoration: none;
}

/* ============================
コメント表示 notice.html setting
============================ */
div#headerArea table a {
 color: #000099;
 text-decoration: none;
}
div#headerArea table a:link {
 color: #000099;
 text-decoration: none;
}
div#headerArea table a:visited {
 color: #551a8b;
 text-decoration:none;
}
div#headerArea table a:hover {
 color: #551a8b;
 text-decoration: underline;
}

