/* 各ページ用指定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;
}
.blue-txt {
	color: #0066CC;
}
.bblue-txt {
	font-weight: bold;
	color: #006699;
	margin-top: 6px;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 100px;
}
.cyuui-txt {
	color: #CC0000;
	margin-left: 110px;
	margin-top: 3px;
	text-align: left;

}
.kukan-txt {
	margin-left: 4px;
}
.y-mark {
	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 2px;
}
.s-txt {
	font-size: 10px;
	line-height: 14px;
}
.l-txt {
	font-size: 15px;
	font-weight: bold;
	color: #663300;
	line-height: 18px;
}

