@charset "Shift-JIS";

/*
information{
    file name : /css/styles/propertyReset.css;
    site name : 金沢工業大学ホームページ;
    copyrihgt : Copyright Kanazawa Institute of Technology.;
    explanation : HTMLタグのプロパティをリセット;
}
*/


/* contents
--------------------------------------------------------------------------
 1. HTML
 2. margin, padding
 3. BODY
 4. Hn
 5. TABLE items
 6. IMG
 7. list items
 8. FORM items
 9. SUP,SUB
10. other items
--------------------------------------------------------------------------
*/


/* 1. HTML
-----------------------------------------------    */
html {
    color: #000;
    background: #FFF;
}


/* 2. margin, padding
-----------------------------------------------    */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

/* 3. BODY
-----------------------------------------------    */
body {
    font: 12px;
}

/* 4. Hn
-----------------------------------------------    */
h1, h2, h3, h4, h5, h6, h7 {
    font-size: 100%;
    font-weight: normal;
}

/* 5. TABLE items
-----------------------------------------------    */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

caption,th {
    text-align: left;
}



/* 6. IMG
-----------------------------------------------    */
img {
    border: 0;
}

/* 7. list items
-----------------------------------------------    */
ul, ol, li, dl, dt, dd {
    list-style-type: none;
    line-height: 100%;
}

/* 8. FORM items
-----------------------------------------------    */
fieldset {
    border: 0;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color : #FFFFFF;
    text-shadow: none;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,textarea,select {
    *font-size: 100%;
}

legend {
    color: #000;
}

select,input,button,textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}



/* 9. SUP,SUB
-----------------------------------------------    */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}


/* 10. other items
-----------------------------------------------    */
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}


pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

del,ins {
    text-decoration: none;
}