/* 第一生理学教室ホームページのスタイルシート */

/* リンクの色 */
a	{color: #017acd}

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto}

/* 英語日本語ページ切り替え */
p#switch	{
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left}

/* ヘッダー */
div#header	{
	background-color: #017acd;
	background-image: url(/neurophysiology/sky.jpg);
	padding: 25px 20px 30px}

div#header h1	{
	color: #ffffff;
	margin: 0}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0}

div#header p.responsibility	{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1;
	text-align:right}

/* メインメニュー */
ul#mainmenu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #005087}

ul#mainmenu li	{
	list-style-type: none;
	float: left}

ul#mainmenu li a	{
	display: block;
	width: 75px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #005087;
	border-right: solid 1px #ffffff}

ul#mainmenu li a:hover	{
	background-color: #017acd}

ul#mainmenu li:hover ul {
	display: block}

ul#mainmenu ul {
	display:none;
	top: 0em;
 	left: 0em;
	border:#fff solid;
	border-width:1px;
	background-color: #b0c4de}

ul#mainmenu ul li	{
	list-style-type: none;
	float: none	}

ul#mainmenu ul li a	{
	display: block;
	width: 100px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #b0c4de;
	border-right: solid 1px #ffffff;
	float: none}

/* サイドバー */
div#sidebar	{
	width: 171px;
	float: left}

ul.sidemenu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{
	list-style-type: none}

ul.sidemenu li a	{
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
	background-color: #b0c4de;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{
	background-color: #017acd}

ul.sidemenu ul 	{
	margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{
	background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 20px}

ul.sidemenu ul li a:hover 	{
	background-color: #faffda}

/* コンテンツ（センター）*/
div#contentcenter	{
	width: 564px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#contentcenter p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

div#contentcenter table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 0.75em}

div#contentcenter th, td	{
	padding: 10px 10px;
	color: #1D5C79}

.recruitmenttb th	{
	border-right: 25px solid #FFF;
	border-bottom: 2px solid #1D5C79}

.recruitmenttb td	{
	border-right: 25px solid #FFF}

/* コンテンツ */
div#content	{
	width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

div#content p.responsibility	{
	margin-bottom: 10px;
	font-size: 0.75em;
	text-align: right;
	padding: 0px}

div#content p.project	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.6}

div#content p.research	{
	margin-left: 10px}

div#content p.publication	{
	margin-left: 10px}

div#content p.charge	{
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1;
	text-align: right}

/*div#content .ul {
	text-decoration:underline}*/

div#content table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 0.75em}

div#content th, td	{
	padding: 10px 10px}

.membertb th	{
	border-right: 25px solid #FFF;
	border-bottom: 2px solid #1D5C79;
	color: #1D5C79}

.membertb td	{
	border-right: 25px solid #FFF;
	color: #1D5C79}

.edutb	{
	border: 1px solid #DDD}

.edutb th	{
	border: 1px solid #DDD;
	color: #333}
	
.edutb td	{
	border: 1px solid #DDD;
	color: #333}

/* コンテンツ（センター）、コンテンツ共通 */
h2	{
	background-color: #014471;
	background-image: url(/neurophysiology/bar-blue.tif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0}

h3	{
	background-color: #e0e0e0;
	background-image: url(/neurophysiology/bar-green.tif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0}

h4	{
	background-color: #f0f0f0;
	font-size: 0.875em;
	line-height: 20px;
	padding-left: 23px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px}

p.photo	{
	text-align:center;
	margin-left: 10px;
	margin-bottom: 5px}

p.photo p	{
	margin-bottom: 0px}

p.blink {
	text-decoration: underline;
}

div#frame	{
	padding-left: 0px;
	padding-right: 20px;
	height: 450px;
	overflow: scroll
}

div#news	{
	padding-left: 20px;
	padding-right: 20px;
	height: 150px;
	overflow: scroll}

div#historyA	{
	padding-left: 20px;
	padding-right: 20px;
	height: 315px}

	
div#historyB	{
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
	overflow: scroll}

/* フッター */
div#footer	{
	background-image: url(/neurophysiology/line-blue.tif);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0px;
	padding-top: 10px;
	clear: both}
	
address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center}
