@charset "utf-8";
/*
-----------------------------------------------
title: statics page
version:  2006.12.12
modified by: defide
----------------------------------------------- */

.rialTimeTbl a{
	margin-left:15px;
}

.dotline{
	border-top:1px dotted #666666;
}

#comment{
	width:97%;
	padding:5px;
	border:1px solid #B29983;
	line-height:130%;
}

.leftlink{
	width:97%;
	text-align:right;
}

/*------ TYPE1 Table Style -----*/
.tbl-type1{
	line-height:150%;
	padding: 0px;
	margin-bottom:10px;
	clear:both;
}
.tbl-type1 tr  {
	margin: 0px;
	padding: 0px;
}
.tbl-type1 td {
	width:180px;
}
.tbl-type1 th{
	text-align:center;
}
.tbl-type1 .tableThColor{
	text-align:left;
}

/*------ TYPE4 Table Style -----*/
.tbl-type4{
	line-height:120%;
	padding: 0px;
	margin-bottom:10px;
	border:none;
}
.tbl-type4 td {
	width:180px;
	border-bottom:1px solid #999999;
	border-top:none;
	border-left:none;
	border-right:none;
	text-align:right;
}

.tbl-type4 th  {
	border-bottom:1px solid #999999;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#FFFFFF;
	text-align:right;
}

.tbl-type4 .header  {
	border:none;
	color:#CC0000;
}
.w80 {
	width:80px !important;
}

