*{
  margin: 0;
  padding: 0;
  border: 0 solid #555555;
  font-size: 9pt;
  font-family: sans-serif;
  color: #555555;
  line-height: 1.5em;
}

a{
  font-size: 9pt;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
}

a:visited{
  color: #000000;
  background-color: #ffffff;
}

a:hover{
  color: #aaaaaa;
  background-color: #ffffff;
}

a:active{
  color: #b50000;
}

h1{
  margin: 20px 0 40px 0;
  font-size: 11pt;
  color: #000000;
}

p{
  margin: 20px 0;
}

p.p_a{
  color: #999999;
}

p.p_b{
  color: #555555;
}

body{
  background-color: #ffffff;
  text-align: center;
}

div#line{
  background-color: #b50000;
  font-size: 1px;
  height: 3px;
}

div#wrap{
  background-color: #ffffff;
  width: 934px;
  margin: 0 auto;
  padding: -3px 0 0 0;
  text-align: left;
}

div#header{
  height: 60px;
}

div#header img{
  margin: 19px 0 0 15px;
  float: left;
}

/************************************************************************************************
 navi
*************************************************************************************************/
div#navi{
  height: 45px;
  float: right;
  margin: 15px 20px 0 0;
}

div#navi ul{
  margin-top: 10px;
  list-style-type: none;
}

div#navi li{
  float: left;
  margin-left: 5px;
}

div#navi a{
  display: block;
  width: 121px;
  height: 18px;
  text-indent: -9999px;
  background-position: 0 -50px;
}

div#navi a.con{
  background-position: 0 0;
}

div#navi a:hover{
  background-position: 0 0;
}

div#navi a.top{
  background-image: url(/images/user/base/top.png);
}

div#navi a.mystery_shopping{
  background-image: url(/images/user/base/mystery_shopping.png);
}

div#navi a.quick_scope{
  background-image: url(/images/user/base/quick_scope.png);
}

div#navi a.custom_scope{
  background-image: url(/images/user/base/custom_scope.png);
}

div#footer{
  margin: 0px 20px;
  padding: 10px 0px;
  font-size: 8pt;
}

div.left{
  float: left;
}

div.right{
  float: right;
}

div#contents{
  padding: 8px 0px 0 20px;
  height: 553px;
  background-image: url("../../images/user/base/back.png");
  background-repeat: no-repeat;
}

div#left{
  width: 421px;
  padding: 15px 0 25px 0px;
  height: 500px;
  margin: 0 0 20px 0;
  float: left;
  border-right: 1px solid #555555;
}

div#left img{
  height: 500px;
  margin: 3px 0 0 7px;
}

* html div#left img{
}

div#right{
  padding: 20px 0 20px 20px;
  width: 452px;
  height: 500px;
  float: right;
}

div#right ul{
  padding: 0 0 0 20px;
}

div#article{
  cleart: both;
  padding: 0 60px 0 0;
}

* html div#article{
  margin: 50px 0 0 0;
}

*:first-child+html div#article{
  margin: 50px 0 0 0;
}

/*********************************************************************************************
subnavi
**********************************************************************************************/

div#subnavi{
  float: right;
  margin: 0px 0px 0 0;
}

div#subnavi ul{
  margin: 0 0 0 0;
  list-style-type: none;
}

div#subnavi a{
  display: block;
  margin: 4px 0;
  height: 70px;
  width: 20px;
  background-color: #ffffff; 
  overflow: hidden;
  text-indent: -9999px;
  background-position: -50px 0;
  border: 1px solid #aaaaaa;
}

div#subnavi a.on{
  border-left: 1px solid #ffffff;
}

div#subnavi a:hover{
  background-position: 0 0;
}

div#subnavi a.c0{
  background-image: url(/images/user/base/subnavi1.png);
}
div#subnavi a.c1{
  background-image: url(/images/user/base/subnavi2.png);
}
div#subnavi a.c2{
  background-image: url(/images/user/base/subnavi3.png);
}
div#subnavi a.c3{
  background-image: url(/images/user/base/subnavi4.png);
}
div#subnavi a.c4{
  background-image: url(/images/user/base/subnavi5.png);
}

span.small{
  font-size: 8pt;
  color: #888888;
}
