/* 各ページ用指定CSS */
.waku01 {
	background-image: url(../kyoutuu_img/gray_ten.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.waku02 {
	background-image: url(../kyoutuu_img/gray_ten.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.waku03 {
	background-image: url(../kyoutuu_img/gray_ten.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.waku04 {
	background-image: url(../kyoutuu_img/gray_ten.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* 他 */

.red-txt {
	color: #CC0000;
}
