@charset "utf-8";

/*
////////////////////////////////////////////////////////////////////////////////////////// 全体属性 */

body,
table {
	font-family: "Lucida Grande", Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #333333;
	font-size: 12px;
	line-height: 20px;
}
strong,
strong a,
.strong,
.strong a {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
.underline {
	text-decoration: underline !important;
}
.red {
	color: #d7242a !important;
}
.blue {
	color: #245bd7 !important;
}
.white {
	color: #ffffff !important;
}
th,
th p {
	font-weight: bold !important;
}
.ft14 {
	font-size: 14px !important;
}
.ft13 {
	font-size: 13px !important;
}
.ft12 {
	font-size: 12px !important;
}
.ft11 {
	font-size: 11px !important;
}
.ft10 {
	font-size: 10px !important;
}
.ff01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
}
.lh16 {
	line-height: 16px !important;
}
.lh18 {
	line-height: 18px !important;
}


/*
////////////////////////////////////////////////////////////////////////////////////////// リンク */

a:link {
    color: #0c5389;
	text-decoration: none;
}
a:visited {
    color: #0c5389;
	text-decoration: none;
}
a:hover {
    color: #6bc5dd;
	text-decoration: underline;
}
a:active {
	color: #5B5B5B;
}
