@charset "utf-8";
/* CSS Document */

* {
	font-family: "Osaka", "ＭＳ Ｐゴシック","MS P Gothic"a, sans-serif;
}

/*///////// 文字 ////////*/
.text10_A {
	color: #222222;
	font-size: 10px;
	line-height: 14px
}
.text12_A {
	color: #222222;
	font-size: 12px;
	line-height: 18px
}
.text12_A_2 {
	color: #222222;
	font-size: 12px;
	line-height: 15px
}
.text14_A {
	color: #222222;
	font-size: 14px;
	line-height: 18px;
}
.text10_B {
	color: #585858;
	font-size: 10px;
	line-height: 13px;
}
.text10_B_2 {
	color: #585858;
	font-size: 10px;
	line-height: 15px;
}
.text12_B {
	color: #585858;
	font-size: 12px;
	line-height: 15px;
}
/**/
.text12_B_2,
.link12_A {
	color: #585858;
	font-size: 12px;
	line-height: 15px;
}

/*///////// リンク ////////*/
a:link { color:#0922C3; text-decoration: underline; }
a:visited { color:#63009C; text-decoration: underline; }
a:hover { color:#5061F6; text-decoration: none; }
a:active { color:#FF6633; text-decoration: none; }

.text10_B a:link { color: #585858; text-decoration: underline; }
.text10_B a:visited { color: #585858; text-decoration: underline; }
.text10_B a:hover { color: #585858; text-decoration: none; }
.text10_B a:active { color: #585858; text-decoration: none; }

.text12_B a:link { color: #585858; text-decoration: underline; }
.text12_B a:visited { color: #585858; text-decoration: underline; }
.text12_B a:hover { color: #585858; text-decoration: none; }
.text12_B a:active { color: #585858; text-decoration: none; }

