@charset "UTF-8";

/*------------------------------------------------------------------*/
/* SUB PAGE */

/* CLASS */

.inner {
    position: relative;
    width: 688px;
    margin: 0 auto;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

.bg {
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999em;
}

/* ID */

#pagetop {
    padding: 0 0 40px 0;
    background-color: #cfd1d6;
}
#pagetop2 {
    padding: 0 0 40px 0;
    background-color: #f4f183;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    color: #767479;
    font-size: small;
    line-height: 1.5em;
}

/*------------------------------------------------------------------*/
/* CONTENT */

.content .inner {
    background-image: url('./images/subpage/sub_inner.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

.content .main {
    padding: 0 0 20px 0;
    background-image: url('./images/subpage/sub_foot.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.content .head {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    background-image: url('./images/subpage/sub_head.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

.content .body {
    padding: 0 25px 60px 25px;
}

.content .body h2 {
    margin: 2.25em 0 0 0;
}

.content .body p {
    margin: 0 0 1.5em 0;
}

.content .body .bold {
    font-weight: bold;
}

.content .body .black {
    color: #000;
}

.content .body .center {
    text-align: center;
}

.content .body .right {
    text-align: right;
}

.content .body .float_left {
    float: left;
    padding: 0 20px 20px 0;
}

.content .body .float_right {
    float: right;
    padding: 0 0 20px 20px;
}

h1.bosyu {
	width: 900px;
	margin: 0 auto;
}