/* コークス製品（cokes.htm）のスタイル
---------------------------------------------*/
table.table1{
	font-size:9pt;
	border-top: 1px solid #333333;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #333333;
	float:left;
	margin-bottom: 20px;
	}
	
table.table1 th{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: none;
	width: 80px;
	height: 22px;
	background-color: #ccff66;
	}
	
table.table1 td{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: none;
	width: 300px;
	height: 22px;
	padding-left: 5px;
	}

table.table2{
	font-size:9pt;
	float:right;
	}
	
img.flo_right{
	float:right;
	}

a:link{
	color:#333333;
	}
	
a:visited{
	color:#333333;
	}

a:hover{
	color:#0066ff;
	}

#cokes_table1{
	width:390px;
	float:left;
}

