@charset "utf-8";
/* CSS Document */

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size:85%;
  color:#333333;
  font-family:Meiryo,"Lucida Grande", sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
    background-color:#ffffff;
}
#frame {
  margin: 0 auto;
  width: 970px;
  padding: 0;
  position: relative;
  height:100%;
    background-color:#ffffff;
}

.clear{
	clear:both;
	height:0;
	}
hr{
	display: none;
	}
p {

   }
a {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	color:#0066FF;
	text-decoration:underline;
}
img {
   border:none;
   }


/* ヘッダ?ナビゲーション?サブメニュー
---------------------------------------------------- */
#header {
  margin: 0 auto;
  width: 970px;
  height:86px;
	clear:both;
}
#header #logo {
  float:right;
  height: 86px;
  }
#header #header_l {
  float:left;
  margin-right:0px;
  height: 86px;
  }
#header {
clear:both;
   width:970px;
	height:86px;
	}
#header-link p{
	padding-left: 0px;
	margin-left:0px;
	text-align:left;
	margin-top:8px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:12px;
}
#header-link p a {
	color:#666666;
}


/* コンテンツエリア
---------------------------------------------------- */

#content {
  clear:both;
  margin:0 auto;
  width: 970px;
  padding:0px;
  text-align: left;
}

#main-content {
  float:right;
  width: 752px;
  background-color:#FFFFFF;
  padding:0px 0px 20px 0px;
}
*html body #main-content { /* IE6用 */
  float:right;
  width: 752px;
  background-color:#FFFFFF;
}
* +html body #main-content { /* IE7用 */
  float:right;
  width: 752px;
  background-color:#FFFFFF;
}
#main-content p {
	line-height:1.6em;
	font-size:1.0em;
	margin:0px;
	padding:10px 10px;
	clear:both;
    }
#main-content h1 {
    width:752px;
	clear:both;
	margin:0 0 0px 0;
	padding-bottom:0px;
	top:0;
    }
h2.lv2 {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	clear:both;
    }
h2.lv3 {
	width:749px;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
	clear:both;
	border:1px solid #77b417;
	margin:20px 0 0 1px;
	padding:7px 0;
	text-indent:7px;
    }
h3.bline {
	margin:20px 3px 10px 2px;
    padding:3px;
	font-weight:bold;
	font-size:1.2em;
	padding-left:5px;
	line-height:1.0em;
	color:#333;
	border-left:6px solid #999;
	border-bottom:1px solid #999;
	clear:both;
    }
h4.member {
	margin:20px 0px 0px 2px;
    padding:3px;
	font-weight:bold;
	font-size:1.1em;
	padding-left:5px;
	line-height:1.0em;
	color:#333;
	border-left:6px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
    }
h4 {
	margin:20px 0px 0px 2px;
    padding:3px;
	font-weight:bold;
	font-size:1.1em;
	padding-left:5px;
	line-height:1.0em;
	color:#333;
	clear:both;
    }
h5 {
	margin:20px 0px 0px 2px;
    padding:3px;
	font-weight:bold;
	font-size:1.1em;
	padding-left:5px;
	line-height:1.0em;
	color:#666;
	clear:both;
    }
.photo_box {
	text-align:center;
	font-size:0.9em;
	margin-bottom:20px;
	}
.photo_box img, .photo_box_l img, .photo_box_r img{
	padding-bottom:5px;
	margin-bottom:5px;
	}
.photo_box_l {
	float:left;
	text-align:center;
	font-size:0.9em;
	margin-bottom:20px;
	width:360px;
	padding-left:5px;
	}
.photo_box_r {
	float:right;
	text-align:center;
	font-size:0.9em;
	margin-bottom:20px;
	width:360px;
	padding-right:5px;
	}
.list1 ul {
	margin: 5px 5px 20px 20px;
	padding:5px 0 0 0;
	clear:both;
	}
.list1 ul li{
	line-height: 1.5em;
	list-style-type:none;
	background: url(/images/arrow_01.gif) 0px 6px no-repeat;
	margin: 0px 5px 2px 0px;
	padding-left:12px;
	}
