@charset "utf-8";

/*
-----------------------------
Frecious
Author：entacl
Update：101117
-----------------------------
*/

/* ===== CONTENTS ===========================================

  1: universal reset 
  2: body and base setting
    : general params
    : acronyms and abbreviations styles
  3: form setting
  4: link setting

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


/* 1: universal reset
========================================================== */

*{
  margin: 0;
  padding: 0;
}

/* 2: body and base setting
========================================================== */

body {
  text-align: center;/* box centering */
  font-weight: normal;
  font-family : 'ヒラギノ角ゴ Pro W3',Verdana,'Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  color: #666666;
  background-color:#edf9fd;
  font-size:80%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
  padding: 0;
  line-height: 1.6;
  text-align: left;
  display: block;
  margin: 0px;
  color: #6c6c6c;
}

table { margin : 0; empty-cells: show; }
.areaAnchor,.anchor { display : none; }
img { border: none; vertical-align: bottom; }
li { list-style: none; }

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr { cursor: help; }

/* 3: form setting
========================================================== */
/* select { padding-right: 10px; }*/
*+html select { padding-right: 0; }/* for IE7&Opera */
* html select { padding-right: 0; }/* for IE6 */

/* 4: link setting
========================================================== */
a    { color: #00aacb; text-decoration: underline; }
a:link    { color: #00aacb; text-decoration: underline; }
a:visited { color: #00aacb; text-decoration: underline; }
a:hover   { color: #00aacb; text-decoration: none; }
a:active  { color: #00aacb; text-decoration: none; }



