@charset "UTF-8";

/*---------------------------------------------

Home Page CSS

for edo-key.com
coded by d-spica at 2008-08-27
linked to "index.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);


/* Main Box Parts */

div#main {
  float: left;
  margin: 20px 0;
  width: 525px;
}

div#main div.section {
  margin-bottom: 20px;
  padding-left: 15px;
}

div#main div.section h3 {
  margin-left: -15px;
  font-size: 116%;
}

div#main div.section p {
  margin: 0.5em 0;
}

div#main div#technology p {
  padding-left: 180px;
  background: url(../img/home/bg-technology.png) no-repeat 0 5px;
}

div#main div#speedy p {
  padding-left: 180px;
  background: url(../img/home/bg-speedy.png) no-repeat 0 5px;
}

div#main div#lowcost p {
  padding-left: 180px;
  background: url(../img/home/bg-lowcost.png) no-repeat 0 5px;
}

div#main div#notice dl {
  margin: 0.5em 0;
}

div#main div#notice dl dt {
  font-family: 'Arial Black', sans-serif;
  color: #999;
}

div#main div#notice dl dd {
  margin: -1.5em 0 8px 7em;
} 

/* --- Link */

div#main div.section a {
  color: #333;
}

div#main div.section a:link {
  border-bottom: solid 1px #999;
}

div#main div.section a:visited {
  border-bottom: solid 1px #CCC;
}

div#main div.section a:hover {
  border-bottom: solid 1px #333;
}


/* Sub Box Parts */

div#sub {
  float: right;
  margin: 20px 0;
  width: 250px;
}

div#sub dl {
  margin-bottom: 20px;
}

div#sub dl dt {
  height: 31px;
  padding: 0 5px 0 18px;
  background: url(../img/common/bg-sub-hd.png) no-repeat 0 0;
  line-height: 31px;
  font-size: 116%;
  color: #FFF;
}

div#sub dl dd {
  margin: 5px 0;
}

div#sub dl dd.contact {
  text-align: center;
  margin: 10px 0;
  font-family: 'Arial Black', sans-serif;
  font-size: 124%;
  color: #C03;
}

div#sub dl a {
  border-bottom: none !important;
}
