@charset "utf-8";
/* CSS Document */

/*ブラウザCSSリセットの指定*/
p,h1,h2,h3,h4,h5,h6,
ul,ol,li,address,div{
	padding:0px;
	margin:0px;
	border:0px;
	font-style:normal;
}
/*実績ページのページ内リンク部分指定*/
div.page_link{
	width:320px;
	height:30px;
	margin-top:20px;
	
}

div.page_link ul li{
	float:left;
	list-style-type:none;
	margin-right:15px;
}



/*実績ページの著書部分指定*/

#contents ol li{
	list-style-type:none;
}




/*実績ページ、メンバーページ共通指定部分*/

#contents h2,h3,h4{
	width:750px;
	line-height:1.9;
}


/*メンバーページh2指定部分*/

#contents h2.position{
	width:750px;
	background-color:#090;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	text-indent:15px;
}






/*プロフィールページprofile指定部分*/

#contents div.profile{
	width:750px;
	height:184px;
	border-top:solid 1px #CCCCCC;
	
}


#contents p.prof_img img{
	width:138px;
	height:184px;
	float:left;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:5px;
}

#contents div.profile dl{
	margin-top:10px;
}

#contents div.profile dl dt,dd{
	margin-bottom:5px;
}

#contents div.profile dl dd{
	border-bottom:solid 1px #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	
}


#contents h3{
	border-top:solid 1px #CCCCCC;
	margin-top:10px;
}


/*プロフィールページcareer指定部分*/

#contents div.career ul{
	list-style-type:none;
}

#contents div.career li{
	margin-bottom:5px;
}



/*研究テーマページresearch_theme指定部分*/


#contents p.research_theme{
	text-indent:1em;
	line-height:1.7;
}




