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

 file name  :  default.css
 author     :maki fujisawa
 style info :  リセット及びbody初期設定、リンクカラー、clearfix
 (このスタイルシートは基本的に変更しない)
=================================================================== */


/*
body css
----------------------------------------------------------- */

html {
    height: 100%;
}


body {
  background:#ffffff;
  color:#666666;
  font-size:70%;
  font-family: verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",
              "Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
  line-height:1.6;
  }
  
html>/**/body {
  font-size:9pt;
  }  
  
*:first-child + html body {	/* for IF7 */
  font-family: "メイリオ","Meiryo";
  }


/*
reset css
----------------------------------------------------------- */



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

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  }

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

caption,th {
  text-align: left;
  }

q:before,q:after {
  content: '';
  }

object,embed {
  vertical-align: top;
  }

legend {
  display: none;
  }
 
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  }

img,abbr,acronym,fieldset {
  border:0;
  vertical-align:bottom;
  }

li {
  list-style-type: none;
  }

p {
  margin-bottom:0px;
  }


/*
link color
----------------------------------------------------------- */

a{
  text-decoration:none;
  color: #666666;
  }


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


.mb1 {margin-bottom:10px;}

