@charset "UTF-8";
/*　追加　一番上　*/
/*　追加したら、ファイルの文字コードも変換（DWなら「修正」→「ページプロパティ」でエンコーディングをUTF-8に　*/
@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg");
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

img.center {
  margin: 50px 0;
}

img.left {
  margin: 0 30px 0 0px;
}

img.right {
  margin: 0 0 0px 30px;
}

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
}

.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.gif) repeat 0 0;
  background-repeat: repeat;
}

/*
 * target: IE6,7
 * Validator: Valid
 */
html*.container-wrapper {
  background: url(../img/bg.gif) repeat 0 0;
}

.aside:after {
  background-position: -920px 0;
}

.aside-min:after {
  background-position: -1260px 0;
}

.aside-container {
  position: relative;
  z-index: 1;
}

body {
  background: url(../img/bg.gif) repeat 0 0;
}

iframe {
  background: transparent;
}

.container-wrapper {
  background: url(../img/bg_top.png) repeat-x center top;
}

.main-container {
  padding: 0 0 0 20px;
}

.main-container section {
  padding: 20px 0;
}

.common-title {
  margin: 20px 0 !important;
}

.main-container section .site-title {
  color: #fafafa;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #00a0c6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
  background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
  background-image: linear-gradient(top, #00a0c6, #0082a8);
  padding: 5px 20px;
}

.main-container section p {
  margin-top: 10px;
}

.site-bnr {
  margin: 0 !important;
  padding: 5px !important;
}
