@charset "euc-jp";
/*********************************************************************************
    ÂÎ°é²ñ¥Ê¥Ó2012 BASE CSS
*********************************************************************************/

* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 100%;
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´", Osaka, verdana, arial, sans-serif;
    background-image: url(../images/common/bg_main01.jpg);
    background-position: center top;
    background-repeat:repeat-y;
    background-color: #fff;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000099;
    letter-spacing: 0.09em;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 0.978em;
    font-weight: bold;
    color: #336699;
    letter-spacing: 0.09em;
}

a:link {
    color: #336699;
    text-decoration: none;
}

a:active {
    color: #336699;
    text-decoration: none;
}

a:visited {
    color: #336699;
    text-decoration: none;
}

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

img {
    border: 0;
}

.clear {
    clear:both;
}
.clear hr {
    display:none;
}

