/* CSS Document */
a:link { color: #0066cc;}
a:visited { color: #663399;}
a:hover { color: #FF0000; }

/* 写真リスト
A.list:link { color : #999999; }
A.list:visited { color : #999999; }
//A.list:hover { color : #FF0000;  }
A.list:hover	{ color: red; background-color: gray; }
A.list:ACTIVE { color : #999999; }
*/
															
/* パンくず*/

A.bread:LINK { color : #FFFFFF;
font-weight: bold;
font-size: 14px;
text-decoration : none; }
A.bread:VISITED { color : #FFFFFF;
font-weight: bold;
font-size: 14px;
text-decoration : none; }
A.bread:HOVER { color: #FF0000; background-color: yellow;
font-weight: bold;
font-size: 14px;
text-decoration : none; }
A.bread:ACTIVE { color : #b2b6e7;
font-weight: bold;
font-size: 14px;
text-decoration : none; }
															
td {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 130%;
		font-size: 95%;
	text-decoration: none;
}
.big {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
}
.small {
	font-size: 12px;
	line-height: 120%;
}
.normal {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
}
.ssmall {
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
}
