/* ----------- 文字指定ＣＳＳポイント・カラー --------------------------------- */



/* ★文字色選択★

------------------------------*/

.text_red {

	color: #FF3333;

}

.text_redbold {

	color: #FF3333;

	font-weight: bold;

}

.text_green {

	color: #007b50;

}

.text_greenbold {

	color: #007b50;

	font-weight: bold;

}





.pt_s {

	font-size: 0.8em;

}

/* ★文字色選択★

------------------------------*/

.pt1_pink {

	color: #FF6666;

}

.pt1_ore {

	color: #CA7900;

}

.pt_pink_b {

	font-weight: bold;

	color: #FF6666;

}

.pt_blue_99_b {

	color: #000099;

	font-weight: bold;

}

.pt_blue_99 {

	color: #000099;

}



.pt1_blue {

	font-weight: bold;

	color: #0066FF;

	font-size: 13px;	

}

.pt16_blue {

	font-weight: bold;

	color: #0066FF;

	font-size: 1.1em;	

}

.pt1_green {

	font-weight: bold;

	color: #009900;

	font-size: 13px;	

}



.pt1_blue_bk {

	font-weight: bold;

	color: #000099;

	background-color: #CCFFFF;

}

