/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background:#FFFFFF;
}

.layout {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
#bg {
	background: url(../images/body_bg.jpg) no-repeat top center;
}
/* ==== Header === */
#hd {
	height: 90px;
	position: relative;
}
.lang_btn {
	position: absolute;
	top:30px;
	right:37px;
}
/* ==== Navigation === */

#nav_bg{
	height: 50px;
	background: url(../images/nav_bg_bg.jpg) repeat-x;
	z-index:100000!important;
}
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	/* opacity: 0; */
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {
	padding:20px;
	box-sizing:border-box;
	background:rgba(255,255,255,1.00);
}
#sidenav {
	width: 220px;
	float: left;
	margin-top:0px;
	padding-top:40px;
	background: url(../images/sidenav_bg.jpg) no-repeat top center;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 210px;
	box-sizing:border-box;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 12px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}

#main {
	width: 730px;
	float: left;
}
/* 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{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* ==== Footer === */
#ft {
	margin-top:20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color:#fff;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 13px;
	left: 1px;
}
h2 {
	font-size: 2.0em;
	border-top:solid 1px #006E4F;
	border-bottom:solid 1px #006E4F;
	text-align:center;
	padding:1.0em;
	letter-spacing:5px;
	margin-bottom:20px;
}
h3 {
	font-size: 1.4em;
	font-weight:400;
	padding: 0.3em 0 0.3em 2.3em;
	margin: 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 0 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 {
	padding:20px 0;
	background-color:#FFFFFF;
}
#i_news {
	background:#fff;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 100px;
	background: url(../images/common/news_icon.gif) 6px 14px no-repeat;
	padding-left: 25px;
}
#i_bnr{	
	width:210px;
	float:left;
	margin:0 20px 0 0;
}
#i_bnr ul{}
#i_bnr li{
	float:left;
	margin-bottom:4px;
}
#i_bnr li a{
	font-size:15px;
	box-sizing:border-box;
	padding:10px 0 10px 38px;
	display:block;
	width:210px;
	color:#fff;
	text-decoration:none;
	border:1px solid #004164;
	border-radius:4px;
	background:url(../images/i_bnr_bg.png) 10px center no-repeat #0056B2;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #000048;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
	border:1px solid #fff;
    border-radius: 4px;
}
#page-top a:hover {
    text-decoration: none;
}


.accordion p{cursor:pointer;}