@charset "utf-8";

/*------------------------------------------------------
    cssリセット
------------------------------------------------------*/

body {
    font-size: 83%;
    margin: 0;
    padding: 0;
    color: #333333;
    min-width: 950px;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form ,table{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    line-height:1.4;
    color:#333333;
}

ul, li {
    list-style-type: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #C00;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    color: #07519A;
    text-decoration: none;
}

a:hover{
    color: #CC0000;
    text-decoration: underline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*------------------------------------------------------
    フォント
------------------------------------------------------*/

* {
    font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial,
    Helvetica, sans-serif;
}

* {
    font-family: "メイリオ",meiryo,Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
}

/*------------------------------------------------------
    clearfix
------------------------------------------------------*/

.clearfix:after {
content: url(/images/clearfix.gif);
display: block;
clear: both;
height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }
