/**************************/
/* 通常テキスト(10px)     */
/**************************/
/* 通常テキスト(行間あき） */
.n10high {
	font-size:10px;
	line-height:150%;
	}
	
/* 通常テキスト(橙） */
.b10hm {  
	font-size: 10px;
	color:#FF5909;
	line-height: 150%;
	}	

/**************************/
/* 太字テキスト(10px)     */
/**************************/
/* 太字テキスト(行間あき） */
.b10high {
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	}

/* 太字テキスト(橙） */
.b10hm {  
	font-size: 10px;
	color:#FF5909;
	font-weight:bold ;
	line-height: 150%;
	}	

/* 太字テキスト(白） */
.b10w {  
	font-size: 10px;
	color:#ffffff;
	font-weight:bold ;
	line-height: 150%;
	}	

/**************************/
/* 通常テキスト(12px)     */
/**************************/

/* 通常テキスト(行間あき） */
.n12high {
	font-size:12px;
	line-height:150%;
	}

/* 通常テキスト(橙） */
.n12hm {  
	font-size: 12px;
	color:#FF5909;
	line-height: 150%;
	}	

/* 通常テキスト(下線） */
.n12ul { 
	font-size: 12px;
	ine-height: 150%; 
	display:inline; 
	border-bottom:1px dotted #999999; 	
	}

/**************************/
/* 太字テキスト(12px)     */
/**************************/

/* 太字テキスト(行間あき） */
.b12high {
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	}

/* 太字テキスト(橙） */
.b12hm {  
	font-size: 12px;
	color:#FF5909;
	font-weight:bold ;
	line-height: 150%;
	}	

/* 太字テキスト(桃） */
.b12p {  
	font-size: 12px;
	color:#FF6666;
	font-weight:bold ;
	line-height: 150%;
	}	

/* 太字テキスト(白） */
.b12w {  
	font-size: 12px;
	color:#ffffff;
	font-weight:bold ;
	line-height: 150%;
	}	

/**************************/
/* 通常テキスト(14px)     */
/**************************/
/* 通常テキスト(行間あき） */
.n14high {
	font-size:14px;
	line-height:150%;
	}

/* 通常テキスト(橙） */
.n14hm {  
	font-size: 14px;
	color:#FF5909;
	line-height: 150%;
	}	

/**************************/
/* 太字テキスト(14px)     */
/**************************/
/* 太字テキスト(行間あき） */
.b14high {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	}

/* 太字テキスト(橙） */
.b14hm {
	font-size:14px;
	color:#FF5909;
	font-weight:bold;
	line-height:150%;
	}

	/* 太字テキスト(桃） */
.b14p {
	font-size:14px;
	color:#FF6666;
	font-weight:bold;
	line-height:150%;
	}

/* 太字テキスト(桃） */
.b14w {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:150%;
	}

/**************************/
/* 通常テキスト(16px)     */
/**************************/	
/* 通常テキスト(行間あき） */
.n16high {
	font-size:16px;
	line-height:150%;
	}

/* 通常テキスト(橙） */
.n16hm {  
	font-size: 16px;
	color:#FF5909;
	line-height: 150%;
	}	

/**************************/
/* 太字テキスト(16px)     */
/**************************/	
/* 太字テキスト(行間あき） */
.b16high {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	}

/* 太字テキスト(橙） */
.b16hm {
	font-size:16px;
	color:#FF5909;
	font-weight:bold;
	line-height:150%;
	}

	/* 太字テキスト(桃） */
.b16p {
	font-size:16px;
	color:#FF6666;
	font-weight:bold;
	line-height:150%;
	}
