
 /***************  link   ***************/
  /*  ’Êílink   */

a:link {
	color:#3399FF;
	text-decoration: underline;
}

a:visited {
	color:#3399FF;
	text-decoration: underline;
	}

a:hover {
	color:#FF3366;
	text-decoration: none; 
}

a:active {
	color:#FF3366;
	text-decoration: none; 
	}



 /***************  font   ***************/

.textS{
	font-size: 11px;
	line-height: 15px;
}

.textM{
	font-size: 12px;
	line-height: 17px;
}

.textT{
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	color:#255088;
}





 /***************  design   ***************/

.boxNews{
	margin:10px 0px auto;
	padding:5px;
	background-color:#FFFFD0;
	border:solid 1px #FF3300;
	text-align:left;
}