@charset "UTF-8";

/* Black */

/* header
********************/

.GNaviTest{
	background-image:url(../img/naviBlack.png);
}

.TopHeaderContact a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #303030), color-stop(1.00, #000));
	background: -webkit-linear-gradient(#303030, #000);
	background: -moz-linear-gradient(#303030, #000);
	background: -o-linear-gradient(#303030, #000);
	background: -ms-linear-gradient(#303030, #000);
	background: linear-gradient(#303030, #000);
}

.HeaderContact a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #303030), color-stop(1.00, #000));
	background: -webkit-linear-gradient(#303030, #000);
	background: -moz-linear-gradient(#303030, #000);
	background: -o-linear-gradient(#303030, #000);
	background: -ms-linear-gradient(#303030, #000);
	background: linear-gradient(#303030, #000);
}

/* footer
********************/

footer{
	border-top:solid 10px #202020;
	border-bottom:solid 5px #202020;
}


/* TOP
********************/

.TopText .link a{
	color:#202020;
}

.TopContentsListBox{
	background-image:url(../img/bgBlack.png);
	background-repeat:repeat-y;
}

/* pankz
********************/
.pankz li span{
	color:#afafaf;
}

/* LeftContents
********************/


.TitleType1{
	border-bottom:solid 5px #202020;
}


/* RightContents
********************/

.RightTopMenu li a{
	color:#202020;
}

.RightTopMenu li{
	background-image:url(../img/arrow5.jpg);
}


.CenterText .btn{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #303030), color-stop(1.00, #000));
	background: -webkit-linear-gradient(#303030, #000);
	background: -moz-linear-gradient(#303030, #000);
	background: -o-linear-gradient(#303030, #000);
	background: -ms-linear-gradient(#303030, #000);
	background: linear-gradient(#303030, #000);
}