﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
	border: 1;
  border-collapse: collapse;
  border-spacing: 1;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #06a;
}
a:hover {
  color: #09f;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

select, button, input, textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
}

header {
  color: #181818;
}

*{
	margin: 0;
	padding: 0;
}

html{
	height:100%;
	overflow-y: scroll;
}

/*--------------body-----------------*/
body {
	font-family: sans-serif;
	font-size: 14px;
	background-color: #E5E5E5;
	height: 100%;
}

/*--------------main------------------*/

#main{
	width: 900px;
	position: relative;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	text-align: center;
}

#box{
	padding-bottom: 60px;
	overflow: auto;
}

/*--------------header----------------*/
#header{
	height: 60px;
	padding-bottom: 5px;
	background-color: #FFF;
}

.header-img{
	position: absolute;
	top: 10px;
	right: 20px;
}


/*--------------naviarea--------------*/
#naviarea{
	margin-left: 15px;
	width: 180px;
	height: 452px;
	background-color: #FFF;
	float: left;
}

.navilogo{
	position: relative;
	background-color: #99ccff;
	text-align: center;
}

/*.navilogo:before{
	content:" ";
    position:absolute;
    top:-4px;
    left:0px;
    width:176px;
    height:0;
    border-width:2px;
    border-style:solid;
    border-color:transparent;
    border-bottom-color:#7AA3CC;

}
*/
.naviarea .main-img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.navi {
	text-align: center;
}

.navibox li{
	height: 40px;
	width: 180px;
	position:relative;
	line-height: 40px;
}

.navibox li a{
	position:absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;
}


/*--------------content--------------*/
#content{
	margin-top: 0px;
	margin-right: 15px;
	width: 660px;
	height: 100%;
	float: right;
	background-color: #FFF;
	text-align: center;
}

.menubar{
	text-align:left;
	margin-top: 5px;
}

.topimg{
	border:solid 1px #ccc;
    padding:4px;
}

.news{
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border: solid 1px #ccc;
}

.menutitle{
	border-bottom: solid 1px #000;
	text-align: left;
	margin-right: 10px;
}

.newsbox{
	margin-right: 10px;
	height: 180px;
	overflow-y: scroll;
	
}

.newsul{
	line-height: 30px;
	list-style: circle;
	list-style-position: outside;
	padding-left: 25px;
	width: 570px;
}

/*--------------researches--------------*/

.researchbox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	border: solid 1px #ccc;
}

.researchbox1{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

.researchbox1 p{
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 130%;
}

.researchbox1 table{
	margin-top: 10px;
}

.researchbox1 td{
	vertical-align: middle;
	padding-right: 10px;
}

.research-ul{
	margin-left: 20px;
	margin-top: 15px;
	font-size: 16px;
	text-align: left;
	list-style-type: circle;
	line-height: 180%;
}

/*--------------achievements--------------*/

.achievementbox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	border: solid 1px #ccc;
}

.achievementbox1{
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.achievement1{
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}

.achievement2 li{
	margin-top: 15px;
	margin-left: 10px;
}

.achievement3{
	font-size: 18px;
	border-bottom: solid 1px #000;
	line-height: 110%;
}

.achievement4{
	list-style-type: decimal;
	margin-left: 25px;
	font-size: 15px;
	line-height: 120%;
}



/*--------------members--------------*/

.memberbox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	border: solid 1px #ccc;
}

.memberbox1{
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.member1{
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}

.member2{
	font-size: 18px;
	border-bottom: solid 1px #000;
	line-height: 110%;
}

.member3{
	font-size: 18px;
	margin-left: 5px;
}

.member4{
	font-size: 18px;
	float: right;
	margin-right: 20px;
}

/*--------------galleries--------------*/

.gallerybox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	border: solid 1px #ccc;
}

/*--------------links--------------*/

.linkbox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	border: solid 1px #ccc;
}

.linkbox1{
	margin-top: 25px;
	margin-left: 40px;
	text-align: left;
}

.link-ul{
	list-style-type: circle;
	font-size: 20px;
	line-height: 120%;
}

.link-ul p{
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
}


/*--------------Access--------------*/

.accessbox{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: solid 1px #ccc;
}

.accbox2{
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	margin-bottom: 15px;
}

.accimg{
	border:dotted 2px #ccc;
    padding:9px;
}

.accbox3{
	margin-top: 10px;
	margin-left: 60px;
	text-align: left;
}

.accbox3 span{
	line-height: 22px;
}

.mapbox{
	border: solid 2px #ccc;
	margin: 0 auto;
	width:550px;
	height:400px;
}

/*--------------footer--------------*/

#footer{
	border-top: solid 1px #ccc;
	height: 45px;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
}

.footeradd{
	margin-top: 5px;
}

.footerimg{
	position: absolute;
	right: 5px;
	top: 2px;
}


/*----------------------------------*/