@charset "utf-8";

/* --------------------------------------------------------------------------------
 * ★. top
 * -------------------------------------------------------------------------------- */

/* ---------------------------------- mainImg -- */
#mainImg {
	clear: both;
	width: 745px;
	margin: 0px 17px 0px 18px;
	padding-top: 12px;
}

/* ---------------------------------- topContents -- */
#topContents {
	width: 745px;
	clear: both;
	margin: 20px 17px 0px 18px;
}

/* ---------------------------------- top左 -- */
#topLeft {
	width: 500px;
	float: left;
	padding-bottom: 50px;
}

/* ---------------------------------- top右 -- */
#topRight {
	width: 210px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding-right: 7px;
}

#topRight #banSpace {
	width: 210px;
	margin: 0px 0px 15px 0px;
}

#topRight #banSpace ul li {
	margin: 0px 0px 7px 0px;
}


/* ---------------------------------- topH2 -- */
.topH2 {
	width: 500px;
	margin: 15px 0px 5px 0px;
}


/* --------------------------------------------------------------------------------
 * ★. page
 * -------------------------------------------------------------------------------- */
#pageContents {
 	clear: both;
	width: 749px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

#pageContentsIn {
 	clear: both;
	width: 749px;
	float: left;
	margin: 0px auto 0px auto;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

#path {
	margin : 5px 0px 5px 5px;
	font-size: 11px;
}

#pageLeft {
	width: 185px;
	float: left;
}

#pageLeft ul.pageLeftMenu {
	margin: 1px 1px 1px 1px;
}

#pageLeft ul.pageLeftMenu li {
	width: 183px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/pagemenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#pageLeft ul.pageLeftMenu li p {
	padding: 9px 0px 0px 23px;
	font-weight: bold;
	font-size: 13px;
}

#pageLeft ul.pageLeftMenu2 {
	margin: 1px 1px 1px 1px;
}

#pageLeft ul.pageLeftMenu2 li {
	width: 183px;
	height: 38px;
	margin: 0px 0px 1px 0px;
	background-image: url(../img/pagemenu_bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pageLeft ul.pageLeftMenu2 li.menu22 {
	width: 183px;
	height: 53px;
	margin: 0px 0px 1px 0px;
	background-image: url(../img/pagemenu_bg2_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pageLeft ul.pageLeftMenu2 li p {
	padding: 9px 0px 0px 40px;
	font-size: 12px;
}

ul#banSpaceSmall {
	margin:0;
	padding-top: 7px;
}

ul#banSpaceSmall {
	width: 175px;
	margin: 5px 5px 30px 5px;
}

ul#banSpaceSmall li {
	margin: 0px 0px 5px 0px;
}

#pageRight {
	width: 530px;
	float: right;
	padding: 0px 10px 0px 0px;
	background-color: #fff;
}

#pageContents h2 {
	padding-top: 6px;
}

#pageContents #pageRight h3 {
	width: 504px;
	border-left: 8px solid #3399FF;
	background-color: #E3E3E3;
	font-size: 12px;
	padding : 6px 0px 6px 10px;
	margin: 0px 0px 10px 0px;
}

#pageContents #pageRight h4 {
	width: 490px;
	border-bottom: 1px dashed #3399FF;
	padding : 7px 0px 6px 27px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#pageContents #pageRight p {
	margin : 0px 15px 0px 10px;
}

#pageContents #pageRight p.mbP {
	margin : 0px 15px 20px 40px;
}

#pageContents #pageRight p.mbP2 {
	margin : 0px 15px 20px 10px;
}

.inquiry {
	width: 440px;
	border: 1px solid #ccc;
	background-color:#DDFFED;
	padding : 25px 12px;
	margin: 10px 0px 10px 40px;
}
.inquiry p {
	margin: 30px 10px;
}


/* --------------------------------------------------------------------------------
 * ★. 共通
 * -------------------------------------------------------------------------------- */
 
