/*----------------------------------------------------------------------------
******************************************************************************
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: 95px;
	position: relative;
}
#hd_lang{
	width: 109px;
	position: absolute;
	top: 10px;
	right: 0px;
}
/* ==== Navigation === */

#nav {
	height: 56px;
	padding: 5px;
	margin-bottom: 20px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

.nav_list {
    margin: -4px 16px -4px 10px;
    width: 960px;
}

#nav li:first-child {
    margin: 0px 11px 0px -4px;
}

#nav li {
   margin: 0px 9px 0px 0px;
}

#nav li:last-child {
    margin: 0px 4px;
}

#nav li img {
}

/* ==== Content === */
#con {
	padding-bottom: 30px;
}
#sub {
	width: 240px;
	float: left;
}
#sidenav {
	padding: 5px;
	margin-bottom: 10px;
	background: #EFEFEF;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
	margin-top: -1px;
}
#sidenav li a {
	width: 200px;
	height: auto;
	padding: 9px 3px 5px 25px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.jpg) no-repeat left top #F4F4F4;
	border: 1px solid #CCC;
	font-size: 0.9em;
	color: #333333;
}
#sidenav li a:hover{
	background: url(../images/sidenav_icon_ov.jpg) no-repeat left top #FFF;
	color: #333333;
}
#main {
	width: 700px;
	float: right;
}
.main_width_960px {
	width: 960px!important;
	float: right;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
	margin-left:10px;
}
#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 */
#con a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 1px solid #E3E4E6;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	display: inline-block;
	position: absolute;
	top: 25px;
}
h2 {
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 15px 0 10px 0;
	border: 1px dotted #666;
	border-left: 4px solid #164B80;
}
h3 {
	font-size: 1.1em;
	padding: 3px 10px;
	margin: 10px 0 5px 0;
	border-left: 4px solid #164B80;
}
h4 {
	
}
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 {
	height: 300px;
	margin-bottom: 20px;
	background: url(../images/i_img.jpg) center no-repeat #A5D2EA;
}

#i_research{
	width: 960px;
	margin-bottom: 20px;
	overflow: hidden;
}
#i_research ul{
	width: 980px;
	overflow: hidden;
}
#i_research li{
	float: left;
	margin-right: 9px;
}

#i_news {}

#i_bnr {}
	
/*----Other----*/

.member_box01{
	width: 570px;
	float: left;
	margin-left:20px;
}

#member_tab {
	padding: 0px!important;
	margin: 0px 0px 20px 0px!important;
	overflow: hidden;
}

#member_tab a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

#member_tab li {
	font-size:0.9em;
	font-weight:bold;
	width: 150px;
	height: 38px;
	padding: 9px 0!important;
	float: left;
	margin-right: 10px;
	list-style: none;
	cursor: pointer;
	background: url(../images/member_tab_bg.jpg) no-repeat left top;
		text-align: center;
}
#member_tab li.select {
  background: url(../images/member_tab_bg_ov.jpg) no-repeat left top;
}
.disnon {
  display: none;
}
.member_tabbox {
  clear: left;
  width: 100%;
}

.research_box01{
	float: right;
 width: 450px;
}

.research_box01 h3{
	padding: 0px;
	border-left: none;
}
.research_box01 h3 span{
	display: inline;
	padding: 5px 10px;
	background: #7494B3;
	color: #FFF;
}
