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


/* グローバルナビエリア設定 */

#globalNavi {
	position:relative;
	display:block;
	margin:0px 15px 1px 15px;
	padding:0;	 			
	width:950px;			
	height:37px;
	background-image:url(../../images/fixed/menu_bg1.jpg); 
	background-position:center;
	background-repeat: no-repeat;
	position:relative;
	z-index:10;
}

/* グローバルナビ設定 */
#globalNavi ul#pulldown-menu {
	padding: 0;
	margin: 0;
}

/* 第一階層ボタン設定 */
#navibt-gaiyo, 
#navibt-annai, 
#navibt-project, 
#navibt-event, 
#navibt-joho, 
#navibt-home {
	position:relative;
	padding:0;
	margin:0;
	list-style: none;
	display:block;
	float:left;
	background-image:url(../../images/fixed/menu_bg1.jpg);
	text-indent:-5000px;
	height:37px;
}

 
#navibt-gaiyo a, 
#navibt-annai a, 
#navibt-project a, 
#navibt-event a, 
#navibt-joho a,
#navibt-home a {
	position:relative;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	height:37px;
	background-image:url(../../images/fixed/menu_bg1.jpg);
	background-repeat:no-repeat;
	cursor:default; 
}

#navibt-gaiyo a:hover, 
#navibt-annai a:hover, 
#navibt-project a:hover, 
#navibt-event a:hover, 
#navibt-joho a:hover,
#navibt-home a:hover {
	position:relative;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	height:37px;
	background-image:url(../../images/fixed/menu_bg1.jpg);
	background-repeat:no-repeat;
	cursor:default; 

}

/* それぞれの画像の幅とリンクされていない状態での画像の表示位置の設定。 */
#navibt-gaiyo   {width:96px; background-position:0 100%;}
#navibt-annai   {width:182px; background-position:-92px 100%;}
#navibt-project   {width:215px; background-position:-278px 100%;}
#navibt-event   {width:105px; background-position:-493px 100%;}
#navibt-joho   {width:110px; background-position:-595px 100%;}
#navibt-home   {width:96px; background-position:-701px 100%;}


/* それぞれの画像の表示位置設定。 */

#navibt-gaiyo a  {background-position:0 50%;}
#navibt-annai a  {background-position:-92px 50%;}
#navibt-project a  {background-position:-278px 50%;}
#navibt-event a  {background-position:-493px 50%;}
#navibt-joho a  {background-position:-595px 50%;}
#navibt-home a  {background-position:-701px 50%;}

#navibt-gaiyo a:hover {background-position:0 0%;}
#navibt-annai a:hover  {background-position:-92px 0%;}
#navibt-project a:hover  {background-position:-278px 0%;}
#navibt-event a:hover  {background-position:-493px 0%;}
#navibt-joho a:hover  {background-position:-595px 0%;}
#navibt-home a:hover  {background-position:-701px 0%;}


/* プルダウンボタン幅設定　～プルダウンメニューの文字列の量で、
　１行にするか２行にするかheightをクラス分けで設定しているので */
#pulldown1 { width: 160px; }
#pulldown2 { width: 180px; }
#pulldown3 { width: 260px; }
#pulldown4 { width: 180px; }
#pulldown5 { width: 180px; }


/* 第二階層ボタン設定 */

#globalNavi ul#pulldown-menu li ul {
	position:relative;
	z-index:10;}

#globalNavi ul#pulldown-menu li ul li {
	color:#0000cc;
	font-size: 13px;
	letter-spacing: 0px;
	line-height:1.4em;
	font-weight: 200;
	margin:0;
	background-image:none;
	text-indent:0px;/* これを設定しないと大項目の-5000pxが活きてしまう */
	border-right:1px solid #3399ff;
	border-left:1px solid #3399ff;
	border-bottom:1px solid #3399ff;
	background-color:#ccffff;
	float: none;/* これをいれないと、何故か大項目のリストに入れた左フロートが影響してしまう */
	
}

/* １行と２行でクラス分けをしたが、ここのheightを入れないと、大項目バーの37pxが効いてしまう */
#globalNavi ul#pulldown-menu li ul li.subbt1 a { height:18px; }
#globalNavi ul#pulldown-menu li ul li.subbt2 a { height:36px; } 

#globalNavi ul#pulldown-menu li ul li a {
	cursor:pointer;/* これをいれないと、大項目のリストに入れた標準のカーソルの指定が影響してしまう */
	color:#0000ff;
	text-decoration:none;
	margin:0;
 	padding:5px 15px; 
	
	background-color:#D9EFFF;
	background-image:none; 
	vertical-align:center;
	display:block;
	
 
}



#globalNavi ul#pulldown-menu li ul li a:hover{
	color:#0000ff;
	text-decoration:none;
	margin: 0;
	background-image:none;
	background-color:#99ccff;
	
}




/* 下層のメニューを不可視に */
#globalNavi ul#pulldown-menu li ul {
        display: none;
} 

/* 疑似要素 :hover で下層のメニューを可視に */
#globalNavi ul#pulldown-menu li:hover ul {
        display: block;
		margin:0;		
		padding:0 0 0 15px; 
		position: absolute;
		
		/* IE6 対策 */
		_margin: 0; 
		_padding:0 0 0 15px ;
		_position: absolute;
		_left:0px;
}

/* #first-child＋html は、IE7対策？ */
*:first-child+html #globalNavi ul#pulldown-menu li:hover ul {
       margin:0; 
		padding:0 0 0 15px ;
		position: absolute;
		left:0px;
}

