body { background-color: #ffffff; background-image: url(../../../shared/image/top/bg_top.gif); background-repeat: no-repeat; }

a.global:link { font-size: x-small; color: #ff6600; font-weight: bold; text-decoration: none; }
a.global:visited { font-size: x-small ; color: #ff6600; font-weight: bold;text-decoration: none; }
a.global:hover { font-size: x-small ; color: #ff6600; font-weight: bold; text-decoration: underline; }
a.global:active { font-size: x-small ; color: #ff3300; font-weight: bold;text-decoration: none; }

a.feature:link{ font-size: x-small; text-decoration: none; color: #336699; }
a.feature:visited{ font-size: x-small; text-decoration: none; color: #336699; }
a.feature:hover{ font-size: x-small; text-decoration: underline; color: #ff6600; }

/* コンプライアンスへの取り組み Menu */


ul#Menu{
	margin:0!important;
	padding:0!important;
}


ul#Menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 3px;
	padding-left:0;
	padding-top:0px;
	padding-bottom:0;
  width: 190px;
  height: 18px;
  /*border: solid 1px #ccc;*/
  color: #336699;
	line-height:1.4;
	white-space:nowrap;
}
ul#Menu li:hover {
  color: #ff6600;
  /*background: #333;*/
}
ul#Menu li ul {
  display: none;
  position: absolute;
	margin-left:12px;
  top: 18px;
  left: -1px;
	padding-top:2px;
	padding-left:0;
  width: 190px;
  background: #f7f7f7;
	border:1px dotted #F9F9F9;
}
ul#Menu li ul li {
  margin: 0;
  padding: 0 0 0 16px;
  width: 180px;
  border: none;
	background:url(../../image/common/icon/ico_tfw.gif) no-repeat left top;
}
ul#Menu li ul li a {
  display: inline-block;
  width: 180px;
  height: 18px;
}
ul#Menu li ul li a:hover {
  /*background: #999;
  color: #fff;*/
  background: #fff;
  color: #ff6600;
}

figure {
	width: 240px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}
figure img {
	position: absolute;
	left: 0;
	top: 0;
}
figure figcaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 70px;
	display: none;
	background: #666666;
	color: #ffffff;
	box-sizing: border-box;
	padding-left:1em;
	padding-right:1em;
	padding-top:30px;
}



