﻿/* ========デフォルトリセット========= */

html, body, div, span, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, applet, object, embed, iframe,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var,
fieldset, form, input, textarea, label, legend, caption,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

img, fieldset {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

address, caption, cite, code,
dfn, em, strong, th, td, var {
        font-style: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.none {
        display: none;
}

.minus {
        text-indent: -9999px;
}