@charset "utf-8";
/*-----京pages.css-----*/


	/*リストのデフォルトスタイル*/
/*
	#column_main ul li{
		margin-right:16px;
		background:url(../shared/arr_03.gif) no-repeat left 0.4em;
		padding:0 0 0 15px;
	}
*/

/*#######topicpath#######*/
#topicpath{
	clear:both;
	width:920px;
	height:35px;
	line-height:35px;
	margin:0 auto;
}

	#topicpath ul li{
		padding:0 5px 0 20px;
		display:inline;
		background:url(../shared/tp_arr.gif) no-repeat 5px center;
		color:#333333;
	}
	
	#topicpath ul li.home{
		background:url(../shared/tp_home.png) no-repeat left center;
		padding:0 5px 0 20px;
	}
	
	#topicpath ul li.here{
		font-weight:bold;
	}
	
	#topicpath ul li a{
		text-decoration:none;
		color:#000;}
	
	#topicpath ul li a:hover{
		text-decoration:underline;
	}
	
/*左カラム*/
#column_main{
		width:660px;
		margin-left: 20px;
		padding-top:40px;
		float:left;
		overflow:hidden;
	}

	#p_main_contents{}

		#p_main_contents p{
			width:620px;
			margin:0 auto 1em auto;
			line-height:26px;
			font-size:1.1em;
		}

/*ブログ系 記事部分*/
	#p_main_contents #wn_entry_box .entry_body{
		height:300px;
		height:auto !important; 
		min-height:300px;
		margin:0 16px;

		}
			
	/*前のページへ戻る*/
	.back_page{
		width:150px;
		margin:30px 0 0 20px;
		background:url(../shared/arr_back.png) no-repeat left 0.4em;
		padding:0 0 0 15px;
		
		}
		.back_page a{
			text-decoration:none;
			color:#333;
			}
			
/*右カラム*/
#column_r{
	width:230px;
	margin:10px 0 0 10px;
	float:left;
	
	}


/*右カラム　サブメニュー*/

	#s_nav_wrapper{
		width:220px;
		}
		#s_nav_header{
			width:220px;
			height:40px;
			}
		#s_nav_inner{
			width:220px;
			background:url(../shared/s_nav_inner.gif) repeat-y left top;
			padding: 7px;
			}
				#s_nav_inner ul{
					width:206px;
					
					}

				#s_nav_inner ul li{
				background:url(../shared/arr_05.gif) no-repeat 13px 0.8em;
				line-height:16px;
				margin:5px 0;
				}
				#s_nav_inner ul li.here span{
				display: block;
				background:url(../shared/icon_s_nav01.gif) no-repeat 5px 4px #f5f5eb;
				padding:7px 0 8px 33px;
				font-weight:bold;
				}			

				#s_nav_inner ul li a{
				display: block;
				width:190px;
				padding:7px 0 8px 33px;
				color:#333333;
				
				}			
				#s_nav_inner ul li a:hover{
				font-weight:bold;
				width:173px;
				background:url(../shared/arr_05.gif) no-repeat 13px 0.8em #f5f5eb;
				
				}			
			
		#s_nav_footer{
			width:220px;
			height:7px;
			
			}
		
/*右カラム　バナー*/		
#r_links{
	width:220px;
	margin:20px auto;
	}		
	#r_links li{
		margin:0 0 7px 0;
	}
	
		#r_links li a{
			display:block;
		}
	
		
	#r_bn_list{
		width:210px;
		margin:30px auto 10px auto;
	}
	
		#r_bn_list li{
			margin-bottom:10px;
		}
	
		#r_bn_list li a{
			display:block;
		}
	
	
/*#######各見出し系#######*/
h2.heading {
	width: 920px;
	margin: 0 auto;
}

#p_main_contents h3{
	width: 620px;
	font-weight: bold;
	border-bottom:1px dotted red;
	padding: 0 10px 5px 10px;
	margin: 0 auto 30px auto;
	font-size: 16px;
	color: #333333;
}

/*
#p_main_contents h4{
	width: 618px;
	font-weight: bold;
	border:#c2d791 1px solid;
	background: url(../shared/ttl_icon01.gif) no-repeat 7px 0.4em #ecf3dd;
	padding: 10px 0 10px 40px;
	margin: 20px auto 20px auto;
	font-size: 16px;
	color: #333333;
}
*/

#p_main_contents h4{
	width: 600px;
	border:#bc2866 1px solid;
	background:#ffebf5;
	padding: 10px;
	margin: 20px auto;
	font-size: 17px;
	color: #222;
	overflow:hidden;
}




