@charset "UTF-8";
/* CSS Document */

#contents h5 {
 padding-top:20px;
 font-size:1.4em;
 color:#4b6d09;
}

#contents h5.allaboutset{
 font-size:1.4em;
 color:#389fa7;
}

#contents p.explain {
 line-height:1.8;
}

#contents p.shopping {
 padding-top:8px;
 padding-left:20px;
 }
 
 #contents p.shopping a{
  color:#cd6600;
 }


#contents p.explain strong {
 padding:16px 16px 10px 0px;
 text-align:left;
 font-size:1em;
}

#contents p.attention em {
 display:block;
 font-weight:700;
 color:#cd6600;
}

#contents table {
 width:480px;
}

#contents table caption {
 padding:20px 0 8px 8px;
 font-size:1.4em;
 color:#4b6d09;
 }
 
 #contents table thead th,
 #contents table tfoot th {
  padding:10px 0 4px 0;
   font-size:1.2em;
   color:#7b3333;
   line-height:1.5;
 }
 
  #contents table thead th span {
   display:block;
   padding-left:20px;
   font-size:0.9em;
   font-weight:700;
   color:#389fa7;
   }

  #contents table tfoot th span {
   display:block;
   padding-left:20px;
   font-size:0.9em;
   font-weight:700;
   }

 #contents table tbody tr th,
  #contents table tbody tr td {
  border-bottom:1px dotted #cccccc; 
  font-size:1.2em;
  color:#666666;
 }
 
 #contents table tbody tr.lastline th,
  #contents table tbody tr.lastline td {
  border-bottom:none;
 }
 
 #contents table tbody tr th {
  padding:14px 0 4px 8px;
  border-left:1px dotted #cccccc;
 }
 
 #contents table tbody tr th.area {
  border-left:none;
  font-weight:700;
  color:#666666;
  }
 
 #contents table tbody tr td {
  padding-left:8px;
  border-left:1px dotted #cccccc;
  }

#contents p.explain strong span {
 display:block;
 padding:4px 0 12px 0 28px;
 font-size:0.9em;
 }
 
#contents ul {
  font-size:1.2em;
}

#contents ul li {
 background:none;
}

#contents ul li a {
 color:#cd6600;
}

#contents dl.about {
 width:480px;
 height:536px;
 padding:68px 14px 20px 46px;
 background:url(../images/about_bg.gif) no-repeat 0 0;
 }
 
 #contents dl.about dt {
  clear:both;
  float:left;
  width:30%;
  margin:0;
  height:2.5em;
  padding:2px 30px 8px 12px;
  background:url(../images/mark_aboutMaterial.gif) no-repeat 0 2px;
 }
 
 #contents dl.about dd {
  padding:2px 60px 8px 0;
  height:2.5em;
 }