@charset "shift_jis";
/*-----------------------------------------------------------------
ファイル名 	: index.css
概要 　　		: このＣＳＳファイルはindex.htmlで使用しています。
サイト名 	　: 東北精神神経学会
コピーライト: (c) 2007 東北精神神経学会 All Rights Reserved.
-----------------------------------------------------------------/*
/* contents_left(左側のコンテンツ) -------------------------------------------------------------------------*/
#container {
	width: 700px;
	height: auto;
	padding: 30px;
}
#container:after {
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}
#container h2{
	width: 700px;
	height: 25px;
	background: url(../images/h2_img02.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 120%;
	text-indent: -9999px;
	border-bottom: solid 3px #617FBF;
	overflow: hidden;
}
#container div#contents {
	width: 700px;
	height: auto;
	background-color: #F5FAFF;
	padding-bottom: 20px;
	/* 以下は縦の長さの補充 */
	padding-bottom: 100px;
}
/*#container div#contents p{*/
	/*width: 658px;*/
	/*width: 660px;
	height: auto;
	padding: 20px 15px 10px 25px;
	font-size: 1em;
	line-height: 2em;*/
	/*border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;*/

#container div#contents p.datas {
	width: 554px;
	height: 100%;
	color: #333333;
	background-color: #EBEFF5;
	padding: 20px;
	margin: 20px auto;
	font-size: 1em;
	line-height: 2em;
	border: double 3px #5B7AB3;
}
#container div#contents div.datas {
	width: 534px;
	height: 100%;
	color: #333333;
	background-color: #EBEFF5;
	padding: 20px 30px;
	margin: 20px auto;
	font-size: 1em;
	line-height: 2em;
	border: double 3px #5B7AB3;
}
#container div#contents div.datas dl {
	width: 534px;
	height: auto;
}
#container div#contents div.datas dl dt {
	width: 115px;
	height: auto;
	float: left;
	clear: both;
}
#container div#contents div.datas dl dd {
	width: 419px;
	height: auto;
	float: right;
}
#container div#contents div.datas dl dd dl {
	width: 419px;
	height: auto;
}
#container div#contents div.datas dl dd dl dt {
	width: 70px;
	height: auto;
	float: left;
	clear: both;
}
#container div#contents div.datas dl dd dl dd {
	width: 349px;
	height: auto;
	float: left;
	padding-left: 70px;
	margin-left: -70px;
}
#container div#contents div.datas dl dd dl dd li {
	list-style: disc;
	margin: 0 0 0 15px;
}
.text_l{
	width:100%;
	text-align:right;
	margin-right:5px;
}
.text_center{
	width:100%;
	text-align:center;
}
.bold{
	font-weight: bold;
}

.oshirase_ul_2{
	margin:auto 20%;
	width:80%;
	
}

.oshirase_ul_3  {
  list-style-type: none;
}
/*--20240402追加---*/
.px {
  font-size: 16px
}

table {
  border-collapse: collapse;
}
th, td {
  padding: 0 20px;
  border: 1px solid #333;
}
