@charset "utf-8";

/* 基本タグ：全般 */
  /* 初期化 */
* {
  margin:0;
  padding:0;
}

  /* 基本 */

body {
  text-align:center;/* box centering */
  font-family:"ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
  background: url(/images/common/background-base.gif) left top #000000;
  color:#FFFFFF;
  font-size: 13px;
  *font-size: small; /* IE 7向け */
  *font: x-small; /* IE 6以下 */
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
  padding: 0;/* margin&padding reset */
  line-height: 1.8;/* base line height */
  text-align: left;
  display: block;
  margin: 0 0 0 0;
  font-weight: normal;
}
table {
 margin : 0;
 border-collapse: collapse;
}
hr,.areaAnchor,.anchor {
 display : none; 
 }
img {
 border: none;/* img do not want a border */
}
li {
 list-style: none;
 }/* link do not want a dot */ 
 

 /* clearfix 
--------------------------------------*/
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
.clear{
  clear:both;
  line-height:0;
  height:0;
}
.iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/*
===== link setting ===========================
*/
a:link,
a:visited {
  color: #996600;
  text-decoration:none;
}
a:hover,
a:active {
  color: #663300;
  text-decoration: underline;
}


