/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
}

.layout {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

p{
	margin-left: 10px;
	margin-right: 10px;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	background: url(../images/hd_bg.jpg) no-repeat;
	height: 80px;
	position: relative;
}
#hd_lang {
	position: relative;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
	margin-bottom:0;
}

#nav_line {
	height: 6px;
	background: url(../images/nav_line.jpg) no-repeat;
	margin-bottom:0;
	margin-top:0;
}


#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {
	margin-top:20px;
	}
#sidenav {
	width: 200px;
	float: left;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 162px;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.gif) no-repeat 8px 18px;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dotted #CCC;
}

#sidenav li a:hover {
	background: url(../images/sidenav_icon.gif) no-repeat 14px 18px;
}

#main {
	width: 760px;
	float: right;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	margin-top:20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	width: 330px;
	height:50px;
	position: absolute;
	top:20px;
}
h2 {
	font-size: 2.0em;
	font-weight:bold;
	padding: 20px 0 20px 30px;
	margin: 0 0 0 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #FFF;
}
h3 {
	font-size: 1.2em;
	padding:4px 0 0 36px;
	margin:20px 0 10px 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	height:32px;
}

h3.h3_index {
	background: url(../images/i_h3_bg.jpg) left center no-repeat;
}

h3.h3_index02 {
	background: url(../images/i_h3_02.jpg) left center no-repeat;
}

h4 {
	background:#DCF8B4;  
    border-left:7px solid #88D316;  
    padding:0.5em .9em;
	margin:10px 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	background: url(../images/i_img_bg.jpg) left center repeat-x;
	height:264px;
}
#i_update {
	overflow: auto;
}
#i_update table {
}
#i_update table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_update table td.date {
	width: 120px;
}

#i_update table th {
	vertical-align: top;
	font-size: 1.0em;
	padding: 10px;
	color:#314D09;
}

#i_update div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}


#i_news {
	overflow: auto;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 0 10px 10px 20px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
}

#i_news table th {
	vertical-align: top;
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
	color:#314D09;
}

#i_news div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}

.i_main{
	width: 480px;
	float:left;
	}

#i_news ol, #i_news ul {
	padding: 5px 0px 5px 25px;
}
#i_news ul {
	list-style-type: disc;
}
#i_news ol li, #i_news ul li {
	padding: 1px 0px;
}

/*----Other----*/
#s3slider {

	height: 264px;

	position: relative; /* important */

	overflow: hidden; /* important */

}

 

#s3sliderContent {

	width: 786px; /* important to be same as image width or wider */

	position: absolute; /* important */

	top: 0; /* important */

	margin-left: 100px; /* important */

	padding: 0px;

	list-style: none;

	text-align: center;

	margin-top: 0px;

	margin-bottom: 0px;

}

 

.s3sliderImage {

    float: left; /* important */

    position: relative; /* important */

    display: none; /* important */

}

.s3sliderImage img{ border: 3px solid #FFF; }

 

.s3sliderImage span {

    position: absolute; /* important */

    left: 0;

    padding: 10px 15px;

    width: 762px;

    background-color: #000;

    filter: alpha(opacity=70); /* here you can set the opacity of box with text */

    -moz-opacity: 0.7; /* here you can set the opacity of box with text */

    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */

    opacity: 0.7; /* here you can set the opacity of box with text */

    color: #fff;

    display: none; /* important */

    top: 0; /*

        if you put top: 0;  -> the box with text will be shown 

                                at the top of the image

        if you put bottom: 0;  -> the box with text will be shown 

                                at the bottom of the image

    */

}