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

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

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x #FFF;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav_bnr{
	width:180px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}
#nav {
	width:180px;
	height:298px;
	float:left;
	background: url(../images/nav_bg.jpg) no-repeat;
	position: relative;
	z-index:2000;
}
#nav ul {
	margin-top:36px;
	}
#nav li {
	float: left;
	margin:0 0 3px 5px;
	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: 170px;
  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 {
	padding-bottom:20px;
	}

#main {
	width: 650px;
	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: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 #F6F6F6;
	border-top:#E7E7E7 1px solid;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 20px;
	left: 0px;
}
h2 {
	font-size: 1.6em;
	font-weight:bold;
	padding: 0.1em 0 0.1em 0.6em;
	margin: 0em 0 0.8em 0;
	border-left:#A14E63 5px solid;
	border-bottom:#0C2749 dotted 1px;
	color: #0C2749;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	padding: 0.0em 0 0.0em 0.3em;
	margin: 0.8em 0 0.4em 0;
	border-bottom:#A04D63 1px solid;
	color:#A04D63;
}
h4 {
	font-size: 1.1em;
	padding: 0.2em 0 0.3em 0;
	margin: 0.4em 0 0.3em 0;
	font-weight:bold;
	color:#A04D63;
}
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 {
}
#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;
}


/*----Other----*/
.member_box{
	float:left;
	border:#CCC 1px solid;
	padding:3px;
	width:200px;
	margin:4px;
	display:block;
	height:150px;
}
.member_box_text{
	width:110px;
	padding:3px;
	float:left;
	font-size:0.9em;
}
.member_student_box{
	border:#CCC 1px solid;
	padding:3px;
	width:200px;
	margin:4px;
	width:636px;
}
.member_student_photo{
	text-align:center;
	float:left;
	font-weight:bold;
}

.research_box{
	border:#A04D63 1px solid;
	border-top:none;
	padding:10px;
	margin-top:0px;
}