@charset "UTF-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (c) 2007, EC studio. All rights reserved.
* version: 1.0 by tani hiroki
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@import "reset.css";
@import "fonts.css";
@import "compornents.css";

body {
    text-align: center;
    background: #F2F2F2 url(../image/common/bg.png) left top;
}

.header {
    background: url(../image/index/bg-index-header.jpg) left top no-repeat;
    width: 760px;
    height: 216px;
    position: relative;
}

div.wrapper {
    width: 760px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #666666;
    background: #FFFFFF;
    text-align: left;
}

/*** header ***/
.header h1 {
    height: 46px;
    padding: 0 0 0 20px;
    line-height: 46px;
    text-align: left;
    font-size: 77%;
}

h2 {
    font-size: 100%;
    font-weight: normal;
    background: #707070;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
}

/*** content ***/
.content--inner {
    padding: 30px 40px;
}

.content--inner + .content--inner {
    padding-top: 0;
}

.infomation--content {
    margin-top: -20px;
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

/*** footer ***/
div.footer {
    border-top: 1px solid #999;
    background: #FFFFFF url(../image/common/bg_wrapper.jpg) left bottom repeat-x;
    text-align: center;
    font-size: 85%;
}

div.footer p {
    margin: 0;
}

small {
    display: block;
    padding: 1.3em;
    border-bottom: 1px solid #333;
    text-align: center;
}