@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

br.clear {
   display:block;
   margin:0;
   padding:0;
   clear:both;
   height:0;
   border:none;
   visibility:hidden;
   font-size:0;
   content: " ";

}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

ol#topicPath {
     margin: 0px 0px 0px 20px;
     padding:0px 0px 0px 0px;
}
ol#topicPath li {
     display: inline;
     line-height: 100%;
     list-style-type: none;
}
ol#topicPath li a {
     padding-right: 10px;
     background: url(../images/separater.gif) no-repeat right center;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:789px;
   margin:0 auto;
   background:url("../images/bg_contents_left.gif") 0 0 repeat-y;
}

#wrapper {
   width:789px;
   background:url("../images/bg_contents_right.gif") 100% 0 repeat-y;
}

#header {
   position:relative;
   width:779px;
   background:#003311;
   margin:0 0 0 5px;
   padding:0 0 0 0px;
}

#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
   text-align: right;
   font-size: 11px;
   color: #eee;
}

#menu {
   display:none;
}

#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

#main {
   float:left;
   width:750px;
}

#sub {
   display:none;
}

#pageTop {
   display:none;
}

#footer {
   clear:both;
   background:#003311;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
#header #logo {
   margin:0;
   padding:2px 0px 0px 10px;
   color:#fff;
   line-height:50px;
}

#header #logo a {
   color:#333;
}

#header #logo a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}

#headImage {
   width:779px;
   height:320px;
   margin:0px 0px 0px 5px;
   overflow:hidden;
   position:relative;
   list-style:none;
   border-bottom:3px solid #181649;

}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
}

#headImageSub {
   width:779px;
   height:160px;
   margin:0px 0px 0px 5px;
   overflow:hidden;
   position:relative;
   list-style:none;
   border-bottom:3px solid #181649;
}
#path {
   width:779px;
   margin:0px 0px 0px 5px;
   border-bottom:1px solid #181649;
   background:#f0f0f5;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   font-weight: bold;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   border-left:1px solid #666666;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   color:#333;
}

#menu li a:hover {
   background:url("../images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

#main a:hover {
   text-decoration:underline;
}

#main a[target="_blank"]:after {
      content: url(../images/icon_newwin.gif);
      margin: 0px 2px;
   }


#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#333;
   font-size:15px;
   font-weight:bold;
   border-top:2px solid #006633;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main h3 {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:13px;
   border-left:5px solid #006633;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0e9d0;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#006633;
   border-left:8px solid #006633;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#006633;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:2px;
   font-weight: bold;
}

#main dd {
   padding:0;
   margin:0 0 2em 0;
   padding:8px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   width: 110px;
   padding:5px;
   font-size:12px;
   font-weight: bold;
   text-align:left;
   color: #FFFFFF;
   border:1px solid #999;
   background:#339966;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #999;
   background:#f0f9f0;
}

.container1 {
   float:left;
   width: 244px;
   padding:1px;
   margin:2px;
   font-size:11px;
   text-align:center;
   color: #000000;
   background:#eeeeee;
}

.container2 {
   width: 500px;
   background: url(../images/c_bottom.jpg) no-repeat bottom;   
   margin-bottom: 40px;   
}

.container2 .inner {   
   background: url(../images/c_top.jpg) no-repeat;   
   padding: 15px 20px;   
}

.container2 li {   
   margin: 0 0 0 20px;   
}

.pageTop {
   display:none;
}

.pageTop a {
   display:none;
}

#foot {
   text-align:right;
   margin:5px 0px 5px 0px;
   padding:5px 0px 0px 0px;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 5px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   display:none;
}

#pageTop a {
   display:none;
}

/* ========FOOTMENU CUSTOMIZE======== */

#footMenu {
   display:none;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
}