@charset "utf-8";
/* =========================================================================

   =COMMON STYLE SETTING

   ============================================================================ */

/* =BODY
 ------- */
body {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  color: #000000;
  font-size: 12px;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif !important;
}

#container {
  margin: 0 auto;
  text-align: left;
}

/* =h1,h2,h3,h4,h5,h6
   ------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}


/* =A
   -- */
/*
 *a:linkとしないのは、IE6対策です。ほんとはします。
 */

a {
  color: #0084ff;
  text-decoration: none;
}

a:visited {
  color: #0084ff;
  text-decoration: none;
}

a:hover {
  color: #0084ff;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* =LIST ELEMENTS
   --------------- */
ul {
  margin-left: 1.5em;
  list-style: none;
}


dl dd ul {
  padding-left:0;
}


/* =FORM ELEMENTS
   note: 99% for safari.100% is too large
   -------------------------------------- */
select,
input,
label,
textarea {
  font-size: 99%;
}

input,
label {
  vertical-align: middle;
}

fieldset {
  border: none;
}


/* =TABLE ELEMENTS
   --------------- */
caption {
  text-align: left;
}

table,
th,
td {
  border-collapse: collapse;
  border-spacing:0;
  line-height: 1.4;
  font-size: 100%;
}


/* =IMG
   ---- */
img,
p img {
  border: 0;
  line-height: 1;
}

a img {
  border: 0;
  text-decoration: none;
}

/* =========================================================================

   =HASLAYOUT MEASURE
   note:for IE7 zoom
   ============================================================================ */

span,
label {
  zoom: 1;
}

body,
p,
form,
ol,
li,
fieldset {
  zoom: normal;
}
