@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 {
	border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
h2 {
	border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
h3 {
	border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
h4 {
	border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
h5 {
	border: none;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
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, th, var {
  font-style: normal;
	font-weight: normal;
}

sup {
  vertical-align: text-top;
}


input, textarea, select {
  font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input{
display:inline;
vertical-align:middle;
}


/* リンク
--------------------------------------------------*/
a:link {
	color: #00C;
	text-decoration: underline;
}

a:visited {
	color: #09F;
	border-bottom: solid 2px #0CF;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

a:focus{
	background: #00F;
	color: #FFF;
}