/* ---------------------------------- floatDt -- */
dl.floatDt {
	margin: 0px 0px 20px 40px;
	width: 480px;
}

dl.floatDt dt {
	float:left;
	width: 90px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

dl.floatDt dd {
	width: 270px;
	margin: 0px 0px 0px 90px;
	padding-left: 0px;
}

/* ---------------------------------- blueDt -- */
dl.blueDt {
	margin: 0px 0px 20px 40px;
	width: 480px;
}

dl.blueDt dt {
	color: #3399FF;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

dl.blueDt dd {
	margin: 5px 0px 15px 0px;
	padding-left: 0px;
}

/* ---------------------------------- allowDt -- */
dl.allowDt {
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #ccc;
	width: 485px;
}

dl.allowDt dt {
	float:left;
	width: 100px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 0px 0px 0px 38px;
	margin: 1px 0px 3px 0px;
	clear: both;
}

dl.allowDt dd {
	width: 310px;
	margin: 1px 0px 3px 140px;
	padding-left: 0px;
}

/* ---------------------------------- allowDt2 -- */
dl.allowDt2 {
	margin: 0px 0px 0px 10px;
	width: 504px;
}

dl.allowDt2 dt {
	float:left;
	width: 100px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 0px 0px 0px 38px;
	margin: 1px 0px 3px 0px;
	clear: both;
}

dl.allowDt2 dd {
	width: 360px;
	margin: 1px 0px 3px 140px;
	padding-left: 0px;
}


/* ----------------------------------arrowLi -- */
ul.arrowLi{
	margin0: 0px;
}

ul.arrowLi li{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 0px 0px 0px 38px;
	margin: 1px 0px 3px 0px;
	clear: both;
}


/* ----------------------------------table.typeA -- */
table.typeA{
	width: 440px;
	margin: 15px auto 25px auto;
	border-collapse: collapse;
}
table.typeA th,
table.typeA td {
	padding: 3px 5px;
	vertical-align: middle;
	border:1px solid #999;
	text-align: left;
	vertical-align: top;
}
	
table.typeA th {
	/*background-color: #C8E3C8;
	background-image: url(../img/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;*/
	width: 100px;
}
table.typeA th.pale {
	background-color: #E1F0E1;
	background-image: url(../img/th_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 8px 10px;
	width: 100px;
	vertical-align: middle;
}

/* ----------------------------------table.typeB -- */
table.typeB{
	width: 440px;
	margin: 10px 15px 20px 15px;
}
table.typeB th,
table.typeB td {
	padding: 3px 5px;
	vertical-align: middle;
	border-bottom:1px dashed #C2B583;
}
	
table.typeB th {
	padding: 8px 10px;
	text-align: left;
	width: 80px;
	vertical-align: top;
	font-weight: bold;
}
table.typeB td {
	background-color: #fff;
	text-align: left;
	padding: 8px 10px;
}
table.typeB td p {
	margin: 0;
}

/* ----------------------------------table.typeC -- */
table.typeC{
	width: 440px;
	margin: 15px auto 0px auto;
	border-collapse: collapse;
}
table.typeC th,
table.typeC td {
	padding: 3px 5px;
	vertical-align: middle;
	border:1px solid #999;
}
	
table.typeC th {
	background-color: #C8E3C8;
	background-image: url(../img/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
}
table.typeC td {
	background-color: #fff;
	text-align: center;
}
table.typeC td.left {
	text-align: left;
	padding-left:20px;
}
.gousuu img {
	vertical-align: middle;
	margin: 10px;
	border: 1px solid #999;
}


/* ---------------------------------- 枠付き画像 -- */
.imgBorder {
	border: 1px solid #666;
}

/* ----------------------------------ページ右内／画像を右に寄せる -- */
.floatBox {
	width: 500px;
	float: left;
	text-align: center;
	margin: 20px 0px 10px 0px;
}

.floatBox img {
	width: 120px;
	float: right;
	margin: 0px 0px 10px 20px;
}

.floatBox p{
	text-align: left;
}

/* ----------------------------------pdfReader -- */
#pdfReader{
	border: 1px solid #aaa;
	margin: 50px 20px 15px 20px;
	padding: 10px 10px;
}

#pdfReader img{
	width: 108px;
	float: left;
	padding-right: 20px;
}

#pdfReader p{
	float: right;
	font-size: 10px;
}

/* ----------------------------------pageup -- */
.pageUp {
	text-align: right;
	padding: 10px 5px 15px 0px;
}

/* ----------------------------------事務局 -- */
th.addressTh{
	width: 180px;
}

/* ----------------------------------サイトマップ -- */
#sitemap{
	width: 504px;
	float: left;
	margin-bottom:15px;
}

