A:link {color:#006699; text-decoration:none}
A:visited {color:#006699; text-decoration:none}
A:hover {color:#006699; text-decoration:underline}
A:active {text-decoration:none}

/*----------------テキスト基本設定----------------*/

.normaltext{
	font-size: 12px;
	}
	
.sText {
	font-size: 10px;
	line-height: 120%;
	}
	
.mText {
	font-size: 12px;
	line-height: 130%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

/*----------------色付きテキスト設定----------------*/

/*---白テキスト---*/

.t-white-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
	}
.t-white-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	}
.t-white-l-middle {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	}

/*---黄色テキスト---*/

.t-yellow-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FFFF00;
	}
.t-yellow-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FFFF00;
	}
.t-yellow-l-middle {
	font-size: 14px;
	line-height: 140%;
	color: #FFFF00;
	}
/*---赤テキスト---*/

.t-red-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FF0000;
	}
.t-red-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	}
.t-red-l-middle {
	font-size: 14px;
	line-height: 140%;
	color: #FF0000;
	}