@import "common.css";

/* -- security -- */
#abouts{
  color:#015b3c;
}

#orderm{
  background-image:url("../img/btn/menu/Order_h.gif");
}

.back{
  position:relative;
  top:0px;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back.gif")
}

.back_h{
  position:relative;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back_h.gif")
}

/* IE6 */
* html .back{
  text-indent:0px;
}

* html .back_h{
  text-indent:0px;
}

/* IE 7 */
*:first-child+html .back{
  text-indent:0px;
}

*:first-child+html .back_h{
  text-indent:0px;
}

#aboutSecurity{
  padding:10px;
  margin:10px;
  background-color:#ffffcc;
  border-right:1px solid gray;
  border-bottom:1px solid gray;
  line-height:1.5em;
  font-size:19px;
}

#aboutSecurity h2{
  color:#771100;
  font-size:22px;
}

#aboutSecurity p, #abounSecurity li{
  text-align:left;
  padding:20px;
}

#aboutSecurity ol{
  text-align:left;
  padding:20px;
}

#aboutSecurity ol ul{
  text-align:left;
  padding:20px;
}

#aboutSecurity ol ol{
  list-style-type:lower-latin;
}

#squareList li{
  list-style-type:square;
}