/* ****************************************************************
style.css
**************************************************************** */

/* 初期化
---------------------------------------------------------------- */
body, h1, h2, #h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li, table, th, td,
form, select, option, address, pre,
strong, em, caption, cite, code, dfn, var {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* 印刷用
---------------------------------------------------------------- */
img.print {
    display: none;
}

div.print {
    display: none;
}

/* 一般要素
---------------------------------------------------------------- */
img {
    border: 0;
    background-color: transparent;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    padding: 0;
}

ol, ul { list-style: none; }

strong { font-weight: bold; }
em { color: #f00; font-style: normal; }
span { background: #fff; }

p { margin: 0 }

a {
    color: #00c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link {  }
a:visited {  }
a:active {  }


/* フロート
---------------------------------------------------------------- */
hr.clearFloat {
    clear: both;
    visibility: hidden;
    height: 0;
}



/* body, コンテナ
---------------------------------------------------------------- */
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height: 1.3em;
    background: #d5ceca;
    text-align: center
}

div#container {
    margin: 10px auto;
    padding: 0;
    text-align: left;
    width: 800px;
    background: url(../image/container.png) top left repeat-y;
    overflow: hidden;
}


/* ヘッダー
---------------------------------------------------------------- */
div#header {
    width: 800px;
    height: 190px;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../image/header.jpg) top left no-repeat;
}

/* ロゴ */
div#header h1#logo {
    width: 780px;
    height: 180px;
    top: 10px;
    left: 10px;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

div#header h1#logo a {
    width: 780px;
    height: 180px;
    display: block;
}


/* グローバルナビ
---------------------------------------------------------------- */
ul#globalNavi {
    width: 800px;
    height: 40px;
    padding-left: 30px;
    background: url(../image/globalNavi.png) left top no-repeat;
    overflow: hidden;
}

ul#globalNavi li {
    width: 110px;
    height: 40px;
    display: block;
    float: left;
}

ul#globalNavi li a {
    width: 110px;
    height: 40px;
    display: block;
    text-indent: -9999px;
}

ul#globalNavi li#gnBtn01 a:hover,
ul#globalNavi li#gnBtn01.selected {
    background: url(../image/globalNavi_o.png) -30px 0 no-repeat;
}
ul#globalNavi li#gnBtn02 a:hover,
ul#globalNavi li#gnBtn02.selected {
    background: url(../image/globalNavi_o.png) -140px 0 no-repeat;
}
ul#globalNavi li#gnBtn03 a:hover,
ul#globalNavi li#gnBtn03.selected {
    background: url(../image/globalNavi_o.png) -250px 0 no-repeat;
}
ul#globalNavi li#gnBtn04 a:hover,
ul#globalNavi li#gnBtn04.selected {
    background: url(../image/globalNavi_o.png) -360px 0 no-repeat;
}


/* コンテンツ
---------------------------------------------------------------- */
div#content {
    clear: both;
    width: 700px;
    padding: 30px 50px 50px 50px;
    font-size: 14px;
}

div#content h3 {
    height: 30px;
    padding-left: 20px;
    font-size: 120%;
    line-height: 30px;
    background: url(../image/h3.png) top left no-repeat;
}

div#content h4 {
    height: 30px;
    padding: 10px 0 10px 20px;
    font-weight: bold;
    color: #5c4337;
    font-size: 115%;
    line-height: 30px;
}

div#content p {
    padding: 10px 20px 10px 20px;
}

div#content ul#information {
    padding: 20px 20px 20px 20px;
}

div#content dl#profile {
    padding: 10px 20px 20px 20px;
}
div#content dl#profile dt {
    padding: 10px 0;
    font-weight: bold;
}
div#content dl#profile dd {
    padding: 0 0 20px 0;
}
div#content dl#profile p {
    padding: 5px 20px 5px 0;
}

/* フッター
---------------------------------------------------------------- */
div#footer {
    clear: both;
    width: 800px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: url(../image/footer.png) bottom left no-repeat;
}

div#footer p#copyright {
    margin-top: 10px;
    color: #666;
}

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