@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- Initialization of the browser style */
html { overflow-y: scroll; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
pre,
blockquote,
address,
hr,
table,
tr,
th,
td,
form,
fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/* --------------------------------------------------body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	color:#000000;
}

/* -------------------------------------------------- font elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
address { color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 { 
	font-size: 14px;
	line-height: 1.1; }

p,
li,
dt,
dd,
th,
td,
pre {
	font-size: 12px;
	line-height: 1.7;
}

address {
	line-height: 1.1;
	font-size: 14px;
}

ol li,
ul li { list-style: none; }

li p,
li li,
li li li,
dd p,
dd li,
dd dd,
dt dd,
th p,
td p,
td li,
td dt,
td dd { font-size: 100%; }

/* -------------------------------------------------- text elements */
em {
	font-style: normal;
	color: #FF0000;
}

strong { font-weight: bold; }

/* -------------------------------------------------- Table elements */
table,
th,
td { border-collapse: collapse; }
table{width:100%}

/* -------------------------------------------------- Form elements */
input,
select,
textarea { }

p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select { font-size: 100%; }

/* -------------------------------------------------- etc */
a,
img { border: 0; }

img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

input { vertical-align: top; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

/* -------------------------------------------------- link elements */
a,
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #bf2428;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

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

/* EOF */
