﻿@charset "utf-8";

/* ■■ default.css ■■
--------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, address, blockquote, table, th, td, span, strong, em, img {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

body {
  font-size: 100%;
  line-height: 100%;
  font-style: normal;
  text-align: center;
  background: url(../images/bg_headerline.jpg) repeat-x scroll;
  font-family: "メイリオ", "Meiryo", "ＭＳゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
  /*font-family:"ＭＳ Ｐゴシック","メイリオ", "Meiryo","ＭＳゴシック", "Osaka−等幅", "ヒラギノ角ゴ Pro W3";*/
}

img {
  text-decoration: none;
  behavior: expression(IEPNGFIX.fix(this));
}

* html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

/*- link -*/
a:link {
  color: #176BB8;
  text-decoration: underline;
}

a:visited {
  color: #176BB8;
  text-decoration: underline;
}

a:hover {
  color: #3399FF;
  text-decoration: underline;
}

/*- images -*/
img {
  vertical-align: top;
}

/*- list -*/
ul li {
  list-style: none;
}

/*- horizontal -*/
hr {
  display: none;
}

/*- float解除 -*/
.clear {
  overflow: hidden;
}

.floatClear {
  zoom: 100%;
}

.floatClear:after {
  display: block;
  clear: both;
  height: 0px;
  content: "";
}

/*==[ 位置 ]==*/

/*- 基本マージン -*/
.margin_top10 {
  margin: 10px 0px 0px 0px;
}

.margin_top20 {
  margin: 20px 0px 0px 0px;
}

.margin_top30 {
  margin: 30px 0px 0px 0px;
}

.margin_bottom20 {
  margin: 0px 0px 20px 0px;
}

.margin_bottom40 {
  margin: 0px 0px 40px 0px;
}

.margin_bottom80 {
  margin: 0px 0px 80px 0px;
}

/*- 左 -*/
.textLeft {
  text-align: left;
}

/*- 中央 -*/
.textCenter {
  text-align: center;
}

/*- 右 -*/
.textRight {
  display: block;
  text-align: right;
}

/*==[ float ]==*/

/*- 左 -*/
.floatLeft {
  float: left;
}

/*- 右 -*/
.floatRight {
  float: right;
}

/*==[ テキスト ]==*/
.red_bold {
  font-weight: bold;
  color: #FF0000;
}

.red {
  color: #FF0000;
}