.list2 ul{
	margin: 15px 5px 0px 15px;
	padding-left:0px;
	}
.list2 ul li{
	line-height: 1.5em;
	list-style-type:none;
	background: url(/images/bullet_sg.gif) 0px 7px no-repeat;
	margin: 0px 5px 8px 0px;
	padding-left:10px;
	}
		

/* ナビゲーション------------------- */

#left_nav {
  float:left;
  width: 201px;
  background-color:#FFFFFF;
  padding:0px 0px 20px 0px;
}
*html body #left_nav { /* IE6用 */
  float:left;
  width: 201px;
  background-color:#FFFFFF;
}
* +html body #left_nav { /* IE7用 */
  float:left;
  width: 201px;
  background-color:#FFFFFF;
}
#left_nav img {
  vertical-align: bottom;
  margin-left: 0;
}
#left_nav ul {
  width: 201px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#left_nav li a{
  margin: 0;
  padding: 0;
  clear:both;
}
#left_nav ul li ul li a {
  color:#333;
  text-decoration:none;
}
#left_nav ul li ul li a:hover {
  color:#333;
  text-decoration:underline;
}
#left_nav ul li ul{
    margin-bottom:0px;
	padding:5px 0 10px 0;
	width:201px;
	background: url(/images/nav_bg.gif) repeat-y;
	clear:both;
	}
#left_nav ul li ul li{
	line-height: 1.3em;
	list-style-type:none;
	padding:3px 0 3px 16px;
	margin-left:15px;
	background: url(/images/bullet_cs.gif) 0 6px no-repeat;
	font-size:0.9em;
	} 
	

/* Lv2 ------------------- */

.lv2_link {
    width:752px;
	margin: 0;
	clear:both;
	float: left;
	padding:0;
	}
*html body .lv2_link { /* IE6用 */
    width:752px;
	/*margin-top: 15px;*/
	float: left;
	padding-top:15px;
	clear:both;
	}
* +html body .lv2_link { /*IE7用*/
    width:752px;
	/*margin-top: 15px;*/
	float: left;
	padding-top:15px;
	clear:both;
	}
.lv2_link .leftbox {
    float:left;
    width:368px;
	height:111px;
	margin:10px 10px 10px 2px;
	}
*html body .lv2_link .leftbox { /*IE6用*/
    float:left;
    width:368px;
	height:111px;
	margin:0px 0px 0px 1px;
	/*padding-top:15px;*/
	}
* +html body .lv2_link .leftbox { /*IE7用*/
    float:left;
    width:368px;
	height:111px;
	margin:0px 0px 0px 1px;
	padding-top:20px;
	}
.lv2_link .rightbox {
    float:right;
    width:368px;
	height:111px;
	margin:10px 0px 10px 0px;
	}
*html body .lv2_link .rightbox { /*IE6用*/
    float:right;
    width:368px;
	margin:0px 0px 0px 10px;
	/*padding-top:15px;*/
	}
* +html body .lv2_link .rightbox { /*IE7用*/
    float:right;
    width:368px;
	margin:0px 0px 0px 10px;
	padding-top:20px;
	}
