@charset "utf-8";
/* CSS Document */

body {line-height:24px;font-weight: bold; font-family:"微軟正黑體", Arial;font-size: 15px;color: #373737;}

.t_left {
	background-image: url(images/t_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:75px;

}

.title_1 {
	text-align: left;
	font-size: 24px;
	color: #FFF;
	margin-top: -5px;
	margin-left: 120px;
font-family: "微軟正黑體", Arial;
font-weight: bold
}
.title_2 {
	text-align: left;
	font-size: 24px;
	color: #FFF;
	margin-top: -5px;
	margin-left: 65px;
font-family: "微軟正黑體", Arial;
font-weight: bold
}
.word_bg{
	background-image: url(images/bg_l.png);
	background-repeat: repeat-y;
	background-position: right;
}

.t_right {
	background-image: url(images/t_r.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:75px;

}
.word_bg_2{
	background-image: url(images/bg_r.png);
	background-repeat: repeat-y;
	background-position: left;
}
.s_1{
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}
.red{
	color: #CE0000;
}
.s_2{
	font-size: 17px;
	line-height: 24px;
	color: #666;
}
.red1 {color:#cc0033; }
.s_121 {font-size: 15px; color: #373737; line-height: 24px;}
.s_131 {font-size: 15px; color: #FBE2D7; line-height: 21px;}
.s_141 {color: #8B507C; }
.green{
	color: #3AB176;
}

/*------------------------------------------------------------------------------------------------------------------------------------- 
表格
-------------------------------------------------------------------------------------------------------------------------------------*/
.tbstyle { border: 2px solid #e9e9e9; padding:1px; margin: 0px 0px 5px; line-height: 24px; text-align: center; }
.tbstyle table { border: 1px solid #ccc; border-width:1px 1px 0px 0px; }
.tbstyle th, .tbstyle td { padding: 5px 12px; border:1px solid #B7B7B7; border-width: 0px 0px 1px 1px; }
.tbstyle th { background: #113e85; color: #b4ebff; font-size: 16px; font-weight: bold; }
.tbstyle td { background: #FFF; }
.tbstyle td.odd { background: #efefef; }
.tbstyle td.odd_2 { background: #ffe2e8; color: #FFF; }
.tbstyle td.odd_3 { background: #b18cbd; color: #FFF; }
div.Mb { margin-bottom: 27px; }

