﻿/****************************************************************************
	reset.css
****************************************************************************/
html, body, div,
section, article, header, footer, nav, aside,
figure,figcaption, time,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

section, article, header, footer, nav, aside,
figure,figcaption { 
	display:block;
}

/* Firefoxで常にスクロールバーを表示する */
html { overflow-y: scroll; }

/* ブラウザによって異なるため統一 */
table { border-collapse: collapse; border-spacing: 0; }

/* 画像にリンクを設定した場合に自動的にボーダーが引かれることを回避 */
img { border: 0; }

/* リストの約物は不要 */
li { list-style-type: none; }