﻿@charset "utf-8";

/* # =================================================================
   # BASIC STYLE
   # ================================================================= */

body{
    padding: 0;
    margin: 0;
    font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    color: #222222;
    line-height: 2em;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    background: url(../images/bg_body.png) top center no-repeat #ffffff;
}


/* # =================================================================
   # LINK
   # ================================================================= */

a {
    color: #;
    text-decoration: ;
    border: ;
}
a:hover {
    color: #;
    text-decoration: ;
    border: ;
    background: #;
}
a:hover img{
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: “alpha( opacity=60 )”;
}
:focus {
    outline: 0;
}

/* # =================================================================
   # IMAGE
   # ================================================================= */

img {
    border: none;
    vertical-align: bottom;
    border-style: none;
}

/* # =================================================================
   # TABLE
   # ================================================================= */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
table td {
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
}

/* # =================================================================
   # CREAR FIX
   # ================================================================= */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