/**/
.arr_link{
	background: url(../shared/arr_04.gif) no-repeat left 0.4em;
	padding:0 0 0 15px;
	color:#e60050;
	margin:5px 0 5px 15px;
	font-size:16px;
	}
/*パネル型li*/
#column_main .pnl_li{
		width:645px;
		margin:15px auto;
		}
	#column_main .pnl_li ul{
		width:645px;
		display:inline;
		}
		#column_main .pnl_li ul li{
			width:277px;
			height:34px;
			background: url(../shared/pnl_bg01.gif) no-repeat left top;
			margin:4px;
			padding:14px 0 4px 35px;
			float:left;
			font-size:17px;
			color: #644646;
			
			}

/*#######アンケート#######*/

/*回答フォーム*/
#response_form{
	width:600px;
	overflow:hidden;
	margin:150px auto 0 auto;
	border-top:1px dotted #aaa;
	padding-top:10px;
}

	#response_form h2{
		background:none;
		width:520px;
		height:40px;
		margin:0 auto;
		text-align:center;
	}

	#response_form iframe{
		width:520px;
		height:470px;
		height:auto !important; 
		min-height:470px;
		margin:0 auto;
		display:block;
	}
	
	/*イベント情報一覧*/
	#ec_list{
		margin:10px;
		min-height:300px;
	}
	
	#ec_list li{
		padding:5px;
		overflow:hidden;
		border-bottom:1px dotted #ccc;
		clear:both;
		background:none;
		margin-bottom:5px;
	}
	
	#ec_list li .ec_date{
		margin-right:16px;
		display:block;
		width:70px;
		float:left;
		background:url(../shared/arr_03.gif) no-repeat left 0.4em;
		padding:0 0 0 15px;
	}
	
	#ec_list li .ec_title{
		font-size:1.05em;
		display:block;
		width:500px;
		float:left;
		padding-left:16px;
	}
	
	#ec_list li .ec_title a{
		color:#222;
		text-decoration:none;
		overflow: hidden;
	}
	
	#ec_list li .ec_title a:hover{
		text-decoration:underline;
	}
	
	#ec_list li .ec_title_d{
		font-size:1.05em;
		display:block;
		background:url(../shared/arr_03.gif) no-repeat left 0.4em;
		padding:0 0 0 15px;
	}
	
	#ec_list li .ec_title_d a{
		color:#222;
		text-decoration:none;
		overflow: hidden;
	}
	
	#ec_list li .ec_title_d a:hover{
		text-decoration:underline;
	}
	
	
	/*whats_new*/
	#wn_list{
		margin:10px;
		min-height:300px;
	}
	
	#wn_list li{
		padding:5px;
		overflow:hidden;
		border-bottom:1px dotted #ccc;
		clear:both;
		background:none;
		margin-bottom:5px;
	}
	
	#wn_list li .wn_date{
		margin-right:16px;
		display:block;
		width:70px;
		float:left;
		background:url(../shared/arr_02.gif) no-repeat left 0.4em;
		padding:0 0 0 15px;
	}
	
	#wn_list li .wn_title{
		font-size:1.05em;
		display:block;
		width:500px;
		float:left;
		padding-left:16px;
	}
	
	#wn_list li .wn_title a{
		color:#222;
		text-decoration:none;
		overflow: hidden;
	}
	
	#wn_list li .wn_title a:hover{
		text-decoration:underline;
	}
	
	.archive_box{}
	
	.archive_box h2{
		text-align:center;
		font-weight:bold;
		border-bottom:1px dotted #ccc;
		padding:5px 0;
	}
	
	.archive_box ul{
		margin:5px 0 30px 0;
	}
	
	.archive_box ul li{
		margin:0 0 5px 25px;
		padding-left:10px;
		background:url(../shared/tri_01.png) no-repeat left;
	}
	
	.archive_box ul li a{
		text-decoration:none;
		color:#000;
	}
	
	.archive_box ul li a:hover{
		text-decoration:underline;
	}
	
	.entry_date{
		text-align:right;
		padding:0 20px;
		margin-bottom:10px;
	}
	
	
	
/**/
#p_main_contents .li_st01 ul{
	margin:0 0 10px 30px;
}

#p_main_contents .li_st01 ul li{
	margin:8px;
	padding-left:18px;
	background:url(../shared/arr_06.png) no-repeat left center;
}

#p_main_contents .li_st01 ul li a{
	color: #222;
	text-decoration: none;
	overflow: hidden;
}

