@charset "utf-8";
/* CSS Document */



html { min-height:100%; margin-bottom:1px; }

body { margin:0px auto; text-align:center; background-image:url(../images/index_01_sub.gif); background-repeat:repeat-x;}



h1 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#5b5b5b; font-weight:lighter; padding-top:11px; }

h1 a { text-decoration:none; color:#5b5b5b; }
h1 a:hover { text-decoration:none; color:#1956c6; }

h2 { font-family:Verdana; font-size:18px; }

.clear { clear:both; margin:0px; padding:0px; }

.smalltext { font-family:Verdana; font-size:11px; color:#999999; margin:0px; padding:0px; line-height:12px; }
.smalltext a { text-decoration:underline; color:#999999; }
.smalltext a:hover { text-decoration:underline; color:#1956c6; }

.ls1 { font-family:Verdana; font-size:14px; color:#555555;  }
.ls1 a { text-decoration:underline; color:#333333; }
.ls1 a:hover { text-decoration:underline; color:#1956c6; }

#content
{font-family:Arial, Helvetica, sans-serif; text-align: left; margin: 0px auto; font-size:14px; color: #545353;
width: 900px; margin:0px; !important; border: medium #B80508 ; border-color: red; }



/*   image hover */
.contain {
	
	position: relative;
	width: auto;
	
}

.contain:hover .img { opacity: 0.4; }

.contain:hover .mid { opacity: 1;}

.img {
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  align-items: center;
}

.mid {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/*
.ctxt {
  background-color: transparent;
  color: #5b5b5b;
  font-size: 16px;
  padding: 16px 32px;
}
*/



/* not used */


#main-container { position:relative; margin:0px auto; padding:0px; width:auto; text-align:center; }


#center-home { float:left; margin:0px; padding:0px; width:816px; height:619px; }


#nav-home { float:left; margin:0px; padding:0px; width:816px; height:30px; background-color:#ffffff; }

#nav { float:left; width:auto; padding-left:43px; font-family:Arial, Helvetica, sans-serif, 宋体; font-size:14px; color:#cccccc; text-align:left; margin:0px; letter-spacing:5px; }

#nav ul, li { list-style:disc; padding:0px; margin:0px; font-size:14px; }

#nav b {font-weight:normal; color:#999999; }

#nav a { text-decoration:none; color:#666666; }
#nav a:hover { text-decoration:underline; color:#ff4618; }




