@charset "UTF-8";


/*基本セット*/

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


body {
	background-color: #FFFFFF;
	line-height: 1.5;
	background-image: url(../img/bg_side.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#wrap {
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	z-index: 2;
}



#head {
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 750px;
	text-indent: -9999px;
}

.cl {
	clear: both;
	height: 0px;
}

.hairline {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/*メニュー部*/

#menu {
	height: 30px;
	position: absolute;
	top: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: -9999px;
	width: 740px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


#menu .research {
	float: left;
	display: block;
}

#menu .research a {
	background-image: url(../img/btn_research.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 91px;
	display: block;
}

#menu .research a:hover {
	height: 33px;
	width: 91px;
	display: block;
	background-image: url(../img/btn_research2.gif);
	background-repeat: no-repeat;
}


#menu .members {
	float: left;
	height: 33px;
	width: 86px;
	display: block;
}

#menu .members a {
	background-image: url(../img/btn_members.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 86px;
	display: block;
}

#menu .members a:hover {
	height: 33px;
	width: 86px;
	display: block;
	background-image: url(../img/btn_members2.gif);
	background-repeat: no-repeat;
}


#menu .publications {
	float: left;
	height: 33px;
	width: 96px;
	display: block;
}

#menu .publications a {
	background-image: url(../img/btn_publications.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 96px;
	display: block;
}

#menu .publications a:hover {
	height: 33px;
	width: 96px;
	display: block;
	background-image: url(../img/btn_publications2.gif);
	background-repeat: no-repeat;
}


#menu .photos {
	float: left;
	height: 33px;
	width: 86px;
	display: block;
}

#menu .photos a {
	background-image: url(../img/btn_photos.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 86px;
	display: block;
}

#menu .photos a:hover {
	height: 33px;
	width: 86px;
	display: block;
	background-image: url(../img/btn_photos2.gif);
	background-repeat: no-repeat;
}


#menu .laboinfo {
	float: left;
	height: 33px;
	width: 96px;
	display: block;
}

#menu .laboinfo a {
	background-image: url(../img/btn_info.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 96px;
	display: block;
}

#menu .laboinfo a:hover {
	height: 33px;
	width: 96px;
	display: block;
	background-image: url(../img/btn_info2.gif);
	background-repeat: no-repeat;
}


#menu .recruitment {
	float: left;
	height: 33px;
	width: 105px;
	display: block;
}

#menu .recruitment a {
	background-image: url(../img/btn_recruit.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 105px;
	display: block;
}

#menu .recruitment a:hover {
	height: 33px;
	width: 105px;
	display: block;
	background-image: url(../img/btn_recruit2.gif);
	background-repeat: no-repeat;
}


#menu .links {
	float: left;
	height: 33px;
	width: 85px;
	display: block;
}

#menu .links a {
	background-image: url(../img/btn_links.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 85px;
	display: block;
}

#menu .links a:hover {
	height: 33px;
	width: 85px;
	display: block;
	background-image: url(../img/btn_links2.gif);
	background-repeat: no-repeat;
}


#menu .address {
	float: left;
	height: 33px;
	width: 85px;
	display: block;
}

#menu .address a {
	background-image: url(../img/btn_address.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 85px;
	display: block;
}

#menu .address a:hover {
	height: 33px;
	width: 85px;
	display: block;
	background-image: url(../img/btn_address2.gif);
	background-repeat: no-repeat;
}


/*コンテンツ部*/

#content {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#whatsnew {
	background-image: url(../img/ttl_whatsnew.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 220px;
	padding-top: 35px;
	text-align: left;
	font-size: 90%;
	margin-bottom: 20px;
}

#whatsnew p {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9E9C9C;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	float: none;
	width: 180px;
	line-height: 1.2;
}


#left {
	float: left;
	height: auto;
	width: 500px;
	padding-top: 10px;
	text-align: justify;
}

#left #bread {
	font-size: 70%;
	color: #999999;
}

#left .boxarea {
	width: 730px;
	height: auto;
	clear: both;
}

#left .txtarea {
	float: left;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#left .txtarea table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
#left hr {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CCCCCC;
}


#left .picarea {
	float: right;
	width: 220px;
}

#left h1 {
	font-size: 140%;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	clear: both;
	font-weight: bold;
}
#left h2 {
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #0033CC;
	clear: both;
	font-weight: bold;
}
#left h3 {
	font-size: 120%;
	font-weight: bold;
	color: #0099FF;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
#left h6 {
	font-size: 80%;
	color: #666666;
}
#left strong {
	font-size: 110%;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
}

#left .jump {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2.5;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 110%;
	margin-top: auto;
}



#left p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#left .totop {
	font-size: 80%;
	text-align: right;
}

#left .public ol {
	padding-left: 10px;
}

#left .public li {
	margin-right: 10px;
	padding-bottom: 20px;
	margin-left: 2em;
}
#left .public p {
	margin-bottom: 3em;
}



#right {
	height: auto;
	width: 220px;
	float: right;
	margin-top: 74px;
}

#footer {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	width: 735px;
	margin-bottom: 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	clear: both;
}

.toppic {
	padding-left: 10px;
}

#lang {
	position: absolute;
	height: 28px;
	width: 79px;
	top: 0px;
	margin-left: 661px;
}

#toindex {
	position: absolute;
	top: 0px;
	clear: both;
	width: 300px;
	height: 90px;
}

.memberlist td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#bg_belt {
	background-image: url(../img/bg_belt.gif);
	background-repeat: repeat-x;
	background-position: left 140px;
	height: 410px;
	width: 100%;
	z-index: 1;
}

#wrap object {
	z-index: 1;
}

#public_a {
	padding-left: 30px;
	line-height: 2.0;
}

#public_a span {
	border: 1px solid #CCCCCC;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #CCCCCC;
}

#public_a a {
	border: 1px solid #0000CC;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


#public_a a:hover {
	text-decoration: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #FF9900;
}

#public_a a:visited {
	color: #660099;
	border-top-color: #660099;
	border-right-color: #660099;
	border-bottom-color: #660099;
	border-left-color: #660099;
}

