/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/Content/Images/bg.jpg);
	background-repeat: repeat;
	font-family:'Noto Sans TC', sans-serif;
	font-weight:400;
	font-size: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #660033;
}
.style1 A:link {color: #FFFFFF}
.style1 A:visited {color: #FFFFFF}
.style1 A:active {color: #FFFFFF}
.style1 A:hover {color: #FFFFFF}
.style2 A:link {color: #000000}
.style2 A:visited {color: #000000}
.style2 A:active {color: #000000}
.style2 A:hover {color: #000000;}
.style3 A:link {color: #000000}
.style3 A:visited {color: #000000}
.style3 A:active {color: #000000}
.style3 A:hover 
{
	color: #000000;
	text-decoration:underline;
}
.style4 A:link {color: #000000}
.style4 A:visited {color: #000000}
.style4 A:active {color: #000000}
.style4 A:hover {color: #FFFFFF;}

.hand-bg {
	background-image: url(/Content/Images/hand_bg.jpg);
	height: 98px;
	width: 980px;
}
.logo {
	height: 45px;
	width: 562px;
	margin-top: 13px;
	margin-left: 12px;
}
	/* navigation 
	---------------------------------------------*/
	#navigation {
	position: relative;
	top: 2px;
	width: 855px;
	left: 27px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
	float: left;
	width: 141px;
	margin: 0;
	}
	#navigation li a {
	display: block;
	width: 100%;
	text-align: left;
	font-family:'Noto Sans TC', sans-serif;
	text-decoration: none;
	background-image: url(/Content/Images/navigation_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 29px;*/
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-size: 16px;
	text-indent: 11px;
	}
	#navigation li a:hover {
	background-image: url(Images/navigation_bg02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #0066FF;
	}
	
	/* 子選單
	---------------------------------------------*/
	#navigation ul ul {
	background-color: #F2F2F2 ; 
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
	background: none;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	}
	#navigation ul ul li a:hover {
	background-image: none;
	background-color: #FFFFFF;
	}
	#navigation ul li.parent ul {
		display: none;
        z-index:999;
	}
	#navigation ul li.parentOn ul {
		display: block;
        z-index:999;
	}
/*分頁開始*/
div#wrapper {
    position: relative;
    width: 500px;
    margin: 0 auto;
}
.bookcase03 {
	background-image: url(/Content/Images/bookcase03.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 628px;
}


h2 {
    font-size: 10pt;
    margin-top: 30px;
    border-top: 1px solid #CCC;
    background: #F1F1F1;
}

div.pagination {
    overflow: hidden;
    font-size: 10pt;
    padding: 10px 0;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.pagination li {
    display: inline;
}
div.pagination.sabrosus {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination.sabrosus a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #5F5F5F;

	text-decoration: none;
	color: #2e6ab1;
}

div.pagination.sabrosus a:hover, div.pagination.pagination a:active {
	border: 1px solid #333333;
	color: #000;
	background-color: lightyellow;
}

div.pagination.sabrosus li.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #666666;
	color: #FFF;
}

div.pagination.sabrosus li.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #333333;
	color: #929292;
}
/*分頁結束*/
.gig-banner {
	/*background-image: url(/Content/Images/banner01.jpg);*/
	background-repeat: no-repeat;
	height: 250px;
	width: 950px;
	/*margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
    padding: 0;
    margin:15px 0 0 0;
    overflow: hidden;
}
.gig-banner img {
    width: 950px;
    height: 250px;
    top: 0;
    left: 0;
	
}
.bg-color01 {
	background-color: #CC3333;
	height: 5px;
	width: 190px;
}
.bg-color02 {
	background-color: #A97A4E;
	height: 5px;
	width: 190px;
}
.bg-color03 {
	background-color: #42A146;
	height: 5px;
	width: 190px;
}
.bg-color04 {
	background-color: #B762EC;
	height: 5px;
	width: 190px;
}
.bg-color05 {
	background-color: #29ABDD;
	height: 5px;
	width: 190px;
}
.content-bg01 {
	background-image: url(/Content/Images/content_bg01.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 980px;
}
.content-bg02 {
	background-image: url(/Content/Images/content_bg02.jpg);
	background-repeat: repeat-y;
	width: 980px;
}
.hcontent-bg02 {
	background-image: url(/Content/Images/content_bg02.jpg);
	background-repeat: repeat-y;
	width: 310px;
}
.content-bg03 {

	background-image: url(/Content/Images/content_bg03.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 980px;
}
.color-gray {
	background-color: #333333;
}

.sidebg-1 {
	background-image: url(/Content/Images/sidebg1.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	background-position: center;
}

.sidebg-2 {
	background-image: url(/Content/Images/sidebg2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	background-position: center;
}
.title-bg0 {
	background-image: url(/Content/Images/title_bg0.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 280px;
	background-position: center;
}
.title-bg00 {
	background-image: url(/Content/Images/title_bg00.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 620px;
	background-position: center;
}
.title-bg01 {
	background-image: url(/Content/Images/title_bg01.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 310px;
	background-position: center;
}

.title-a01 {
	background-image: url(/Content/Images/title_a01.png);
	background-repeat: no-repeat;
	height: 44px;
}
.title-a02 {
	background-image: url(/Content/Images/title_a02.png);
	background-repeat: repeat-y;
}
.title-a03 {
	background-image: url(/Content/Images/title_a03.png);
	background-repeat: no-repeat;
	height: 10px;
}
.title-b01 {
	background-image: url(/Content/Images/title_b01.png);
	height: 33px;
	text-indent: 10px;
}
.title-c01 {
	background-image: url(/Content/Images/title_bg02.png);
	height: 32px;
	background-repeat: no-repeat;
	text-indent: 10px;
}
.title-d01 {
	background-image: url(/Content/Images/title_bg03.png);
	height: 28px;
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-bottom: 6px;
}
.title-d01s {
	background-image: url(/Content/Images/title_bg03s.png);
	height: 28px;
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-bottom: 6px;
	width: 285px;
}
.title-e01 {
	background-image: url(/Content/Images/title_c01.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 198px;
	text-indent: 10px;
}
.title-f01 {
	height: 32px;
	text-indent: 10px;
	width: 720px;
	background-color: #D8D8D8;
}
.title-g01 {
	background-image: url(/Content/Images/title_d01.png);
	height: 32px;
	text-indent: 10px;
	width: 980px;
}
.title-h01 {
	background-image: url(/Content/Images/title_bg04.png);
	height: 32px;
	background-repeat: no-repeat;
	text-indent: 10px;
}
.title-i01 {
	height: 32px;
	text-indent: 10px;
	width: 980px;
	background-color: #D8D8D8;
}
.title-j01 {
	background-image: url(/Content/Images/title_bg05.png);
	height: 28px;
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-bottom: 6px;
}
.title-name01 {
	width: 140px;
	height: 32px;
	position: relative;
	text-align: center;
}
.contents01 {
	height: 123px;
	width: 201px;
	padding-left: 14px;
}
.contents02 {
	height: 168px;
	width: 250px;
	padding-left: 13px;
}
.path {
	height: 50px;
	width: 980px;
	text-indent: 10px;
}
.banner-bg01 {
	background-image: url(/Content/Images/banner_bg01.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 220px;
}
.contents {
	background-image: url(/Content/Images/bg_line.png);
	background-repeat: repeat-y;
	width: 740px;
}

.h1 {
	font-size: 18px;
    text-align: left;
	color: #FFFFFF;
}


.Font-12 {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 13px;
	line-height: 145%;
    text-align: left;
}
.Font-13 {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 14px;
	line-height: 145%;
    text-align: left;
}
.Font-15 {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 15px;
	line-height: 145%;
    text-align: left;
}
.Font-15-1 {
	font-family: 'Open Sans', "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", sans-serif;
	font-size: 15px;
	line-height: 130%;
    text-align: left;
}
.Font-15b {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 15px;
	line-height: 145%;
	font-weight: bold;
    text-align: left;
}

.Font-16b {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 16px;
	line-height: 145%;
	font-weight: bold;
    text-align: left;
}
.Font-18 {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 18px;
	font-weight: 600;
    text-align: left;
}
.Font-30 {
	font-family:'Noto Sans TC', sans-serif;
	font-size: 30px;
	line-height: 145%;
	font-weight: bold;
    text-align: left;
}
.Font-color00 {
	color:#292937;
}
.Font-color01 {
	color:#FFFFFF;
}
.Font-color02 {
	color: #FF0000;
}
.table-color01 {
	background-color: #93DCFF;
}
.table-color02 {
	background-color: #D9D9D9;
}
.table-color03 {
	background-color: #FFFFFF;
}
.table-color04 {
	background-color: #666666;
}
.table-color05 {
	background-color: #FFFFCC;
	text-indent: 10px;
}

.table-border {
	padding-bottom:20px;
}

.table-border2 {
	border:none;
	padding-bottom:20px;
}

.table-col {
	background-color: #FFFFFF;
	border-color: #FF8000;
	border-left-style:solid;
	border-left-width: thick;
	padding-left: 20px;
}

.table-col1 {
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #FF8000;
	border-left-width: thick;
	padding-left: 20px;
}

.table-col2 {
	background-color: #FFFFFF;
	padding-left:10px;
	padding-right: 20px;
}

.more_btn {
width: 50px;
height:15px;
display:block;
float: right;
background-image: url(/Content/Images/more.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

.more_btn:hover {
background-image: url(/Content/Images/amore.png);
background-position: 0px 0px;
}

.client {
width: 250px;
height:126px;
display:block;
background-image: url(/Content/Images/client.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

.ipdn {
width: 171px;
height:230px;
display:block;
background-image: url(/Content/Images/ipdn.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

.ipdn:hover {
display:block;
background-image: url(/Content/Images/aipdn.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

.mouse_btn {
	width: 130px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 4px;
}

.mouse_btn:hover {
	background-position: 0px -28px;
	text-align: center;
}

.mouse_btn01 {
	width: 130px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	text-align: center;
	padding-top: 4px;
}
.mouse_btn01:hover {
	background-position: 0px 0px;
	text-align: center;
}
.mouse01_btn {
	width: 130px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 4px;
}
.mouse01_btn:hover {
	background-position: 0px -28px;
	text-align: center;
}
.mouse01_btn01 {
	width: 130px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	text-align: center;
	padding-top: 4px;
}
.mouse01_btn01:hover {
	background-position: 0px 0px;
	text-align: center;
}
.mouse02_btn {
	width: 270px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 4px;
	color: #000000;
}
.mouse02_btn:hover {
	background-position: 0px -28px;
	text-align: center;
}
.mouse02_btn01 {
	width: 270px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	text-align: center;
	padding-top: 4px;
}
.mouse02_btn01:hover {
	background-position: 0px 0px;
	text-align: center;
	color: #FFFFFF;
}
.mouse03_btn {
	width: 190px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 4px;
}
.mouse03_btn:hover {
	background-position: 0px -28px;
	text-align: center;
}
.mouse03_btn01 {
	width: 190px;
	height: 24px;
	display:block;
	background-image: url(/Content/Images/btn_04.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	text-align: center;
	padding-top: 4px;
}
.mouse03_btn01:hover {
	background-position: 0px 0px;
	text-align: center;
}
.arrow-previous {
    display:block;
	height: 45px;
	width: 46px;
	padding-left: 17px;
    background-image: url(/Content/Images/arrow03.png);
    background-repeat:no-repeat;
    float: left;
    z-index: 2000;
    position:relative;
    margin-top:-120px;
}
.arrow-next {
    display:block;
	height: 45px;
	width: 46px;
	padding-right: 17px;
    background-image: url(/Content/Images/arrow04.png);
    background-repeat:no-repeat;
    z-index: 2000;
    float: right;
    position:relative;
    margin-top:-120px;
}

/*add at 2014/01/23*/
.logo {
	height: 45px;
	width: 562px;
	margin-top: 13px;
	margin-left: 12px;
	float: left;
}

/*add at 2014/01/28*/
.pagination li a{
    color: black;
}
/*add at 2014/01/28*/
.rdetail a{
    color:black;
}

	/*搜尋開始*/
.header_search_bar {
	width:186px;
	height:28px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(/Content/Images/header_search_bar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-right: 16px;
	margin-left: 10px;
	margin-top: 15px;
}
.header_search_text {
	float:left;
	width:148px;
	height:26px;
	line-height:20px;
	border:none;
	color:#999999;
	background:transparent;
	vertical-align:middle;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.header_search_btn {
	cursor:pointer;
	float:right;
	width:28px;
	height:28px;
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
}
/*搜尋結束*/

/*table*/
th {
  font-weight: normal;
}
/*table end*/