ul#pulldown-menu { /* IE6 対策 */
        behavior: url("http://www.bio.titech.ac.jp/css/csshover3.htc");
}/* ファイルによって階層が違い、csshover3.htcまでのルートが変わってしまうので絶対パスにした */




/* ヘッダーメニュー設定 */
#headermenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#headermenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}


#headermenubt1 a{
	width : 70px;
	margin: 0px 0px 2px 0px;
	background-attachment: scroll;
	background-image: url(../../images/fixed/headermenubt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	display: block;
	text-align: left;
	float: left;
	font-size:1px;
	color: #e7eaf3;
	position: absolute;
	line-height: 0;
	top:0;
}

#headermenubt1 a:link {}
#headermenubt1 a:visited {}
#headermenubt1 a:hover {background-image:url(../../images/fixed/headermenubt1_f2.gif);}
#headermenubt1 a:active {background-image:url(../../images/fixed/headermenubt1_f2.gif);}


#headermenubt2 a{
	width : 83px;
	margin: 0px 0px 2px 85px;
	background-attachment: scroll;
	background-image: url(../../images/fixed/headermenubt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	display: block;
	text-align: left;
	float: left;
	font-size:1px;
	color: #e7eaf3;
	position: absolute;
	line-height: 0;
	top:0;
}

#headermenubt2 a:link {}
#headermenubt2 a:visited {}
#headermenubt2 a:hover {background-image:url(../../images/fixed/headermenubt2_f2.gif);}
#headermenubt2 a:active {background-image:url(../../images/fixed/headermenubt2_f2.gif);}


#headermenubt3 a{
	width : 75px;
	margin: 0px 80px 2px 183px;
	background-attachment: scroll;
	background-image: url(../../images/fixed/headermenubt3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	display: block;
	text-align: left;
	float: left;
	font-size:1px;
	color: #e7eaf3;
	position: absolute;
	line-height: 0;
	top:0;
}

#headermenubt3 a:link {}
#headermenubt3 a:visited {}
#headermenubt3 a:hover {background-image:url(../../images/fixed/headermenubt3_f2.gif);}
#headermenubt3 a:active {background-image:url(../../images/fixed/headermenubt3_f2.gif);}


#headermenu2bt1 a{
	width : 114px;
	margin: 2px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../../images/fixed/headermenu2bt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	display: block;
	text-align: left;
	float: left;
	font-size:1px;
	color: #e7eaf3;
	position: absolute;
	line-height: 0;
	top:45px;
}

#headermenu2bt1 a:link {}
#headermenu2bt1 a:visited {}
#headermenu2bt1 a:hover {background-image:url(../../images/fixed/headermenu2bt1_f2.gif);}
#headermenu2bt1 a:active {background-image:url(../../images/fixed/headermenu2bt1_f2.gif);}


#headermenu2bt2 a{
	width : 131px;
	margin: 2px 0px 0px 130px;
	background-attachment: scroll;
	background-image: url(../../images/fixed/headermenu2bt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	display: block;
	text-align: left;
	float: left;
	font-size:1px;
	color: #e7eaf3;
	position: absolute;
	line-height: 0;
	top:45px;
}

#headermenu2bt2 a:link {}
#headermenu2bt2 a:visited {}
#headermenu2bt2 a:hover {background-image:url(../../images/fixed/headermenu2bt2_f2.gif);}
#headermenu2bt2 a:active {background-image:url(../../images/fixed/headermenu2bt2_f2.gif);}





/* メニューリストエリア */
#menulist{
	width: 720px;
	margin: 0px 0px 0px 20px;
	display: block;
	padding: 0;
}


.listblock{
	margin: 0x;
	padding: 0px 50px 0px 0px;
	float:left;
}

.listblock-right {
	margin:0 ;
	padding:0;
	float:left;
	
}


#menulist ul{
	margin:0px;
	list-style-type: none;
	padding:0px 0px 0px 0px;
}

#menulist li{
	margin: 6px 0px 0px 0px;
	line-height:0.9em;
}

#menulist li a, #menulist li a:visited {
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#menulist li a:hover{
	color: #ff6600;
	text-decoration:none;
}

#menulist h3 {
	font-size: 14px;
	line-height:100%;
	color: #333333;
	margin:25px 0 5px;
	text-decoration: none;
	font-weight:bold;
}


#menulist h3 a, #menulist h3 a:hover {
	text-decoration:none;
}



/* テキストサブメニュー */
#textsubmenu_area ul{
	width: 182px;
	display: block;
	margin: 0px 0px 0px 10px;
	padding:5px 0px 0px 0px;
	list-style-type: none;
	font-size: 12px; 

}

#textsubmenu_area li{
	padding: 3px 0px 3px 0px;
}

#textsubmenu_area li a{
	color: #0000FF;
	text-decoration: none;
}

#textsubmenu_area li a:hover{
	color: #ff6600;
	text-decoration: underline;
}

#textsubmenu_area h3 a{
	font-size: 13px;
	line-height:16px;
	color: #0000FF;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 12px;
	background-image: url(../../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: scroll;
	height: auto;
	display: block;
	width: 183px;
}

#textsubmenu_area h3 a:hover{
	color: #ff6600;
	text-decoration: underline;
}

#textsubmenu_area .dotted_line{
	width:195px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: scroll;
}

/* お知らせ本文の設定 */
#osirase {
	margin: 0 10px;
	padding:0;
}

