@charset "utf-8";

/* リッチテキストで書いた部分用 */

.RTE {
	line-height:1.5;
}

.RTE A {
	text-decoration:none;
	font-weight:bold;
}

.RTE A:link, .RTE A:active, .RTE A:visited {
	color: #CC6633;
	border-bottom:1px dotted #CC6633;
}

.RTE A:hover {
	color: #0066FF;
	border-bottom:1px dotted #0066FF;
}
