/* CSS Document */
@charset "UTF-8";
/* Reset START */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr { display: none; }
/* Reset END */

/* Basic Structure START */
body {
  font-size: 12px;
  font-family: 'Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  color: #222222;
}
h1 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #7F7F7F;
  display:inline;
}
h2 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
}
h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
}
p,pre {
  margin: 0 0 0 0;
  font: 12px/16px 'Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
  color: #333333;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
a:link {
  color: #0085AB;
  text-decoration: none;
}
a:visited {
  color: #0085AB;
  text-decoration: none;
}
a:hover {
  color: #8C0000;
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
ul {
  margin: 0 0 0 0;
}
li {
  margin: 0 0 0 0;
}
/* Basic Structure END */

/* Layout START */
div#wrapper {
  text-align: center;
}
div#container {
  width: 780px;
  margin: 0 auto;
  text-align :left;
}
/* Layout END */

/* header START */
div#header {
  width: 780px;
  height: 70px;
  padding-top:55px;
}
div#header h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
div#header h2 {
  font-size:17px;
  font-weight: bold;
  line-height: 21px;
  margin-top:10px;
  border-bottom: 1px solid #CCCCCC;
}
/* header END */

/* contents START */
div#contents {
  width: 780px;
}
div#contents p {
  margin-top: 10px;
  line-height: 1.5em;
}
/* contents END */

/* move START */
div#move {
  width: 780px;
  padding-top: 50px;
}
/* move END */

/* jump START */
div.jump {
  width: 281px;
  height: 135px;
  margin-right: 35px;
  margin-bottom: 40px;
  background-image:url(moveback.jpg);
  float: left;
}
div.jump p {
  text-align: center;
  line-height: 1em;
}
div.jump .about {
  font-size: 10px;
}
div.jump .link {
  font-size: 13px;
}
/* jump END */
