@charset "utf-8";
/* CSS Document */

a img {
border: 0;
}

html, body {
margin: 0;
padding: 0;
top:0;
left:0;
background-color:#333333;
font-size: 12px;
text-align:center;
}
td{
font-size: 12px;
}
#container {
  position: relative;
  margin: 0 auto;
  width: 950px;
  text-align: left;
  height: 576px;
}

/* 內容使用 */
#logo{
	position: absolute;
	top: 18px;
	padding-left: 124px;
}
#buttonList{
	position: absolute;
	top: 28px;
	width: 826px;
	margin-left: 124px;
	text-align:right;
}
#cover{
	position: absolute;
	top: 66px;
}
#mainA{
	position: absolute;
	width: 826px;
	top: 66px;
	left: 124px;
}
#mainB{
	padding-left: 13px;
	padding-right: 13px;
	background-image:url(/images/themeBg.gif);
	background-repeat: repeat-y;
}
#fontsize{
	position: absolute;
	left: 0px;
	top: 230px;
	text-align:center;
	color:#FFFFFF;
}


h1{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
h2{
	font-size:15px;
	font-weight:bold;
}
#article {
	padding-left: 50px;
	padding-right: 50px;
	background-image:url(/images/themeBg.gif);
	background-repeat: repeat-y;
}
#footer{
	left: 88px;
	text-align:center;
	color:#b1b1b1;
	position: static;
}
#footer a:link          {text-decoration: none; color: #b1b1b1}
#footer a:visited       {text-decoration: none; color: #b1b1b1}
#footer a:active        {text-decoration: none; color: #b1b1b1}
#footer a:hover         {text-decoration: none; color: #FF1E00}

.footerName{font-size: 15px; color: #ffffff; background-color: 000000; padding: 5px;}
.footerName a:link      {font-size: 15px; text-decoration: none; color: #ff0000;}
.footerName a:visited   {font-size: 15px; text-decoration: none; color: #b1b1b1;}
.footerName a:active    {font-size: 15px; text-decoration: none; color: #b1b1b1;}
.footerName a:hover     {font-size: 15px; text-decoration: none; color: #b1b1b1;}

/* 調整字級 */
.idx1 {
	font-size: 12px;color: #666666; line-height: 190%;
	text-align:justify;
	text-justify:inter-ideograph;
}
.idx1 A:link {
	text-decoration: none
}
.idx1 A:visited {
	text-decoration: none
}
.idx1 A:hover {
	text-decoration: underline
}
.idx2 {
	font-size: 15px; color: #666666; line-height: 190%;
    text-align:justify;
	text-justify:inter-ideograph;
}
.idx2 A:link {
	text-decoration: none
}
.idx2 A:visited {
	text-decoration: none
}
.idx2 A:hover {
	text-decoration: underline
}
.idx3 {
	font-size: 16px; color: #666666; line-height: 190%;
    text-align:justify;
	text-justify:inter-ideograph;
}
.idx3 A:link {
	text-decoration: none
}
.idx3 A:visited {
	text-decoration: none
}
.idx3 A:hover {
	text-decoration: underline
}
.idx4 {
	font-size: 18px; color: #666666; line-height: 190%;
    text-align:justify;
	text-justify:inter-ideograph;
}
.idx4 A:link {
	text-decoration: none
}
.idx4 A:visited {
	text-decoration: none
}
.idx4 A:hover {
	text-decoration: underline
}