@charset "utf-8";
@import url("text.css");

*{margin: 0; padding: 0;}

body {
	width:990px;
}

/* 背景圖 */
.maim_bg1 {
	background-image: url(../images/main_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maim_bg2 {
	background-image: url(../images/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maim_bg3 {
	background-image: url(../images/main_bg3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maim_bg4 {
	background-image: url(../images/main_bg4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maim_bg5 {
	background-image: url(../images/main_bg5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.maim_bg6 {
	background-image: url(../images/main_bg6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* 副選單 */
.tagBox {
	margin-left: 0px;
}
ul.tag {
	list-style: none;
}
ul.tag li {
	float: left;
	margin: 4px 0px;
	font-weight: 400;
	font-size: 13px;
	white-space:nowrap;
}
ul.tag a {
	border: 1px solid #eee;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px;
	_padding: 2px 10px 0px;
	color: #cc0000;
}
ul.tag li.on a {
	background-color: #cc0000;
	color: #fff;
}
ul.tag a:hover {
	text-decoration: none;
	background-color: #cc0000;
	color: #fff;
}

/* 表單設定 */
.input01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 20px;
	text-indent: 5px;
}
.bt01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	height: 24px;
	width: 60px;
	border: 1px solid #000000;
	line-height: 24px;
	cursor: hand;
}
.bt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #666666;
	color:#666666;
	line-height: 20px;
	cursor: hand;
	margin-right: 6px;
	margin-left: 6px;
	padding-left:0px;
	padding-right:0px;
	display:block;
	overflow:visible;
	white-space:nowrap;
}
.bt02-5{
	width:70px;
}
.bt02-4{
	width:60px;
}

/* 方框 */
.teach01 {
	height: 60px;
	width: 350px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.teach02 {
	height: 170px;
	width: 400px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.contact1 {
	height: 40px;
	width: 465px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.QA {
	height: 40px;
	width: 510px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.pageNav {
	color:#666666;
}
img{
	border:0px;
}
.pageNav a{
	color:#666666;
	text-decoration:none;
	border:1px solid #FFFFFF;
}
.pageNav a:hover{
	color: #000000;
	border:1px solid #CCCCCC;
}
li.ticket-bg{
	list-style:none;
	display:block;
	width:208px;
	height:93px;
	padding: 0px;
	margin:12px;
}
li.ticket-bg a{
	display:block;
	width:188px;
	height:23px;
	background-image:url(../images/ticket-bg.jpg);
	text-align: right;
	margin:0px;
	text-align:right;
	padding-top:70px;
	padding-right:20px;
	text-decoration:none;
	color:#333333;

}