/* ----------------------------------------------
	commonstyle
------------------------------------------------- */
/* line 5, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.fc {
  clear: both;
}

/* line 6, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.fl {
  float: left;
}

/* line 7, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.fr {
  float: right;
}

/* line 8, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mr10 {
  margin-right: 10px;
}

/* line 9, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mr20 {
  margin-right: 20px;
}

/* line 10, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.ml10 {
  margin-left: 10px;
}

/* line 11, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.ml20 {
  margin-left: 20px;
}

/* line 12, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mt10 {
  margin-top: 10px;
}

/* line 13, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mt20 {
  margin-top: 20px;
}

/* line 14, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mt40 {
  margin-top: 40px;
}

/* line 15, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 16, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 17, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.pt10 {
  padding-top: 10px;
}

/* line 18, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.pt20 {
  padding-top: 20px;
}

/* line 19, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.pb10 {
  padding-bottom: 10px;
}

/* line 20, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.pb20 {
  padding-bottom: 20px;
}

/* line 21, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.iv {
  display: none;
}

/* line 23, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtL {
  font-size: larger;
}

/* line 24, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtS {
  font-size: sm;
}

/* line 25, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtB {
  font-weight: 700;
}

/* line 26, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtred {
  color: #990000;
}

/* line 27, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtAtt {
  color: #CC0000;
}

/* line 28, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtCenter {
  text-align: center;
}

/* line 29, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtLeft {
  text-align: left;
}

/* line 30, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.txtRight {
  text-align: right;
}

/*a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}*/
/* line 45, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.btnAlf a:hover,
.btnAlf a:active {
  opacity: 0.60;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: 0.60;
  /* Safari 1.x */
  -moz-opacity: 0.60;
  /* FF lt 1.5, Netscape */
}

/* easy clearing by PIE
----------------------------------------------*/
/* line 55, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.cf {
  zoom: 1;
}

/* line 56, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------
	common-sitebox
------------------------------------------------- */
/* line 66, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
html, body {
  height: 100%;
  margin: 0;
  background-color: #FFF;
}

/* line 71, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#bodyAll {
  width: 888px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin: 10px auto;
  position: relative;
  background-image: url(/assets/bg_site.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

/* line 82, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#header {
  width: 818px;
  margin: 0 auto;
  padding: 26px 0 0;
}

/* line 87, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#footer {
  width: 818px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 92, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#footer .copyright {
  text-align: right;
  color: #72B6C0;
}

/* line 97, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#content {
  width: 818px;
  margin: 30px auto 0;
}

/* line 101, /home/footbank/esi/app/assets/stylesheets/common.css.scss */
#content .contentwrap {
  position: relative;
  margin-top: 10px;
}
