@charset "UTF-8";

/************************************************
■各タグのリセット
*************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, 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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
}

table, caption, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

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

input, textarea, select, button{
    font-size:100%;
    font-family:inherit;
}

a:focus, *:focus {
    outline:none;
}


/************************************************
■フォントサイズの平均化
*************************************************/

body {
	font:13px/1.231;
	*font-size:small;
	*font:x-small;
}

select,
input,
button,
textarea {
	font:99%;
}

table {
    font-size : inherit;
    font : 100%;
}

pre,
code,
kbd,
samp,
tt {
    *font-size : 108%;
    line-height : 100%;
}
