@charset "UTF-8";
/* CSS Document */
/*------------------------現在ページ------------------------*/
li.this a {
  background-image: url(../img/btn_access.png);
  background-position: bottom;
}
/*------------------------高さ調整------------------------*/
.wrapper, .sidebar {
  height: 600px;
}
/*------------------------幅調整------------------------*/
.wrapper {
  width: 960px;
}
/*------------------------.mainArea------------------------*/
.mainArea {
  width: 750px;
  float: right;
}
.sidebar {
  float: left;
}
#jouhou {
  width:500px;
  margin: 50px 0 0 150px;
}
#jouhou tr, td, p {
  font-size: 13px;
  line-height: 2.0;
  color: #660033;
}
.title {
  width: 6em;
}
#jouhou img {
  margin-top: 20px;
}
p#google a:link, p#google a:visited {
  color: #660033;
}
p#google a:hover {
  color: #ed8492;
}
#jouhou ul {
	margin-left: 40px;
}
#jouhou li {
  font-size: 13px;
  line-height: 1.5;
  color: #660033;
}
#jouhou #google {
  width: 345px;
  text-align: right;
  margin: 5px 0 10px;
}
