/*	Copyright(C) 2009 Kogakuin Univ. Human Science and Informatics for Assistive Technology Laboratory. All Rights Reserved.	*/
/*	main.css ver0.7 2009-06-30	*/


@import "top.css";					/*----トップページ用----*/
@import "professor.css";			/*----教授紹介用----*/


BODY
{
	margin-top: 0px;
	font-size: 13px;
	color: #222222;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img 
{
	border: none;
}


dl
{
	margin-left: 2em;
}

/*----メイン格納ボックス----*/
#main_box
{
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
}

/*----横影----*/
#side_shadow
{
	width: 800px;
	margin: 0px auto 0px auto;
	/*background-image: url(../img/shadow.png);
	background-repeat: repeat-y;*/
	border-left:1px solid #000;
	border-right:1px solid #000;
	box-shadow: 10px 10px 10px #888;
	-webkit-box-shadow: 10px 10px 10px #888;
	-moz-box-shadow: 10px 10px 10px #888;
}

/*----研究室ロゴ----*/
#top_logo
{
	float: left;
}

/*---- ***************************************グローバルメニュ*****************************************ー----*/
#global_menu_box
{
	position: relative;
	margin: 0px 0px 50px 0px;
}
#global_menu_box_top #global_menu_box
{
	margin: 0;
}
#global_menu_box_top_index #global_menu_box
{
	margin: 0 !important;
}
#global_menu
{
	position: absolute;
}
#global_menu dl
{
	width: 160px;
	float: left;
	
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat;
	margin: 0px;
}
#global_menu dt
{
	
	/*background-color: #130d0d;*/
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 2.2em;
	font-size: 1.1em;
	padding: 5px;
	margin: 0px;
}
#global_menu dd
{
	font-weight: bold;
	text-align: center;
	color: #fff;
	/*background-color: #130d0d;*/
	line-height: 2em;
	display: none;
	border-top: 1px solid #333;
	margin: 0px;
	padding: 0;
}
/*メインメニューオンマウス時動作*/
#global_menu dl:hover dd
{
	display: block;
}
#global_menu dl:hover dt,
#global_menu dl:hover dt a
{
	color: #ff2222;
}
/*サブメニュー a属性*/
#global_menu dl dd a
{
	display: block;
	width: 155px;
	padding: 4px 0px 4px 5px;
	color: #dddddd;
}
#global_menu dl dd a:hover
{
	background-color: #dddddd;
	color: #ff2222;
}
/*メインメニュー a属性*/
#global_menu dl dt a
{
	display: block;
	color: #dddddd;
}
#global_menu dl dt a:hover
{
	color: #ff2222;
	text-decoration: none;
}
/*----グローバルメニューEnd----*/


/*----******************************************サイト内検索******************************************----*/
#search
{
	position: absolute;
	top: 20px;
	left: 618px;
}
#search #search_form
{
	width: 150px;
	height: 10px;
	color: #333333;
	background-color: #dddddd;
	border: none;
	padding: 4px 1px 4px 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	line-height: 12px;
}
#search #search_button
{
	width: 18px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 154px;
}
/*----サイト内検索End----*/

/*----*****************************************コンテンツ格納ボックス***********************************----*/
#content_box
{
	float: left;
	width: 800px;
	margin: 0px 0px 0px 0px;
}

#content_box p
{
	text-indent:1em;
}

/*----***************************左サイド*********************----*/
#left_side
{
	float: left;
	width: 530px;
	line-height:1.3em;
}
/*左サイド用コンテンツボックス*/
#left_side .cont_box
{
	width: 500px;
	margin: 0px 0px 40px 30px;
}
/*----左サイドEnd----*/


/*----*******************************右サイド**********************----*/
#right_side
{
	width: 250px;
	float: right;
}
/*右サイド用コンテンツボックス*/
#right_side .cont_box
{
	width: 220px;
	margin: 5px 15px 0px 15px;
}
#right_side ul li
{
	line-height:1.5em;
	min-height:2em;
}
#right_side ul li a:hover
{
	background-color:#FFFACD;
}
#right_side ul li a
{
	margin-bottom:5px;
	min-height:2em;
}


/*----右サイドEnd----*/

/*----****************************フッタ*****************************----*/
#footer
{
	background-color: #130d0d;
	height: 2em;
	width: 800px;
	padding-top: 0.5em;
	font-size: 1em;
	color: #bbbbbb;
	text-align: center;
}

/*----コンテンツタイトル----*/
.cont_title
{
	width: 500px;
	border-style: solid;
	border-color: #090A21;
	border-width: 0px 0px 1px 8px;
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 6px;
	font-size: 15px;
}


/*----ページ上部現在位置案内----*/
#guide
{
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}



/*左コンテンツボックス内のリスト設定*/
.cont_box dl dt
{
   width: 160px;
   float: left;
}

.cont_box dl dd
{
	margin: 0px 0px 8px 180px;
	line-height:1.4em;
}

/*所属研究生関連*/
.member_intro .name
{
	font-size: 13px;
	font-weight: bold;
}
.member_intro dl dt
{
	width: 7em;
	float: left;
	margin-bottom:1.5em;
}
.member_intro dl dd
{
	margin: 0px 0px 1.5em 8em;
}

#member_list .grade
{
	float: none;
	font-size: 12px;
}
#member_list a
{
	width: 130px;
	float: left;
	margin: 0px 0px 5px 30px;
	line-height:2em;
}
#member_list a:hover
{
	background-color:#E0FFFF;
}
#member_list br
{
	clear:both;
}
#member_list2 ul
{
	list-style-type: none;
}

#member_list2 h1
{
	font-size: 1.2em;
	border-left:5px solid #000;
	padding-left: 5px;
	clear:left;
	margin : 0;
}
#member_list2 li
{
	float: left;
	margin: 0px 0px 5px 30px;
	line-height:2em;
}






/* -------------------- トップページの更新履歴 ----------------------------- */
div#noscript
{
	text-align:center;
	border: 2px dotted gray;
	background-color:#ddd;
	line-height:1.5em;
	color:#555;
	font-weight:bold;
	margin:1em 2em;
}
#noscript p
{
	margin: 2em;
}
