.imlink-12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}.imlink-12-16 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}
.imlink-12-20 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
}
.imlink-12-20blue {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #003366;
}
.imlink-12-20red {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 21px;
	font-style: normal;
	line-height: 30px;
	color: #CC0000;
	font-weight: bold;
}
.left-menu {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
}
.imlink-14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.imlink-12-24 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #333333;
}
.imlink-12-24blue {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #003366;
}
.imlink-14blue {

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003366;
}
.imlink-12-24white {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.imlink-12-17 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #333333;
}
.main-menu {
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	padding-top: 3px;
	padding-bottom: 6px;
	background-image: url(../recruit/img/recruit01_05.gif);
	background-repeat: no-repeat;
	text-indent: 22px;
}
.imlink-12-24blue-b {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #003366;
	font-weight: bold;
}
.privacy-menu {
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

/*メニューボタン(メイン設定)*/
.menu-parts {
  width: 123px;                        /* 横幅 */
  height: 33px;                        /* 高さ */
  text-align: center;                  /* 水平方向は中央揃え */
  vertical-align: middle;              /* 垂直方向は中央揃え */
  display: inline-block;               /* 並べて表示 */
  //background: url(../img/menu_bar1.png) no-repeat left center, linear-gradient(#F4F8FB,#cdcdcd); /* 背景：画像を左に配置、色はグラデーション */
  background:linear-gradient(#F4F8FB,#cdcdcd);
  border-style: solid;                 /* 罫線は実線 */
  border-width: medium thin thin thin; /* 上下左右の罫線の太さ(上だけ太い) */
  border-color: #1F2B67 #000000 #000000 #000000; /* 上下左右の罫線の色(上だけ紺) */
  border-radius: 0px; /* 角の丸み(0は直角) */
  font-size: 12px;                     /* フォントサイズ */
  font-family:Meiryo UI;               /* フォント */
  font-weight: bold;                   /* フォント太さ */
  color:#000;                          /* フォント色 */
  cursor: pointer;                     /* マウス */
  position: relative;                  /* 位置の指定(相対) */
  padding-top:2px;

}
/*メニューボタン(下部文字用)*/
.menu-parts span.under {
  font-size: 9px;
  //font-family:Verdana;               /* フォント */
  color: #1F2B67;
}
/*メニューボタン(オンマウス処理)*/
.menu-parts:hover {
	//background: url(../img/menu_bar2.png) no-repeat left center, linear-gradient(#2083C6, #1F2B67);
	background:linear-gradient(#2083C6, #1F2B67);
	color: #fff;
}
/*メニューボタン(オンマウス処理　下部文字用)*/
.menu-parts:hover span.under{
	color: #fff;
}