#sitemap #sitemapLeft{
	width: 240px;
	float: left;
}

#sitemap #sitemapRight{
	width: 240px;
	float: right;	
}

#sitemap dt{
	margin: 18px 0px 10px 0px;
	padding : 0px 0px 5px 28px;
	background: url(../img/arrow.gif) no-repeat 10px 4px;
	border-bottom : 1px dashed #999;
}

#sitemap dd{
	margin: 8px 0px 0px 20px;
	padding-left: 22px;
	background: url(../img/arrow2.gif) no-repeat 10px 4px;
}

#sitemap dd ul{
	margin-top: 5px;
}

#sitemap dd ul li{
	margin-top: 5px;
	padding-left: 22px;
	background: url(../img/arrow2.gif) no-repeat 10px 4px;
}


/* --------------------------------------------------------------------------------
 * ★. 井上追加
 * -------------------------------------------------------------------------------- */

/* ----------------------------------共通 -- */
h5{
	width: 490px;
	color: #3399FF;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 15px 5px 10px 20px;
	padding-left:5px;
}

/*--数字リスト・-*/
ol.normal {
	padding-left: 25px;
	margin-left: 45px;
	margin-bottom:15px;
	margin-right: 15px;
}
ol.normal li {
	list-style-type: decimal;
	list-style-position: outside;
}

ol.normal li ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom:15px;
	margin-right: 0px;
	margin-top: 5px;
}

ol.normal li ul li {
	list-style-type: disc;
	list-style-position: outside;
}


/*--テーブル・-*/
table.normal{
	width:490px;
	margin:10px 0 10px 20px;
}
table.normal th{
	background:#ccc;
}
table.normal th.sub{
	background:#ccc;
}
table.normal tr.sub td{
	background:#EFEFEF;
}

/*--共通・-*/
.txtRight{
	text-align:right;
}
.txtCenter{
	text-align:center;
}
.pageNaviR{
	margin:5px 20px;
	text-align:right;
}

/* ----------------------------------会則 -- */
.cateCenter{
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;
	font-size:1.05em;
	font-weight:bold;
}

/* -- 村口追加 -- */
.kaiteiBox {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
}
dl.kaitei{
	width: 140px;
	margin: 0px 0px 0px 374px;
}

dl.kaitei dt{
	float: left;
	width: 40px;
	text-align: right;
	clear: both;
}

dl.kaitei dd{
	width: 90px;
	text-align: right;
	margin-left: 40px;
}

/* ----------------------------------中四公募臨床研究募集 -- */
.pageBtn{
	text-align:center;
	margin:25px 0;
}
ul.arrowLi2 li{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 43px center;
	padding: 0px 0px 0px 60px;
	margin: 1px 0px 3px 0px;
	clear: both;
}

/* ----------------------------------過去大会 -- */
/*--テーブル入れ子--*/
table.normal table{
	margin-bottom:-0.3em;
}
table.normal table td{
	border:none;
	vertical-align:top;
	padding:0 0.8em 0.3em 0;
}


/*--under construction 宮川作成--*/
.under_c{
	text-align:center;
}
.under_c img{
	text-align:center;
	margin:30px 50px 30px auto;
}
