@charset "utf-8";

/* --------------------------------------------------------
	reset
-------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

body {
    color: #333333;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    background: url(null) fixed;
    background-color: #fff;
    background: url(../images/menu/body_bg.gif) repeat top center;
}

html {
    overflow-y: scroll;
}

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

img {
    border: 0;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

a, a:link, a:visited, a:hover, a:active {
    /*color: #054691;*/
    /*text-decoration: none;*/
}

