/* -------------- [ フォント ] -------------- */
.g120pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	line-height: 140%;
	text-decoration: none;
}
.g110pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 110%;
	line-height: 140%;
	text-decoration: none;
}
.g100pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	line-height: 140%;
	text-decoration: none;
}
.g90pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 90%;
	line-height: 140%;
	text-decoration: none;
}
.g80pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	line-height: 140%;
	text-decoration: none;
}
.g70pe {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 70%;
	line-height: 140%;
	text-decoration: none;
}


/* -------------- [ リンク ] -------------- */
a.a-white:visited {
	color: #FFFFFF;
}
a.a-white:link {
	color: #FFFFFF;
}
a.a-white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.a-black:visited {
	color: #333333;
}
a.a-black:link {
	color: #000000;
}
a.a-black:hover {
	color: #000000;
	text-decoration: underline;
}


/* -------------- [ パンくず ] -------------- */
.bread-white {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 85%;
	line-height: 140%;
	color: #FFFFFF;
	padding: 5px 10px;
}
.bread-white a:link {
	color: #FFFFFF;
}
.bread-white a:visited {
	color: #FFFFFF;
}
.bread-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bread-black {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 85%;
	line-height: 140%;
	color: #000000;
	padding: 5px 10px;
}
.bread-black a:link {
	color: #000000;
}
.bread-black a:visited {
	color: #000000;
}
.bread-black a:hover {
	color: #000000;
	text-decoration: underline;
}
.busicom_st {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.busicom_cap {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
.busicom_imgborder {
	border: 1px solid #999999;
}
