/* 香苗ちゃん */
.sKanaechan {
	color: DeepPink;
}

/* 女性名1 */
.sFemale1 {
	color: MediumVioletRed;
}

/* 女性名2 */
.sFemale2 {
	color: IndianRed;
}

/* 男性名1 */
.sMale1 {
	color: Indigo;
}

/* 男性名2 */
.sMale2 {
	color: DarkOliveGreen;
}

/* 編註 */
.sComment {
	color: DarkGray;
}

/* 会社名等 */
.sCName {
	color: MediumBlue;
}

/* 番組名等 */
.sTitle {
	color: Crimson;
}

/* 引用等 */
.sQuotation {
	color: Maroon;
}

/* リンク */
/* A:link {color: orange; text-decoration:none; font-weight: bold;}
A:visited {color: deeppink; text-decoration:none; font-weight: bold;}
A:active {color: white; text-decoration:none; font-weight: bold;}
A:hover {color: gold; text-decoration:none; font-weight: bold;} */
A:link    {color: deeppink; text-decoration:none; font-weight: bold;}
A:visited {color: darkorange; text-decoration:none; font-weight: bold;}
A:active  {color: hotpink; text-decoration:none; font-weight: bold;}
A:hover   {color: pink; text-decoration:none; font-weight: bold;}

/* 緑のリンク */
.greenlink			{color: green; text-decoration:none; font-weight: none;}
.greenlink A:link	{color: green; text-decoration:none; font-weight: bold;}
.greenlink A:visited	{color: limegreen; text-decoration:none; font-weight: bold;}
.greenlink A:active	{color: cyan; text-decoration:none; font-weight: bold;}
.greenlink A:hover	{color: lightgreen; text-decoration:none; font-weight: bold;}

/* 青いリンク */
.bluelink			{color: royalblue; text-decoration:none; font-weight: none;}
.bluelink A:link	{color: royalblue; text-decoration:none; font-weight: bold;}
.bluelink A:visited	{color: mediumblue; text-decoration:none; font-weight: bold;}
.bluelink A:active	{color: lightgreen; text-decoration:none; font-weight: bold;}
.bluelink A:hover	{color: dodgerblue; text-decoration:none; font-weight: bold;}