@charset "utf-8";
/* CSS Document */
/* 基本樣式
---------------------------------------------*/
body {
	background-image: url(image/blue_bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
/* 導覽列
---------------------------------------------*/
#mainlk-bar {
	position: relative;
	/*margin-left: 130px;*/
	left: 15px;
	top: -2px;
	z-index:100;
	width: 803px;
	font-size:10pt;
	color:#FFFFFF;
}
#mainlk-bar div {
	float: left;
	width: 5.8em;
	border-right: 1px solid #ffffff;
	line-height: 2.2em;
	color: #666666;
	text-align: center;
}
#mainlk-bar  a {
	display: block;
	width: 100%;
    color: #FFFFFF;
	background: url(image/mainlk-bg-1.gif) 0 0 repeat-x;
	text-decoration: none;
}
#mainlk-bar  a:hover {
	background: url(image/mainlk-bg-2.gif) 0 0 repeat-x;
}
/* 字型
---------------------------------------------*/
.sandy-sale { font-size:12px; color:#ffffff; text-decoration:none }
a.sandy-sale:hover { color:#FFFF66; text-decoration:underline}
.action-title { font-size:12px; color:#0496f9; font-weight:bold }
.action-blue { font-size:0.78em; color:#0066CC; text-decoration:none }
.action-blue:hover { color:#000066; text-decoration:underline }
.action-green { font-size:12px; color:#09941D; font-weight:bold; text-decoration:none }
.action-green:hover { text-decoration:underline }
.action-gray { font-size:12px; color:#333333;text-decoration:none  }
.pt12_blue  { font-size:11px; color:#0066CC}
.pt12_yellow { font-size:12px; color:#FFFF66 }
.pt12_b_wh { font-size:12px; color:#FFFFFF; font-weight:bold }
.pt12_og { font-size:12px; color:#f6ad3a; font-weight:bold }
.pt12_og2 { font-size:12px; color:#fce2b8; }
.sub_link { font-size:12px; color:#003f7f}
.foot { font-size:12px; color:#333333; letter-spacing:1px; line-height:18px}

