/*------------▼スタイル初期設定------------*/

body {
	font: 11px/13px "MS UI Gothic", "Osaka", "Arial"; 
	margin: 0px;
	padding: 0;
	
	  scrollbar-face-color: #1C4B75;
  scrollbar-highlight-color: #1A3B58;
  scrollbar-shadow-color: #255A8A;
  scrollbar-3dlight-color: #081521;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #0D2133;
  scrollbar-darkshadow-color: #081521;
	}
	

/*テーブル内共通文字設定*/
td {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 12px;
	line-height: 16px;
}

/*文字設定*/
.txt10-10 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 10px;
	line-height: 10px;
}
.txt10-14 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 10px;
	line-height: 14px;
}
.txt10-16 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 10px;
	line-height: 16px;
}
.txt10-18 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 10px;
	line-height: 18px;
}
.txt10-20 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 10px;
	line-height: 20px;
}
.txt12-14 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 12px;
	line-height: 14px;
}
.txt12-16 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 12px;
	line-height: 16px;
}
.txt12-18 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 12px;
	line-height: 18px;
}
.txt12-20 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 12px;
	line-height: 20px;
}
.txt14-16 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 14px;
	line-height: 16px;
}
.txt14-20 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 14px;
	line-height: 20px;
}
.txt14-22 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 14px;
	line-height: 22px;
}
.txt16-20 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 16px;
	line-height: 20px;
}
.txt16-22 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 16px;
	line-height: 22px;
}
.txt18-20 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 18px;
	line-height: 20px;
}
.txt18-22 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 18px;
	line-height: 22px;
}
.txt18-24 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 18px;
	line-height: 24px;
}
.txt18-28 {
	font-family: "MS UI Gothic", Osaka, Arial;
	font-size: 18px;
	line-height: 28px;
}

/*リンク*/
a:link {
color: #FF295B;
	text-decoration: underline;
}
a:visited {
color: #FF295B;
	text-decoration: underline;
}
a:hover {
color: #EFD91D;
	text-decoration: underline;
}
a:active {
color: #4FF295B;
	text-decoration: underline;

}

