/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

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

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 90px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
#hd_nav {
	position: absolute;
	right:2px;
	top:30px;
}
#hd_nav li {
	float:left;
}
#hd_nav li a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* ==== Navigation === */
#nav {
	height: 55px;
	background: url(../images/nav_bg.jpg) no-repeat;
}
#nav_en {
	height: 55px;
	background: url(../en/images/nav_bg.jpg) no-repeat !important;
}

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

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
	background: url(../images/sidenav_bg.jpg) no-repeat top;
	border: #059060 1px solid;
}
#sidenav ul {
	padding: 0px;
	margin-top:46px;
}
#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;
}
#i_conL{
	float:left;
	width:460px;
}

#i_conR{
	float:right;
	width:480px;
}
#main {
	width: 720px;
	float: right;
	margin-top:20px;
}
/* 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 {
	color:#FFF; 
	margin-top:20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: #059060;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 22px;
	left: 0px;
}
.h1_en {
	position: absolute;
	top: 12px;
	left: 0px;
}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.5em;
	font-weight:normal;
	text-shadow: 1px 1px 3px #CCC;
	color: #0C2749;
	height:80px;
	box-sizing:border-box;
	padding: 0.5em 0 0.5em 0.6em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight:normal;
	height:40px;
	box-sizing:border-box;
	padding: 0.4em 0 0.0em 1.8em;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	border-right: #008B5B 1px solid;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 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 {
	margin-top:20px;
	background: url(../images/i_img_bg.jpg) bottom center no-repeat;
	padding-bottom:44px;
}
#i_news_frame {
	width:480px;
	height:200px;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr{
	margin-top:20px;
}
#i_bnr ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#i_bnr li{
	width: calc((100% / 2) - 5px);
	list-style:none;
}
#i_bnr li img {
	width: 100%;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #F8B500;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}