@media print {
  html {
    top: 0 !IMPORTANT;
    left: 0 !IMPORTANT;
    width: 172mm !IMPORTANT;
  }
  html {
    width: 47% !IMPORTANT;
    height: 32% !IMPORTANT;
    font-size: 50%;
    line-height: 1.2;
  }
}

* {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10pt;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-repeat: no-repeat;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
}

br.clear {
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.ali-left {
  text-align: left;
}

.ali-center {
  text-align: center;
}

.ali-right {
  text-align: right;
}

img {
  border: 0;
}

a {
  overflow: hidden;
  color: #0339a9;
  text-decoration: none;
  vertical-align: baseline;
}

a:link,
a:visited {}

a:active,
a:hover {
  text-decoration: underline;
}

sup {
  font-size: 11px;
  vertical-align: top;
}

sub {
  font-size: 11px;
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}


/* IE6-float-box-margin-not2x */

.ie6-float {
  _display: inline;
}


/* column */

div.column {
  clear: both;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
}

body {
  background-image: url(../images/body-bg01.jpg);
  background-repeat: repeat-y;
  background-repeat: repeat-x;
}

#contain {
  width: 900px;
  margin: 0 auto;
  padding-left: 7px;
  padding-right: 7px;
  background-image: url(../images/contain.png);
  background-repeat: repeat-y;
  background-position: center top;
}

#header {
  background-image: url(../images/top-head2.jpg);
  background-position: center top;
  width: 900px;
  height: 91px;
}

h1 {
  float: right;
  padding-right: 20px;
}

h2 {
  text-align: center;
}


/* グローバルメニュー */

#menu {
  width: 900px;
  height: 40px;
}

#menu li {
  float: left;
}

#menu li a {
  float: left;
}

#menu ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul.dropdown a {
  display: block;
  text-decoration: none;
  color: #000;
}

.drop {
  float: left;
  cursor: pointer;
}

.drop li {
  float: none!important;
}

.drop > ul {
  position: absolute;
  list-style: none;
  margin: 0;
}

.drop > ul li:hover {
  background-color: #bbb;
  color: #000;
}

#mainright li a:hover,
#menu li a:hover {
  background: white !important;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#main {
  width: 900px;
}

#mainleft {
  float: left;
  width: 630px;
}

#mainright {
  background-image: url(../common/images/side-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 260px;
  float: right;
}

#mainright ul {
  padding-top: 40px;
}

#mainright li {
  padding-bottom: 10px;
  text-align: center;
}

#footer {
  clear: both;
  width: 914px;
  height: 80px;
  margin: 0 auto 0 auto;
  background-image: url(../images/footer-bg.png);
}

#footer ul {
  margin: 0 0 20px 180px;
  padding-top: 8px;
}

#footer li {
  float: left;
  text-align: center;
  color: #333;
  padding: 3px;
  line-height: 1em;
}

#footer a {
  margin-right: 4px;
  color: #666;
}

#footer a:hover {}

p.copyright {
  color: #333;
  text-align: right;
  font-size: 10px;
  margin-right: 24px;
}
