@charset "UTF-8";


/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0
  
  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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0
  
  fonts.css
  ---------------------------------
  font-size:1	for setting 10px
========================================================= */
html {
	background: #ffffff;
	overflow-x: hidden;
	font-size:62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight:500;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */

  *font: x-small;
  color: #333;
}
select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* HTML5 reset */

del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/

  margin: 0;
  padding: 0;
}
article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
/* Reset */
body {
  -webkit-text-size-adjust: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
  color:#003764;
  text-decoration:underline;
  cursor: pointer;
  _cursor: hand;
  outline: none;
}

a:hover{
  color:#003764;
  text-decoration:none;
}
embed,
object {
  display: block;
  outline: none;
}
object,
a:focus {
  -moz-outline-style: none;
}

hr {
  display: none;
}
div {
  position: relative;
  zoom: 1;
}
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}