@charset "utf-8";
html {
	overflow-y: scroll;
}
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;
}
address, caption, cite, code, dfn, em, strong, th, var, p, li, dd, dt	{
	font-style: normal;
	text-align:justify;
	text-justify:inter-ideograph;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
strong {
	font-weight: normal;
}

li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ---"メイリオ","Meiryo",--------- Font Style */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "HiraMaruPro-W4", "ヒラギノ丸ゴ W4", "ヒラギノ角ゴ", "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	font-size: 75%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {


}
*{
	line-height:1.5;
}

