@charset "shift-jis";
.txtSmall {
	font-size: 10px;
	line-height: 16px;
}
.txtMidium {
	font-size: 12px;
}
.txtBig {
	font-size: 14px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.txt_cautionRed1 {
	background: url(../images/caution_red.gif) no-repeat;
	padding-left: 15px;
}
.txtCautionRed2 {
	background: url(../images/caution_red.gif) no-repeat;
	padding-left: 15px;
	color: #cc0000;
}
.txtCautionOrange1 {
	background: url(../images/caution_orange.gif) no-repeat;
	padding-left: 15px;
}
.txtCautionOrange2 {
	background: url(../images/caution_orange.gif) no-repeat;
	padding-left: 15px;
	color: #ff9900;
}
.txt_Red1{
	color: #cc0000;
	}
.txt_Red2{
	color: #cc0000;
	font-size: 10px;
	}
.ruby_kanji
{
position:relative;
white-space: nowrap;
}
.ruby_furigana{
position:absolute;
top:-14px;left:0;
display:inline-block;
font-size:7px;
font-weight:normal;
white-space: nowrap;
	}
.txt_Sglay{
	color:#666;
	font-size:10px;
	}
.txt_glay{
	color:#CCC;
	}