﻿@charset "utf-8";
/*
mainpage.css {
	Last update: 15 May, 2013;
}
*/

/*
table of contents
=1 mainContent
=2 subContent
=3 exContent
=4 Image silde show
=5 Mouse over images for pulse effect
*/

/* =1 MainContent */
div#mainContent {
	display: inline;
	float: left;
	width: 980px;
	margin: 0 0px;
	border-top: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	background: #ffffff;
}
div#mainContent img {
/*	float: left;
	margin: 0 10px 3px 20px;*/
}
div#mainContent a {
	color: #3875b6;	/* 3875b6 */
	text-decoration: none;
}
div#mainContent a:hover {
	color: #666666;
	text-decoration: none;
}
div#mainContent p {
/*	margin: 0 0px; */
	line-height:20px;
	color:#333;
	padding:0;
	padding-top:0px;
	padding-left:6px;
	padding-right:5px;
	padding-bottom:0px;
	text-align : justify;
	background: #ffffff;
}
div#mainContent h2 {
	font-family: "細明體", taipei, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
/*
	background-color: #000073;
	display:block;
	font-size:15px;
	color : #ffffff;
	margin:8px 0 10px 0;
	margin-left : 0px;
	margin-right : 10px;
	padding: 5px 0px 3px 5px;	*/
}
div#mainContent h3 {
	font-size:20px;
	color : #000000; /* 3875b6 */
	font-weight: bold;
	font-style: normal;
}
div#mainContent h4 {
	background-color: #ffffff;
	display:block;
	font-size:18px;
	color : #e72929; /* 3875b6 */
	padding:0;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
}
div#mainContent h5 {
	color:#e72929;
	padding:0;
	padding-top:0px;
	padding-left:6px;
	padding-right:5px;
	padding-bottom:5px;
	margin: 0;
	margin-top:0px;
	text-align : justify;
	background: #ffffff;
}
div#mainContent h5 a {
	color:#e72929;
	font-size:18px;
	line-height:20px;
	padding:0;
	padding-top:-10px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:0px;
	margin:0px 10px 30px 0px;
	margin-top:-10px;
	text-align : justify;
	background: #ffffff;
}
div#mainContent h3 a {
	color: #e72929;	/* 3875b6 */
	text-decoration: none;
}
div#mainContent h3 a:hover {
	color: #666666;	/* */
	text-decoration: none;
}

div#mainContent h2 span {
	background-color: #ffffff;
	color:#666666;
	font-weight:bold;
	line-height:15px;
	height:15px;
	font-size:15px;
	padding: 5px 10px 0px 10px;
	display:inline-block;
	border-top: solid 1px #e4662b;
	border-bottom: solid 1px #e4662b;
/*	background-color: #eff7ff;
	color:#666666;
	font-weight:bold;
	line-height:18px;
	height:18px;
	font-size:18px;
	padding: 2px 10px 2px 10px;
	display:inline-block;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;	*/
}
div#mainContent h3 span {
	background-color: #eff7ff;
	color:#666666;
	font-weight:bold;
	line-height:12px;
	height:12px;
	font-size:15px;
	padding: 2px 5px 2px 5px;
	display:inline-block;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

/* =2 subContent */

/* =3 exContent */
div#exContent {
	display: inline;
	float: left;
	width: 980px;
	margin: 0px auto;
	margin-top : 30px;
	margin-bottom : 20px;
	margin-left: auto;
 	margin-right: auto;
	background: #ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;

}

/* =4 Image silde show */
#slideshow { z-index: 1; margin: 0px auto; width: 980px; height: 490px; overflow: hidden; text-align; center; }
#bannerbtn { z-index: 6; position: absolute; margin: 0px; width: auto; bottom: 10px; right: 35px display: inline; float: right; RIGHT: 20px; height: 18px}
#bannerbtn a { align: right; text-align: center; text-indent:99999px; width: 16px; font: 980 11px/18px "Arial"; background: url(../img/round02.png) left top no-repeat; float: left; HEIGHT: 16px; COLOR: #fff; margin-left: 5px; text-decoration: none; }
#bannerbtn a.activeSlide { background: url(../img/round01.png) left top no-repeat; color: #000;}
#bannerbtn a:hover {background: url(../img/round01.png) left top no-repeat; color: #000;}
#bannerbtn a:focus { outline: none; }

/* =5 Mouse over images for pulse effect */
#thumbs { position: relative; width: 230px; height: 650px;}
div.thumb { 
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	width: 155px; height: 116px; }
div.thumb img { border: 2px solid white; cursor: pointer }

