/* =====ボディ======= */

BODY{
	font-size:11px;
	color:#464646;
}

/* =====テキスト======= */

.txt10gn{
	font-size:10px;
	color:#464646;
	line-height:1.3em;
	}

.txt11gn{
	font-size:11px;
	color:#464646;
	line-height:1.3em;
	}
	
.txt12gn{
	font-size:12px;
	color:#464646;
	line-height:1.3em;
	}
.txt12bn{
	font-size:12px;
	color:#333399;
	line-height:1.3em;
	}
.txt14gn{
	font-size:14px;
	color:#464646;
	line-height:1.3em;
	}

.txt12gb{
	font-size:12px;
	color:#464646;
	font-weight: bold;
	line-height:1.3em;
	}

.txt12bb{
	font-size:12px;
	color:#333399;
	font-weight: bold;
	line-height:1.3em;
	}

.txt12rn{
	font-size:12px;
	color:#FF0000;
	line-height:1.3em;
	}

.txt12rb{
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
	line-height:1.3em;
	}
	
.txt14bb{
	font-size:14px;
	color:#333399;
	font-weight: bold;
	line-height:1.3em;
	}
	
.txt14rb{
	font-size:14px;
	color:#FF0000;
	font-weight: bold;
	line-height:1.3em;
	}

.txt14wb{
	font-size:14px;
	color:#ffffff;
	font-weight: bold;
	line-height:1.3em;
	}
	
.txt14gb{
	font-size:14px;
	color:#464646;
	font-weight: bold;
	line-height:1.3em;
	}
.txt16bb{
	font-size:16px;
	color:#464646;
	font-weight: bold;
	line-height:1.3em;
	}

	
/* =====リンク======= */
/*青色12px・細・下線アリ */
A.link_blue12:link  { 
	font-size: 14px;
	color: #4509C0; 
	line-height:1.3em;
	text-decoration:underline;
	}
	
A.link_blue12:visited { 
	font-size: 14px; 
	color: #007ED6; 
	line-height:1.3em;
	text-decoration:underline;
	}
	
A.link_blue12:hover { 
	font-size: 14px; 
	color: #9669F2; 
	line-height:1.3em;
	text-decoration:underline; 
	}
	
/*グレー色12px・細・下線ナシ */
A.link_gray12:link  { 
	font-size: 14px;
	color: #464646; 
	line-height:1.3em;
	text-decoration:none;
	}

	
	

/*バックグラウンドカラー*/
.bgPurple01{ background-color:#B394FF; }

.bgBlue01{ background-color:#CCFFFF; }

.bgGray01{ background-color:#333333; }

.bgGreen01{ background-color:#E9FFE9; }

.bgWhite{ background-color:#FFFFFF; }
