/* 整體結構
---------------------------------------------------- */
html, body, h1{
  margin: 0;
  padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-image:url(../_images/help/bg.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
#wrapper { 
  height: 100%;
  width: 980px;
  text-align: left;
}
html>body #wrapper {
	height: auto;
}
/* 連結
---------------------------------------------------- */
a:visited, a:link {
  color: #0099cc;
  text-decoration: none;
}

a:hover {
  color: #0033cc;
}
/* 頁首
---------------------------------------------------- */
#left {
	width:228px;
    background-image:url(../_images/help/left_bg.gif);
    background-repeat:repeat-y;
	margin:0;
	padding:20px 0 100px 0;
    float:left;
}
#left_menu {
    margin:0 10px 0 10px;
    padding:0;
}
#left_menu ul {
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#left_menu li {
    margin: 0;
    padding: 0;
}
#left_menu li.sub {
    margin: 0 0 0 16px;
    padding: 0;
}
#left_menu li.sub_01 {
    margin: 0 0 0 32px;
    padding: 0;
}
#left_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
    text-decoration:none;
}
#left_menu a:hover {
    color:#91d7ff;
    font-weight: bold;
}
.left_menu_hover {
    color:#91d7ff!important;
    font-weight: bold!important;
}
#right {
    width:752px;
    padding:20px 0 20px 0;
    margin:0;
    float:right;
}
#search {
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	background-color:#eaeaea;
	height:20px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
#search input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #CCCCCC;
    height:18px;
    margin:0 0 0 3px;
    padding:0 2px 0 2px;    
}
#content {
    margin:0 10px 0 20px;
    padding:0;
}
#under_button {
	margin:70px 0 0 0;
	padding:0 10px 0 10px;
	background-color:#eaeaea;
	height:24px;
	text-align:right;
}
#under_button #button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7f7f7f;
	text-align: center;
	border: 1px solid #999999;
    height:18px;
    width:70px;
    margin:3px 10px 0 0;
    padding:0 3px 0 3px;	
}
#under_button #button_01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7f7f7f;
	text-align: center;
	border: 1px solid #999999;
    height:18px;
    width:70px;
    margin:3px 0 0 0;
    padding:0 3px 0 3px;	
}
/*文字樣式
---------------------------------------------------- */
.word_title {
    color:#0066cc;
    font-weight:bold;
    font-size:15px;
}
.word_01 {
    color:#cc0000;
}
.word_02 {
    color:#ff6600;
}
.word_03 {
    color:#ff9900;
}
.word_04 {
    color:#3399cc;
}
.word_05 {
    color:#000000;
    font-weight:bold;
}
.word_06 {
    color:#8a8a8a;
}