﻿@charset "utf-8"; 

html, body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ol, ul, li, dl, dt, dd, span,
table, th, td, form, fieldset {
    margin:  0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 
                 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', san-serif;
                     /*font-size: 12px;*/
    /* font-size: 13px;  */
    /* font-size: small; */
    /* font: x-small;    */
    /* font-size: 80%;   */
    overflow:    visible;
    line-height: 1.3;
}
/* IE7 */
/*
*+html body { 
    font-size: 79%;
}
*/
/* IE6 */
/*
* html body {
    font-size: 79%;
}
*/
/*
body.bgblack {
    background: #000000;
}

body.bgblue {
    background: blue;
}

body.bgyellow {
    background: yellow;
    color: #000000;
}
*/

h1, h2, h3, h4, h5, h6 {
/*    font-size: 100%;  */
/*    font-weight: bolder; */
}
/*
p {
    font-size: 100%;
}
*/

ol, ul {
    list-style: none;
}

q:before, q:after {
    content:'';
}


/* form */
button, input, label, legend, select, textarea {
    margin: 0;
    padding: 0;
/*    font-size: 100%; */
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

/* table */
table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}


/* form,
fieldset,
label,
form legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
*/

img { 
    border: 0;
}

/* clearfix */
.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

/*
* html .clear { 
    display: inline-block;
}

*+html .clear { 
    display: inline-block;
    height: 1%;
}
*/



