/* CSS Document */



body{

	margin:0px;

	padding:0px;

	background-image:url(../img/back02.jpg);

	background-repeat:repeat-x;

	font-size:13px;

	line-height:18px;

	color:#333333;

}



#t-flame{
	width:auto;

}



a:link { color: black; }

a:visited { color: black; }

a:active { color: black; }

a:hover { color: black; }



.pankuzu {

	margin-top: 20px;

	margin-bottom: 0;

	font-size: 11px;

}

.topTxt{
	position:relative;
}

.topTxtP{
	position:absolute;
	top:0px;
	left:350px;
}

h1{
	color:#FFF;
	font-size:80%;
	font-weight:normal;
}

.edTable{
	border-collapse:collapse;
	margin-left:20px;
}

.edTable th{
	padding:5px;
	font-weight:normal;
	color:#fff;
}

.edTable td{
	background:#ddd;
	border-right:#e5e3e2 solid 1px;
	border-bottom:#e5e3e2 solid 1px;
	padding:5px;
}

.bgTh{background:url(../img/bg_th.gif) repeat-y right top;}
