/*-----------------------------

01:apply to all
02:default valure
03:headding
04:structured text
05:font style elements
06:list
07:clear floating

-----------------------------*/

/*-----------------------------
01:apply to all
-----------------------------*/
body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 0px;
}
/*-----------------------------
02:default valure
-----------------------------*/
a{
    color: #336699;
}
a:hover{
    color: #003366;
}
a:visited{
    color: #336699;
}
img,table{
    border-width:0;
    border-style:none;
    border-color:#CCCCCC;
    }
img{
}
td{
    text-align:left;
    vertical-align:top;
    }
sup{
    vertical-align:super;
    }
/*-----------------------------
03:headding
-----------------------------*/
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-style:normal;
    margin: 0px;
    }
p{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
/*-----------------------------
04:structured text
-----------------------------*/
em,strong,dfn,code,samp,kbd,var,blockquote,q,cite,pre,abbr,acronym,ins,th{
    font-weight:normal;
    font-style:normal;
    }
/*-----------------------------
05:font style elements
-----------------------------*/
b,strong{font-weight:bold;}
i,em{font-style:italic;}
del{text-decoration:line-through;}
/*-----------------------------
06:lists
-----------------------------*/
ul,ol,dl,menu,dir,li,dt,dd{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
/*-----------------------------
07:clear floating
-----------------------------*/
.clear{
    clear: both;
    font-size: 0px;
    display: block;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
}
