﻿@charset "utf-8";

/* リセット
--------------------------------------------------*/
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, code, legend,
form, fieldeset, input, textarea,
p, blockquote, table,
th, td {
	margin: 0;
	padding: 0;
}

html, body {
  background : #FFF;
	color: #000;
}

body {
  font:13px/1 "メイリオ","Meiryo","MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
* html body {
  font-size: small;
}
*:first-child+html body, {
  font-size: small;
}

img {
  border: none;
	vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6, {
  border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
	font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-buttom;
}

input, textarea, select {
  font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* リンク
--------------------------------------------------*/
a:link {
  color: #0066CC;
}

a:visited {
  color: #003399;
}

a:hover {
  color: #0099CC;
}

a:active {
  color: #0066CC;
}


