﻿@charset "utf-8";

/*
--------------------------------------------------
ボックス
--------------------------------------------------
*/

/* ラージボックス ヘッダー */
.box_large_header {
	background-image: url(../Images/box_header_large.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 890px;
    height: 12px;
}

/* ラージボックス ボディ */
.box_large_body {
	background-image: url(../Images/box_body_large.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 860px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ラージボックス フッター */
.box_large_footer {
	background-image: url(../Images/box_footer_large.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 890px;
    height: 12px;
    margin-bottom: 30px;
}

/* ミドルボックス ヘッダー */
.box_middle_header {
	background-image: url(../Images/box_header_middle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 670px;
    height: 12px;
}

/* ミドルボックス ボディ */
.box_middle_body {
	background-image: url(../Images/box_body_middle.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 630px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

/* ミドルボックス フッター */
.box_middle_footer {
	background-image: url(../Images/box_footer_middle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 670px;
    height: 12px;
    margin-bottom: 30px;
}
