/* 頁面設定 */
.body1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dbe9fe;
}

/* 字型設定 */
.t15_white {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.t15_black {
	FONT-SIZE: 15px;
	font-weight: normal;
	color: #000000;
}
.t13_black {
	FONT-SIZE: 13px;
	font-weight: normal;
	color: #000000;
}

.t15_dark_red {
    FONT-WEIGHT: nomal;
    FONT-SIZE: 15px;
	COLOR: #990000
}
.t13_red {
 FONT-WEIGHT: nomal;
    FONT-SIZE: 13px;
	COLOR: #ff0000
}
.t15_red {
 FONT-WEIGHT: nomal;
    FONT-SIZE: 15px;
	COLOR: #ff0000
}

.t16_darkred_B {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.t16_blue_B {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.t15_blue {
	font-size: 15px;
	font-weight: normal;
	color: #003366;
}
/* 背景設定 */
.bg_onlytop {
	background-repeat: no-repeat;
	background-position: top;
}
.4_bg {
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #006699;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a {
	cursor: hand;
	text-decoration: underline;
}

