@charset 'UTF-8';

/*block-evel elements
-----------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, form, fieldset, input {
  margin:0;
  padding:0;
  color:#666;
  font-family:
Helvetica,Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Pゴシック", sans-serif;
}

img {
  border: none;
}

ul,ol {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
}

em{ font-style: normal; }


/* For Win IE7 
-----------------------------------------------------------------------------*/
*:first-child+html { font-family:Meiryo, "メイリオ", sans-serif; }

/* For Win IE6 or sooner
-----------------------------------------------------------------------------*/
* html { font-family:Meiryo, "メイリオ", sans-serif; }

/* Font size For all browsers
-----------------------------------------------------------------------------*/
body { font-size: 16px; }

/*Font size For Win IE6 or sooner
-----------------------------------------------------------------------------*/
* html body { font-size: medium; }

/*Link Style
-----------------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #000000;
}

a:visited {  text-decoration: none; }

a:hover { }

a:active { }

a img, :link img, :visited img {
	border: 0;
}

