@charset "shift_jis";
/* CSS Document */

/*リンク　共通指定*/
a ,a:visited
{
	color: #FFF;
	text-decoration: none;

}

a:hover
{
	color:red;}

a img { border-style:none; } 
.yellow {
	color: #FF0;
	padding: 0px;
}

/*class 共通指定　120430リンクと順序入替*/
.yellow a, .yellow a:visited, .yellow a:hover, .yellow a:active {
	color:#FF0;
}
.red {
	color: #F00;
}
.red a, .red a:visited, .red a:hover, .red a:active {
	color:#F00;
}
.red-line{
	color: #F00;
	text-decoration: underline;	
	}
.orange {
	color: #FF6600;

}
.orange-line {
	color: #FF6600;
	text-decoration: underline;
}
.white {
	color: #FFF;
}
.white a, .white a:visited, .white a:hover, .white a:active {
	color:#FFF;
}

.black {
	color:#000
}

.pink {
	color:#F0F
	}





