/*プレミアムラインで共通！！*/
body {
	background-color: #000000;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px;
	
	}


/*プレミアムラインパンくずのリンク*/
a.navi:link {
	font-size: x-small;
	color: #c8c8c8;
	text-decoration: underline;
}
a.navi:visited {
	font-size: x-small;
	color: #c8c8c8;
	text-decoration: underline;
}
a.navi:hover {
	font-size: x-small;
	color: #B91440;
	text-decoration: underline;
}
a.navi:active {
	font-size: x-small;
	color: #B91440;
	text-decoration: underline;
}
.navitext{font-size: x-small;
         color:#c8c8c8;}


.border {border-width:1px;border-color:#cccccc;border-style:solid;}
