/*----------------------------------------------------------------------------
******************************************************************************
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;
}
/* ==== Navigation === */
#nav {
	float:left;
	background: url(../images/nav_bg.jpg) no-repeat;
	width:200px;
	margin:20px 0 0 10px;
	position: relative;
	z-index:2000;
}
#nav ul {
}
#nav li {
	float: left;
	margin:0 0 10px 0;
	position:relative;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

#nav li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#nav li ul {
  position: absolute;
  top: 0;
  left: 200px;
  list-style: none;
  margin: 0;
}
#nav li ul li{
  overflow: hidden;
  height: 0px;
  color: #fff;
  padding:0;
  margin:0;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
#nav li ul li a{
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#nav li:hover > a{
  color: #eff7b1;

}
#nav > li:hover > a{
}
#nav li:hover ul li{
  overflow: visible;
  width:194px;
  height: 28px;
  padding:8px 0 0 6px;
  background:url(../images/nav_li.png) no-repeat;

}


/* ==== Content === */
#con {
	background: url(../images/wrap02_bg.png) repeat-y;
	padding:0 8px 20px 8px;
}
#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 left top;
	font-size: 12px;
	color: #333333;
}
#main {
	width: 720px;
	float: right;
	margin:20px 10px 0 0;
}
/* 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 {
	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 {
	position: absolute;
	top: 10px;
	left:10px;
}
h2 {
	font-size: 2.0em;
	height: 44px;
	padding:0.4em 0em 0.3em 0.6em;
	margin: 0em 0 1em 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #FFFFFF;
}
h3 {
	font-size: 1.4em;
	padding: 0.1em 0 0.2em 1.8em;
	margin: 0.5em 0 0.3em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	margin:0.6em 0 0.2em 0;
	font-size: 1.2em;
	border-bottom:1px solid #ccc;
	font-weight:300;  
	padding:0.3em 0 0 0.3em; 
}
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 {
}
#i_news {
	min-height: 200px;
	overflow: auto;
	background:#FFF;
}
#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;
}
#i_news div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}
.i_contents {
	width:350px;
	margin:20px 0 0 0;
}
.bnr{
	opacity:1!important;
}

.contact{
	width:180px;
	padding:10px;
	background:#EFEFEF;
}

/*----Other----*/

.marT58{
	margin-top:58px;}
a{
	cursor:pointer;
	}