@charset "UTF-8";
@import url(default.css);

/* Layout Archtecture */
html {
    background:url("../imgs/top/bg.png");
}

body {
    text-align:center;
}

div#outSide {
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    background:url("../imgs/top/text.png") no-repeat center center;
}

div#inSide {
    position:absolute;
    top:50%;
    height:300px;
    margin:-143px 0 0 0;
    width:100%;
    background:url(../imgs/top/obi.png) no-repeat center 22px;
}

div#content {
    margin:22px auto 0 auto;
    width:800px;
    height:250px;
    text-align:left;
}

div#gNavi {
    margin:0 auto;
    width:800px;
}

div#gNavi ul li {
    margin-left:1.5em;
    float:right;
}

div#gNavi ul li img {
    vertical-align:middle;
}

h1 {
    line-height:1;
    float:left;
    width:277px;
    height:250px;
}
h1 img {
    vertical-align:middle;
}

ul#accordion {
    float:left;
    width:520px
}

ul#accordion li {
    float:left;
    background:#fff;
}

ul#accordion li ul.element {
    float:left;
    height:250px;
    background:#fff;
}

ul#accordion li ul li {
    clear:left;
    width:400px;
    line-height:0;
}

div#footer {
    margin:0 auto;
    width:800px;
    height:110px;
    text-align:left;
    background:url("../imgs/top/pencil.png") no-repeat;
}

address {
    margin-top:1em;
    font-size:0.75em;
    color:#2957a3;
}