@charset "utf-8";
*{
	margin:	 0;
	padding: 0;
	background:	 transparent;
	font-size: 100%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.7;
	background-color: #ffffff;
}
p,
pre,
address,
cite {
	font-size: 76%;
	margin: 0.8em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.2;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 84%;
	letter-spacing: 0;
}


em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}
a {
	border: none;
	outline: none;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
}

a img {
	border: none;
}
ul,
ol,
dl {
	list-style: none;
}

li,
dt,
dd {
	font-size: 76%;
}

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

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
}
table {
}


td,
th {
	font-size: 76%;
}

th {
	font-weight: normal;
}

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

