/*CSS適用順は以下のようにする****************************************************/
	/*display:;*/
	/*list-style:;*/
	/*position:;*/
	/*float:;*/
	/*clear:;*/
	/*width:;*/
	/*height:;*/
	/*margin:px;*/
	/*padding:px;*/
	/*border-width:;*/
	/*border-style:;*/
	/*border-color:;*/
	/*background:;*/
	/*color:;*/
	/*font:;*/
	/*text-decoration:none;*/
	/*text-align:;*/
	/*vertical-align:;*/
	/*white-space:;*/
	/*その他*/

/*ページの初期化***************************************************************/
*{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:transparent;
	color:#000000;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	}

/*ページ全体の設定*************************************************************/
body{
	width:auto;
	height:auto;
	background:transparent url(./img/back.gif) repeat scroll center center;
	color:#000000;
	font:normal normal normal 1.0em times;
	text-decoration:none;
	text-align:center;
	vertical-align:baseline;
	white-space:normal;
	}

/*ページレイアウトを中央ぞろえ**/
div#all{
	width:900px;
	height:auto;
	margin:0px auto;
	}

/*ヘッダーの設定***************************************************************/
div#header{
	width:900px;
	height:130;
	margin:5px 0px;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
	background:#FFFFFF url(./img/header_back.jpg) no-repeat scroll right top;
	color:#000000;
	font:normal normal normal 0.9em times;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;
	}

div#header p{
	margin:5px
	}

/*コンテナの設定***************************************************************/
div#container{
	position:relative;
	width:900px;
	height:auto;
	margin:0px;
	padding:0px 0px 2px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
	background:#FFFFFF url(./img/container_back.jpg) repeat-y scroll center left;
	color:#000000;
	font:normal normal normal 1.0em times;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;
	}

/*サイドバーの設定*************************************************************/
div#sidebar{
	position:absolute;
		top:1px;
		left:1px;
	width:145px;
	height:auto;
	margin:0px;
	padding:0px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#555555;
	background:#FFFFFF url(./img/sidemenu.gif) repeat scroll bottom center;
	color:#000000;
	font:normal normal normal 1.0em times;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;
	}

div#sidebar h1{
	background:#AAAAAA none no-repeat scroll center center;
	color:#000000;
	font:normal normal bold 1.2em times;
	text-align:center;
	}

div#sidebar a{
	display:block;
	margin:0px;
	padding:5px 5px 5px 35px;
	background:transparent url(./img/arrow01.gif) no-repeat scroll center left;
	color:#000000;
	font:normal normal bold 1.0em times;
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#555555;
	}                                

div#sidebar a:hover, div#sidebar a:active{
	margin:0px;
	padding:5px 5px 5px 35px;
	background:transparent url(./img/arrow02.gif) no-repeat scroll center left;
	color:#000000;
	text-decoration:none;
	}

/*コンテンツの設定*************************************************************/
div#content{
	position:relative;
		top:1px;
		left:149px;
	width:748px;
	height:auto;
	margin:0px;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
	background:#FFFFFF url(./img/naist-logo-light2_min_100.png) no-repeat scroll top right;
	color:#000000;
	font:normal normal normal 1.0em times;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;	
	}

div#content h1{
	margin:10px;
	padding:5px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#AAAAAA;
	background:transparent url(./img/h1_back.jpg) no-repeat scroll bottom left;
	color:#00c000;
	font:bold bold bold 1.2em times;
	}
	
div#content h2{
	margin:10px;
	padding:5px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#AAAAAA;
	background:transparent url(./img/h2_back.jpg) no-repeat scroll bottom left;
	color:#000000;
	font:bold bold bold 0.9em times;
	}

div#content h3{
	margin:10px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	color:#000000;
	font:normal normal normal 0.9em times;
	}

div#content h4{
	margin:5px 20px;
	padding:5px;
	color:#000000;
	font:normal normal normal 0.9em times;
	}

div#content p{
	margin:10px;
	}

div#content ul{
	margin:5px 30px;
	}

div#content ol{
	margin:5px 30px;
	}

div#content li{
	margin:5px 10px;
	}

div#content img{
	margin: 5px 5px;
	}


/*フッターの設定***************************************************************/
div#footer{
	width:900px;
	height:auto;
	margin:5px 0px;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
	background:#FFFFFF url(./img/footer_back.jpg) repeat-y scroll right top;
	color:#000000;
	font:normal normal normal 0.9em times;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;
	}

div#footer p{
	margin:5px
	}

/****************************************************************/
div.separate_left{
	float:left;
	}

div.separate_right{
	float:left;
	}

.clear {
	clear:both;
	}

.center{
	text-align:center;
	}

.right{
	text-align:right;
	}

/**/
div.table_research table {
	width:710px;
	margin:10px 20px;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	border-collapse:collapse;
	}

div.table_research td {
	margin:0px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-align:center;
	}


/**/
div.table_member table {
	width:760px;
	margin:0px 20px;
	padding:10px;
	border-collapse:collapse;
	}
div.table_member th {
	width:140px;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	}
div.table_member td {
	width:300px;
	margin:0px;
	padding:0px 0px;
	text-align:left;
	}

.red{
	color:#FF0000;
	}

.green{
	color:#00FF00;
	}

.blue{
	color:#0000FF;
	}

.inline{
	display:inline;
	}

a.pdf {
	padding:0px 20px 0px 0px;
	background:transparent url(./img/pdficon_small.gif) no-repeat scroll center right;
	}

/*リンク右ぞろえ*/
div.link_right ul{
	text-align:right;
	list-style:none none outside;
	}

/*トップへのリンク*/
a.internal_link {
	color:#0000FF;
	text-decoration:none;
	}

a.internal_link:hover, a.internal_link:active{
	color:#00AA00;
	text-decoration:underline;
	}

/*上位リンク*/
a.high_link {
	padding:0px 20px 0px 0px;
	background:transparent url(./img/link01.gif) no-repeat scroll center right;
	color:#0000FF;
	text-decoration:none;
	}

a.high_link:hover, a.high_link:active{
	color:#00AA00;
	text-decoration:underline;
	}
	
/*外部リンク*/
a.external_link {
	padding:0px 20px 0px 0px;
	background:transparent url(./img/link02.gif) no-repeat scroll center right;
	color:#0000FF;
	text-decoration:none;
	}

a.external_link:hover, a.external_link:active{
	color:#00AA00;
	text-decoration:underline;
	}


