﻿body {
}


.delimeter01{
	border-top: 1px solid #000000;
	margin: 3px 2px;
	height:0;
}

.sizeFixed {
	overflow:hidden;
}


/* 
以下限定首頁各區塊尺寸，須比照line-height設定修改
line-height設定大都在style.css
*/

.fixed1line {
	height:18px;
}
.fixed2line {
	height:36px;
}
.fixed3line {
	height:54px;
}
.fixed4line {
	height:72px;
}


.fixed1lineBold {
	height:20px;
}
.fixed2lineBold {
	height:40px;
}
.fixed3lineBold {
	height:60px;
}
.fixed4lineBold {
	height:80px;
}


table.adTable1 tr>td, table.adTable1 td+td{
	padding: 5px 0 6px 0;
}
table.adTable1 tr>td{
	padding-left: 3px;
	padding-right: 0px;
}
table.adTable1 td+td{
	padding-left: 0px;
	padding-right: 3px;
}


.headerAd span a:link, .headerAd span a:visited, .headerAd span a:hover{
	color: white;
}


div.twoColumnPart{
	float:left; 
	width: 227px;
	margin: 0 1px;
	padding: 0;
}
div.twoColumnPart table{
	margin: 0px;
}
div.twoColumnPart td.dot{
	width: 12px;
}
