/* 初期設定 */
body  { color: #555555; font-size: 100%; line-height: 17px; background-color: #e6e6e6; margin: 0px }

/* リンクの色 */
a:link {
    color:#1d3994;
    text-decoration:none;
	}
a:visited {
    color:#1d3994;
    text-decoration:none;
	}
a:hover {
    color:#1d3994;
    text-decoration:underline;
	}

/* スペース */
.space3 {
    margin-top: 3px;
    }
.space5 {
    margin-top: 5px;
    }
.space8 {
    margin-top: 8px;
    }
.space10 {
    margin-top: 10px;
    }
.space16 {
	margin-top: 16px;
    }
.space18 {
	margin-top: 18px;
    }
.space20 {
	margin-top: 20px;
    }
.space25 {
	margin-top: 25px;
    }
.space28 {
	margin-top: 28px;
    }
.space30 {
	margin-top: 30px;
    }
.space40 {
	margin-top: 40px;
    }
.space50 {
	margin-top: 50px;
    }
.ima_space8 {
	margin: 8px 0px 8px 0px;
    }


/* テキスト関係 */
.text10 {
    font-size: 10px;
	line-height: normal;
	color: #555555;
    }
.text10_2 {
    font-size: 10px;
	line-height: 15px;
	color: #555555;
    }
.text10_w {
    font-size: 10px;
	line-height: normal;
	color: white;
    }
.text10_w2 {
    font-size: 10px;
	line-height: 15px;
	color: white;
    }
.text12 {
    font-size: 12px;
	line-height: 17px;
	color: #555555;
    }
 .text12_2{
    font-size: 12px;
	line-height: 20px;
	color: #555555;
    }
.text12_w {
    font-size: 12px;
	line-height: 17px;
	color: white;
    }
.text18 {
    font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: red;
    }

/* その他設定 */

div#waku {
    background: url("../image/new_waku_back.gif") ;
    width: 802px;
}

div#waku2 {
    text-align:center;
    background-color: #ffffff;
    width: 800px;
	height: auto;
    padding: 15px 0 0 0;
}