
body {
  margin: 0;
  font-family:Helvetica,Arial,sans-serif;
  font-size: 80%;
}

#header h1 {
  font-size: 1.5em;
}

#header_en h1 {
  font-size: 1.5em;
}

#navigation {
  display: none;
}

#search {
  display: none;
}

#sidebar {
  display: none;
}

#content {
}

* html #content {
}

* html #footer {
  height: 1%;
}

#content h2 {
  font-family: Times,serif;
  font-size: 1.5em;
  font-weight: normal;
}
#content dl dt {
  clear: both;
  font-weight: bold;
}

#content dl dt a {
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  margin: 0 5px 5px 5px;
}

#content dl a img {
  border: 0;
}

ul.searchResultNavi {
  display: none;
}

ul.services {
  display: block;
}

ul.services li {
  list-style: none;
}

a {
  color:#fff;
  text-decoration:none;
  margin-right: .5em;
}

.addToCart {
  display: none;
}

input{
  display: none;
}

#footer {
  text-align: right;
  text-transform: uppercase;
  clear:both;
  margin: 1em;
}