#p_main_contents .li_st01 ul li a:hover{
	text-decoration:underline;
}

/*アンケート調査*/
#enquete_list{
	width:580px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0 20px 0;
}

	#enquete_list dl{
		width:580px;
		overflow:hidden;
	}
	
		#enquete_list dl dt{
			background:url(../shared/arr_06.png) no-repeat 10px 17px #ffebf5;
			padding:10px 10px 8px 26px;
			overflow:hidden;
			font-size:18px;
			border:1px dotted #b92864;
			border-bottom:1px dotted #aaa;
		}

		#enquete_list dl dt span{
			margin-left:10px;
			font-size:0.9em;
		}
		
		#enquete_list dl dt a{
			color:#000;
			text-decoration:none;
			overflow:hidden;
			border-bottom:1px dotted #b92864;
		}
		
		#enquete_list dl dt a:hover{
			background:#ff91bf;
		}

		#enquete_list dl dd{
			margin-bottom:1.5em;
			padding:10px 20px;
			border:1px dotted #b92864;
			border-top:none;
			min-height:200px;
			font-size:15px;

		}
	
	#enquete_list div{}
	
/*お問い合わせ*/
#contact_box{
	width:450px;
	background:#fff;
	margin:0 auto;
	padding:16px;
	font-size:1.1em;
	line-height:1.8em;
	border:1px dotted #82b419
}

	.contact_name{
		border-bottom:1px dotted #aaa;
		line-height:1.5em;
		padding:0 0 5px 0;
		text-align:center;
	}

		.contact_info{
			padding:10px 10px 0 10px;
		}

	/*お問い合わせフォーム本体*/
	#contact_form{
		width:600px;
		overflow:hidden;
		margin:50px auto 0 auto;
	}


	
/*reset解除*/
strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

/*事業概要*/
#project_list{
	font-size:1.1em;
	width:528px;
	overflow;hidden;
	margin:20px auto 40px auto;
	padding:10px 0;
}

	#project_list li{
		background:url(../shared/arr_06.gif) no-repeat left center;
		padding-left:20px;
		margin-bottom:10px;
	}

	#project_list li a{
		text-decoration:none;
		color:#000;
		border-bottom:1px dotted #e87aaa;
	}

	#project_list li a:hover{
		background:#ffffa0;
	}



/*取り組み______________20140217*/

.activities_anchor_list_wrapper{
	width:600px;
	overflow:hidden;
	margin:30px auto;
}

.activities_anchor_list{
	font-size:1.1em;
	width:300px;
	overflow:hidden;
	float:left;
}

	.activities_anchor_list li{
		background:url(../shared/arr_06.gif) no-repeat left 3px;
		padding:0 10px 0 20px;
		margin-bottom:10px;
		overflow:hidden;
	}


	.activities_anchor_list li a{
		text-decoration:none;
		color:#000;
	}

	.activities_anchor_list li a:hover{
		text-decoration:underline;
	}

#cue_a{
	width:580px;
	margin:20px auto 0 auto;
	overflow:hidden;
	clear:both;
}
	#cue_a ul{}

		#cue_a ul li{
			width:580px;
			margin:0 0 30px 0;
			background:url(../shared/bg_yellow.gif);
			overflow:hidden;
			clear:both
		}

			#cue_a ul li a , #cue_a ul li span.torikumi_wrapper{
				color:#000;
				text-decoration:none;
				display:block;
				padding:20px;
				width:538px;
				overflow:hidden;
				padding:14px 20px;
				border:1px solid #c69984;
			}

			#cue_a ul li a:hover{
				background:url(../shared/bg_pink.gif);
				border:1px solid #f4a3ba;
			}

				#cue_a ul li .torikumi_title{
					width:538px;
					margin:0 0 10px 0;
					display:block;
					border-bottom:1px dotted #a37c6d;
					padding:0 0 5px 5px;
				}

				#cue_a ul li .torikumi_body{
					width:538px;
					font-size:1.1em;
					display:block;
					line-height:1.8em;
				}

					#cue_a ul li .torikumi_body img{
						float:right;
						margin:0 0 0 10px;
					}

					#cue_a ul li .torikumi_body .torikumi_detail_link{
						padding-left:16px;
						background:url(../shared/arr_04.gif) no-repeat left center;
						display:block;
						font-weight:bold;
					}

