*{
  zoom : 1;
  word-break: break-all;
}

html{
  height: 100%;
  overflow-y: scroll;
}

body{
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #000066;
  font-size: 100%;
  line-height: 1.2;
  _line-height: 1.4; /*IE用*/
  background-image: url();
}

img{
  border: none;
}

div,p,form,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}

a:link    {color: #000000;text-decoration:underline;}
a:visited  {color: #000000;text-decoration:underline;}
a:hover    {color: #FF3333;text-decoration:underline;}
a:active  {color: #FF3333;text-decoration:underline;}

h1{
  margin: 40px;
  text-align: center;
}

h2{
  text-align: left;
  font-size: 100%;
}

#wrapper{
  width: 800px;
  margin: auto;
  text-align: left;
}

#header #menu{
  margin: 40px;
  padding: 0;
  text-align: center;
}
#header #menu li{
  display: inline;
  padding: 0 10px;
  font-weight: bold;
}
#header #menu .select a{
  text-decoration:none;
}

#mainArea{
  width: 600px;
  float: left;
}
#news{
  margin-bottom: 30px;
}
#news li{
  font-size: 90%;
}
#subArea{
  width: 200px;
  float: left;
}
#subArea table{
  margin: auto;
}

#adArea{
  clear: both;
}

#news{
  /*list-style: none;*/
  padding-left: 40px;
}
#news li{
  line-height: 1.6;
}

#use{
  list-style: none;
  padding-left: 20px;
}
#use li{
  display: inline;
}

#serviceList li{
  padding: 10px;
  line-height: 1.6;
}
#serviceList li p{
  font-size: 90%;
}

#profile{
  margin: 20px;
  width: 100%;
}
#profile th{
  padding: 10px;
  width: 20%;
}
#profile span{
  color: #999999;
  font-size: 90%;
}
#analog img{
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 999;
}

.topImage{
  margin-bottom: 20px;
}