.lv2_link h2 a {
	display: block;
	/*width: 368px;*/
	height:111px;
	text-align: left;
	text-decoration: none;
	height:111px;
	padding:30px 10px 10px 10px;
	font-size:0.9em;
	color:#333333;
}
.lv2_link .research_lv2_01 a {
	background:url(/images/research_lv2_01.gif) no-repeat;
}
.lv2_link .research_lv2_02 a {
	background:url(/images/research_lv2_02.gif) no-repeat;
}
.lv2_link .research_lv2_03 a {
	background:url(/images/research_lv2_03.gif) no-repeat;
}
.lv2_link .research_lv2_04 a {
	background:url(/images/research_lv2_04.gif) no-repeat;
}
.lv2_link .research_lv2_05 a {
	background:url(/images/research_lv2_05.gif) no-repeat;
}
.lv2_link .research_lv2_06 a {
	background:url(/images/research_lv2_06.gif) no-repeat;
}
.lv2_link .research_lv2_07 a {
	background:url(/images/research_lv2_07.gif) no-repeat;
}
.lv2_link .social_lv2_01 a {
	background:url(/images/social_lv2_01.gif) no-repeat;
}
.lv2_link .social_lv2_02 a {
	background:url(/images/social_lv2_02.gif) no-repeat;
}
.lv2_link .social_lv2_03 a {
	background:url(/images/social_lv2_03.gif) no-repeat;
}
.lv2_link .edu_lv2_01 a {
	background:url(/images/edu_lv2_01.gif) no-repeat;
}
.lv2_link .edu_lv2_02 a {
	background:url(/images/edu_lv2_02.gif) no-repeat;
}
.lv2_link .edu_lv2_03 a {
	background:url(/images/edu_lv2_03.gif) no-repeat;
}
.lv2_link .robotics_lv2_01 a {
	background:url(/images/robotics_lv2_01.gif) no-repeat;
}
.lv2_link .robotics_lv2_02 a {
	background:url(/images/robotics_lv2_02.gif) no-repeat;
}
.lv2_link .robotics_lv2_03 a {
	background:url(/images/robotics_lv2_03.gif) no-repeat;
}
.lv2_link a.active {
	background-position:-368px 0;
}
.lv2_link a:hover, .lv2_link a.active {
	background-position:-368px 0;
	text-decoration:underline;
	color:#333333;
}
		

/* メンバー ------------------ */

table.member {
    float:left;
	width:748px;
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	margin-bottom:20px;
    font-size:1.0em;
	margin-left:2px;
	margin-top:20px;
	}
table.member th {
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
	background-color:#ECFFC4;
	font-weight:bold;
	text-align:left;
	font-size:1em;
	} 
table.member td {
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
	background-color:#ffffff;
	vertical-align:top;
	line-height:1.4em;
	}
table.history {
    float:left;
	width:520px;
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	margin-bottom:20px;
    font-size:1.0em;
	margin-left:2px;
	margin-top:10px;
	}
table.history th {
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
	background-color:#ECFFC4;
	font-weight:bold;
	text-align:left;
	font-size:1em;
	} 
table.history td {
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
	background-color:#ffffff;
	vertical-align:top;
	line-height:1.4em;
	}
.history ul {
	margin: 0px 5px 5px 20px;
	padding:0px;
	clear:both;
	}
.history ul li{
	line-height: 1.5em;
	list-style-type:none;
	background: url(/images/bullet_sg.gif) 0px 6px no-repeat;
	margin: 0px 5px 2px 0px;
	padding-left:12px;
	}
.text_l1 {
	font-size:1.2em;
	}
h3.mhead {
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	clear:both;
	border-left:7px solid #669900;
	padding-left:5px;
	line-height:1.4em;
	margin-left:2px;
	}
.mphoto {
	float:right;
	padding-top:10px;
	}
.member p{
	line-height:1.4em;
	margin-top:0px;
	padding-top:0;
	margin-left:5px;
	padding-left:5px;
	}		
.box_1 {
	width:400px;
	background:#eeeeee;
	border:1px solid #FF9900;
	padding:10px;
	margin-top:20px;
	}
.subsidize {
	padding-top:10px;
	margin-top:10px;
	clear:both;
	}
.achieve ol {
	margin-left:35px;
	padding-left:0px;
	padding-right:3px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
.achieve ol li{
	line-height:1.5em;
	margin-bottom:7px;
	}	
table.contact {
	margin:20px 5px;
	font-size:1.0em;
	width:740px;
	clear:both;
	padding-top:20px;
	}
.contact th {
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	}
.contact td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	}
	
	
/* フッター
---------------------------------------------------- */

#footer {
  clear: both;
  margin: 0 auto;
  width: 970px;
  height: 60px;
}
#footer p.link {
  margin: 0px auto;
  padding:10px;
  font-size: 11px;
  clear:both;
  border-top:1px solid #cccccc;
}
#footer p.copy {
  margin: 0px auto;
  padding:0px 10px 10px 10px;
  font-size: 11px;
}

#footer p.totop {
  margin-right: 5px;
  padding-bottom:3px;
  font-size: 12px;
  text-align:right;
}