/*取組み各詳細ページ用*/
/*取組みのリスト*/
.activities_detail_list{
	width:600px;
	overflow:hidden;
	font-size:1.1em;
	margin:30px auto 0 auto;
}

	.activities_detail_list li{
		background:url(../shared/arr_07.png) no-repeat left 5px;
		padding-left:20px;
		margin-bottom:16px;
		line-height:1.8em;
	}

	.activities_detail_list li a{
		text-decoration:none;
		color:#000;
		border-bottom:1px dotted #70ad56;
	}

	.activities_detail_list li a:hover{
		background:#ffffa0;
	}

.return_activities_list{
	clear:both;
	margin-top:50px;
	font-size:1.1em;
	text-align:center;
}

.return_activities_list a{
	color:#222;
	background:url(../shared/arr_back.png) no-repeat left center;
	padding-left:16px;
	text-decoration:none;
}

.return_activities_list a:hover{
	text-decoration:underline;
}

/*輝く女性研究者*/
#female_researchers_list{
	width:580px;
	overflow:hidden;
	margin:30px auto 0 auto;
	font-size:1.1em;
}

	#female_researchers_list li{
		width:580px;
		overflow:hidden;
		margin-bottom:15px;
	}
	
	#female_researchers_list li a{
		width:560px;
		overflow:hidden;
		display:block;
		color:#000;
		padding:9px;
		background:#fff9fc;
		border:1px dotted #b92864;
		text-decoration:none;
	}
	
	#female_researchers_list li a:hover{
		background:#f9ffe2;
		border:1px dotted #82b419;
	}
	

	
	#female_researchers_list li .fr_img{
		width:202px;
		display:block;
		overflow:hidden;
		float:left;
	}

	#female_researchers_list li .fr_img img{
		border:1px solid #ccc;
	}

	#female_researchers_list li .fr_txt{
		width:340px;
		display:block;
		overflow:hidden;
		float:right;
		padding:10px 0;
	}
	
		#female_researchers_list li .fr_name{
			display:block;
			font-weight:bold;
			border-bottom:1px dotted #555;
			padding:3px 5px;
			margin-bottom:10px;
		}

			#female_researchers_list li .fr_name .fr_date{
				font-weight:normal;
			}
		
		#female_researchers_list li .fr_belong{
			display:block;
			margin-bottom:10px;
		}
		
		#female_researchers_list li .fr_title{
			display:block;
			font-weight:bold;
			color:#bc2866;
		}

/*ロールモデル*/
	#p_main_contents #rolemodel h3{
		width: 600px;
		font-weight: bold;
		border-bottom: 1px dotted red;
		padding: 0 10px 5px 10px;
		margin: 0 auto 25px auto;
		font-size: 16px;
		color: #333333;
	}
	
	#rolemodel_box{
		overflow:hidden;
	}
	
	#p_main_contents #rolemodel_box p{
		width:420px;
	}
	
	#rolemodel{
		overflow:hidden;
		margin:30px 0 0 0;
	}
	
	#rolemodel_l{
		width:420px;
		float:left;
		margin-left:10px;
	}
	
	#rolemodel_r{
		width:210px;
		text-align:center;
		margin-right:10px;
		float:right;
	}
	
		#rolemodel_r img{
			border:1px solid #ccc;
		}
	
	#rolemodel ul{
		overflow:hidden;
		width: 400px;
		margin:0 auto 25px auto;
	}
	
	#rolemodel ul li{
		display: block;
		margin: 0 0 10px 20px;
		padding: 0 0 0 18px;
		background: url(../shared/arr_06.png) no-repeat left 5px;
		font-size:1.1em;
	}
	
	#rolemodel_member ul li{
		width:162px;
		float:left;
	}
	
	
	#rolemodel ul li a{
		color:#222;
		text-decoration:none;
	}
	
	#rolemodel ul li a:hover{
		text-decoration: underline;
	}
	
	#p_main_contents #rolemodel h4{
		width: 580px;
		border: none;
		border-bottom: 1px dotted #aaa;
		background: none;
		padding: 2px 5px;
		margin: 10px auto 15px auto;
		font-size: 15px;
		color: #222;
		font-weight: bold;
	}
	
	.matsumoto_y{
		padding: 10px 0 0 43px;
		display: block;
		width: 110px;
		height: 128px;
		float: left;
	}
	
	.minagawa_t{
		padding: 10px 0 0 43px;
		display: block;
		width: 110px;
		height: 128px;
		float: left;
	}
	
	.sekiyama_k{
		padding-left: 43px;
		display: block;
		width: 113px;
		height: 150px;
		float: left;
	}
	
	


