@charset "utf-8";

/* ver 1.0.0 */

div.decoBLK, div.decoRED, div.decoGRN, div.decoBLU {
	padding: 0px;
	margin: 0px;
}
.decoBLK {
	color: #000000;
}
.decoRED {
	color: #C00000;
}
.decoGRN {
	color: #115A00;
}
.decoBLU {
	color: #0B2FB2;
}

a.decoBLK {
	color: #000000;
}
a.decoRED {
	color: #C00000;
}
a.decoGRN {
	color: #115A00;
}
a.decoBLU {
	color: #0B2FB2;
}

a[target="_blank"] {
	display: inline-block;
	padding-right: 20px;
}
a:link[target="_blank"] {
	background: url(/image/btn-popup_link.png) no-repeat right center;
}
a:visited[target="_blank"] {
	background: url(/image/btn-popup_visited.png) no-repeat right center;
}
a.decoBLK[target="_blank"] {
	background: url(/image/btn-popup_blk.png) no-repeat right center;
}
a.decoRED[target="_blank"] {
        background: url(/image/btn-popup_red.png) no-repeat right center;
}
a.decoGRN[target="_blank"] {
        background: url(/image/btn-popup_grn.png) no-repeat right center;
}
a.decoBLU[target="_blank"] {
        background: url(/image/btn-popup_blu.png) no-repeat right center;
}
