@charset "utf-8";
/* ---------- 基本設定---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
	}

table {
	border-collapse: collapse; /*隣接するセルのボーダーを重ねて表示する*/
	border-spacing: 0;
	}

/* ---------- 全般設定---------- */

h2 {
	width: 510px;
	border-left:solid 10px #555555;
	border-bottom:solid 1px #000000;
	margin:30px 0px 25px 0px;
	padding:8px 0px 8px 10px;
	line-height: 130%;
	font-size:115%;
	}
	
h3 {
	width: 520px;
	border-bottom:dotted 1px #B4B4B4;
	margin:35px 0px 5px 5px;
	padding:0px 0px 5px 0px;
	line-height: 150%;
	font-size:100%;
	color:#506DC5;
	font-weight:bold;
	}
	
h4 {
	width: 510px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 150%;
	font-size:90%;
	} 

P {
	margin: 10px 0px 15px 10px; 
	padding: 0px 0px 0px 0px;
	}

/* ---------- メインメニュー ---------- */
#mainmenu_naka{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
/* --------------------------------------------------------	 */
#mainmenu_naka a.mainmenu_about {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/mainmenu_about_naka.jpg) no-repeat left top;
	width: 210px;
	height: 84px;
	}
#mainmenu_naka a:hover.mainmenu_about {
	background: url(../img/mainmenu_about_naka.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#mainmenu_naka a.mainmenu_elearning {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/mainmenu_elearning_naka.jpg) no-repeat left top;
	width: 200px;
	height: 84px;
	}
#mainmenu_naka a:hover.mainmenu_elearning {
	background: url(../img/mainmenu_elearning_naka.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#mainmenu_naka a.mainmenu_seminar {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/mainmenu_seminar_naka.jpg) no-repeat left top;
	width: 200px;
	height: 84px;
	}
#mainmenu_naka a:hover.mainmenu_seminar {
	background: url(../img/mainmenu_seminar_naka.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#mainmenu_naka a.mainmenu_journal {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/mainmenu_journal_naka.jpg) no-repeat left top;
	width: 210px;
	height: 84px;
	}
#mainmenu_naka a:hover.mainmenu_journal {
	background: url(../img/mainmenu_journal_naka.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#mainnavi a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: left;
}
#mainnavi a img {
	filter: alpha(opacity=9);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#mainnavi a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: .1s ease-in-out;
}



/* ---------- メインスペース ---------- */

#main_space{
	width: 820px;
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
/* ---------- テキストエリア ---------- */	
#txtarea{
	width: 540px;
	margin: 7px 0px 0px 12px; 
	padding: 0px 0px 0px 0px;
	line-height:170%;
	font-size:95%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	float:left;
	}


#txt{
	margin: 10px 0px 50px 0px; 
	padding: 0px 5px 0px 0px;
	}

#txt ol { margin:0px 0px 0px 30px;}
#txt ul { margin:0px 0px 0px 30px;}
#txt li { margin:5px 0px 5px 0px;}


#txt table {
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	border:solid 2px #DFDFDF; 
	font-size:85%;
	line-height:150%;
	}
#txt table th {
	font-weight:bold;
	text-align:left;
	color:#464646;
	border:solid 2px #DFDFDF; 
	background-color:#eeeeee; 
	padding:4px;
	}
#txt table td {
	border:solid 2px #DFDFDF; 
	padding:4px;
	}


#main_space2{
	width: 700px;
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:left;
	}

#txtarea2{
	width: 600px;
	margin: 7px 0px 0px 12px; 
	padding: 0px 0px 0px 0px;
	line-height:170%;
	font-size:95%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

#txtarea3{
	width: 800px;
	margin: 7px 0px 0px 12px; 
	padding: 0px 0px 0px 0px;
	line-height:170%;
	font-size:95%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

#txtarea3 h2 {
	width: 780px;
	}
	

	
#txt2{
	margin: 10px 0px 50px 0px; 
	padding: 0px 5px 0px 0px;
	}

#txttitle2 {
	width: 510px;
	border-left:solid 10px #555555;
	border-bottom:solid 1px #000000;
	margin:30px 0px 25px 0px;
	padding:8px 0px 8px 10px;
	line-height: 130%;
	font-size:115%;
	}


/* ---------- 右 サブメニュー ---------- */	

/* ---------- リンク色指定---------- */
#sidebar a:link { color: #555555; text-decoration: none; }
#sidebar a:visited { color: #555555; text-decoration: none; }
#sidebar a:active { color: #555555; text-decoration: none;}
#sidebar a:hover { color: #555555; text-decoration: none; }

#menuback {
	width: 250px;
	margin: 0px 3px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:right;
	font-weight:bold;
	background: url(../img/sidebarback.jpg) repeat-y;
}
.menuback_none {
	background-image: none !important;
}

#sidebar {
	width: 224px;
	margin: 0px 0px 0px 13px; 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

#sidebar #menu img{
	margin:0 0 3px 0;
	padding:0;
	border:solid 1px #d4d4d4;
	}
#sidebar #menu ul.sub {
	margin:0 0 3px 0;
	padding:0;
	}
#sidebar #menu ul.sub a{
	padding-left:25px;
	display:block;
	line-height:120%;
	}
#sidebar #menu ul.sub li.sub_o{
	background-color:#ebebeb;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #d4d4d4;
	list-style:none;
	padding: 6px 5px;
	font-size:14px;
	line-height: 1.5;
	}
#sidebar #menu ul.sub li.sub_os{
	background-color:#ebebeb;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 8px #cccccc;
	list-style:none;
	padding:10px 5px 10px 5px;
	font-size:14px;
	}

#sidebar #menu ul.sub li.sub_a{
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #d4d4d4;
	list-style:none;
	padding:10px 5px 10px 5px;
	font-size:14px;
	}
#sidebar #menu ul.sub li.sub_as{
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 8px #cccccc;
	list-style:none;
	padding:10px 5px 10px 5px;
	font-size:14px;
	}

#sidebar #menu ul.sub li a{
	background-image:url(../img/arrow2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
#sidebar #menu ul.sub li.sub_a a{
	background-image:url(../img/arrow1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

#sidebar #menu ul.sub li:hover {
	background-color: #D7E6F5;
	}
#sidebar #menu ul.sub li:hover a {
	color: #555555;
	background-image:url(../img/arrow3.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

/* ---------- 右 サブメニュー オレンジ---------- */	

/* ---------- リンク色指定---------- */
#sidebaro a:link { color: #555555; text-decoration: none; }
#sidebaro a:visited { color: #555555; text-decoration: none; }
#sidebaro a:active { color: #555555; text-decoration: none;}
#sidebaro a:hover { color: #555555; text-decoration: none; }

#menubacko {
	width: 250px;
	margin: 0px 3px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:right;
	font-weight:bold;
	background: url(../img/sidebarbacko.jpg) repeat-y;
}

#sidebaro {
	width: 224px;
	margin: 0px 0px 0px 13px; 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

#sidebaro #menuo img{
	margin:0 0 3px 0;
	padding:0;
	border:solid 1px #FD7113;
	}
#sidebaro #menuo ul.subo {
	margin:0 0 3px 0;
	padding:0;
	}
#sidebaro #menuo ul.subo a{
	padding-left:25px;
	display:block;
	line-height:120%;
	}
#sidebaro #menuo ul.subo li.subo_oo{
	background-color:#F4DECE;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FEA66B;
	list-style:none;
	padding: 6px 5px;
	font-size:14px;
	line-height: 1.5;
	}
#sidebaro #menuo ul.subo li.subo_oos{
	color: #ffffff;
	background-color:#FF8F59;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FEA66B;
	list-style:none;
	padding: 6px 5px;
	font-size:14px;
	line-height: 1.5;
	}

#sidebaro #menuo ul.subo li.subo_oa{
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FD7113;
	list-style:none;
	padding:10px 5px 10px 5px;
	font-size:14px;
	}
#sidebaro #menuo ul.subo li.sub_oas{
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 8px #EAD1A8;
	list-style:none;
	padding:10px 5px 10px 5px;
	font-size:14px;
	}

#sidebaro #menuo ul.subo li a{
	background-image:url(../img/arrow6.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
#sidebaro #menuo ul.subo li.subo_oa a{
	background-image:url(../img/arrow7.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

#sidebaro #menuo ul.subo li.subo_oo:hover {
	background-color: #D7E6F5;
	}
#sidebaro #menuo ul.subo li.subo_oa:hover {
	background-color: #D7E6F5;
	}
#sidebaro #menuo ul.subo li:hover a {
	color: #555555;
	background-image:url(../img/arrow5.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

/* ---------- 中ページの会員専用コンテンツへのログインについて ---------- */
#side{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	clear:both;
	}
	
/* --------------------------------------------------------	 */
#side a.sidelogin {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/sidelogin.jpg) no-repeat left top;
	width: 250px;
	height: 122px;
	}
#side a:hover.sidelogin {
	background: url(../img/sidelogin.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#side a.sidepamph {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_pamphlet_2026.jpg) no-repeat left top;
	width: 250px;
	height: 230px;
	}
#side a:hover.sidepamph {
	background: url(../img/about_pamphlet_2026.jpg) no-repeat left bottom;
	}
#side a.sidepamphnew {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_pamphlet_2026.jpg) no-repeat left top;
	width: 250px;
	height: 230px;
	}
#side a:hover.sidepamphnew {
	background: url(../img/about_pamphlet_2026.jpg) no-repeat left bottom;
	}

#side a.sidepdf {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: left;
}
#side a img.sidepdf {
	filter: alpha(opacity=78);
	-moz-opacity: 0.78;
	opacity: 0.78;
}
#side a:hover.sidepdf {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: .1s ease-in-out;
}

/* --------------------------------------------------------	 */
#side a.sidetanikakunin {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/sidetanikakunin.jpg) no-repeat left top;
	width: 250px;
	height: 126px;
	}
#side a:hover.sidetanikakunin {
	background: url(../img/sidetanikakunin.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
/* --------------------------------------------------------	 */
#side a.naka_bunner01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/naka_bunner01.jpg) no-repeat left top;
	width: 250px;
	height: 195px;
	}
#side a:hover.naka_bunner01 {
	background: url(../img/naka_bunner01.jpg) no-repeat left bottom;
	}

#side a.naka_bunner_etrain {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/naka_bunner_etrain.jpg) no-repeat left top;
	width: 250px;
	height: 195px;
	}
#side a:hover.naka_bunner_etrain {
	background: url(../img/naka_bunner_etrain.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */	

/* ---------- 過去掲載一覧（更新情報） ---------- */
#kakowhats{
	width:530px;
	margin: -10px 0px 0px 0px; 
	background: url(../img/kakoback.jpg) repeat-y;
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
#kakowhatstxt{
	margin:0px 10px 10px 25px;
	padding:0px 0px 10px 0px;
	font-size:90%;
	line-height:140%;
	float:left;
	}



/* ---------- cmeflashページボタン ---------- */
#cmeflash{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	clear:both;
	}
	
/* --------------------------------------------------------	 */
#cmeflash a.cmepdf_flash {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	background: url(../img/cmepdf_flash.jpg) no-repeat left top;
	width: 530px;
	height: 120px;
	}
#cmeflash a:hover.cmepdf_flash {
	background: url(../img/cmepdf_flash.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */

/* ---------------------------------------------------	 */
#cmeflash a.cmepdf_pdfw {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/cmepdf_pdfw.jpg) no-repeat left top;
	width: 530px;
	height: 120px;
	}
#cmeflash a:hover.cmepdf_pdfw {
	background: url(../img/cmepdf_pdfw.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */
#cmeflash a.cmepdf_pdfs {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/cmepdf_pdfs.jpg) no-repeat left top;
	width: 530px;
	height: 120px;
	}
#cmeflash a:hover.cmepdf_pdfs {
	background: url(../img/cmepdf_pdfs.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */	
#cme_adobego {
	margin: 100px 0px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}


#loginnavi a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float:right;
}
#loginnavi a img {
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}
#loginnavi a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: .1s ease-in-out;
}
/* ---------- スケジュールボタン ---------- */
#calendar{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
/* ---------------------------------------------------	 */
#calendar a.housou {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/housou_calendar.jpg) no-repeat left top;
	width: 326px;
	height: 86px;
	}
#calendar a:hover.housou {
	background: url(../img/housou_calendar.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#calendar a.seminar {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar_calendar.jpg) no-repeat left top;
	width: 244px;
	height: 72px;
	}
#calendar a:hover.seminar {
	background: url(../img/seminar_calendar.jpg) no-repeat left bottom;
	}
/* --------------------------------------------------------	 */


/* ---------- 各ページボタン ---------- */
#botan{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
/* ------ 話題の医学 ------ */
/* ---------------------------------------------------	 */
#botan a.sub_tvgo {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/sub_tvgo.jpg) no-repeat left top;
	width: 530px;
	height: 83px;
	}
#botan a:hover.sub_tvgo {
	background: url(../img/sub_tvgo.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */

/* ------ CCらかコンテンツを選ぶ機能 ------ */
/* ---------------------------------------------------	 */
#botan a.btn_fromcc {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img/btn_fromcc.jpg) no-repeat left top;
	width: 450px;
	height: 80px;
	}
#botan a:hover.btn_fromcc {
	background: url(../img/btn_fromcc.jpg) no-repeat left bottom;
	}

/* ------ eラーニング ------ */
/* ---------------------------------------------------	 */
#botan a.elearning01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning01.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.elearning01 {
	background: url(../img/elearning01.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.elearning02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning02.jpg) no-repeat left top;
	width: 530px;
	height: 113px;
	}
#botan a:hover.elearning02 {
	background: url(../img/elearning02.jpg) no-repeat left bottom;
	}
/* ------------------- since1904 -------------------	 */
#botan a.elearning02n {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning02n.jpg) no-repeat left top;
	width: 530px;
	height: 155px;
	}
#botan a:hover.elearning02n {
	background: url(../img/elearning02n.jpg) no-repeat left bottom;
	}
.box_at {
	margin: .5rem 7px 2rem 7px;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
	position: relative;
	padding: .75rem 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-sizing: border-box;
	font-size: .9em;
}
/* ---------------------------------------------------	 */
#botan a.elearning03 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning03.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.elearning03 {
	background: url(../img/elearning03.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.elearning04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning04.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.elearning04 {
	background: url(../img/elearning04.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.elearning05 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning05.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.elearning05 {
	background: url(../img/elearning05.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.elearning06 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/elearning06.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.elearning06 {
	background: url(../img/elearning06.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */

/* ------ 日医雑誌オンライン ------ */
/* ---------------------------------------------------	 */
#botan a.journal01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/journal01.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.journal01 {
	background: url(../img/journal01.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.journal02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/journal02.jpg) no-repeat left top;
	width: 530px;
	height: 105px;
	}
#botan a:hover.journal02 {
	background: url(../img/journal02.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */

/* ------ セミナー ------ */
/* ---------------------------------------------------	 */
#botan a.seminar01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar01.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar01 {
	background: url(../img/seminar01.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar02.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar02 {
	background: url(../img/seminar02.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar03 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar03.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar03 {
	background: url(../img/seminar03.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar04.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar04 {
	background: url(../img/seminar04.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar05 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar05.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar05 {
	background: url(../img/seminar05.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar06 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar06.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar06 {
	background: url(../img/seminar06.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar07 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar07.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar07 {
	background: url(../img/seminar07.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar08 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar08.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar08 {
	background: url(../img/seminar08.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.seminar09 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/seminar09.jpg) no-repeat left top;
	width: 530px;
	height: 95px;
	}
#botan a:hover.seminar09 {
	background: url(../img/seminar09.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
	
	
/* ------ 日本医師会生涯教育制度 ------ */
	
/* ---------------------------------------------------	 */
#botan a.about_index01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index01.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index01 {
	background: url(../img/about_index01.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index02.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index02 {
	background: url(../img/about_index02.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index03 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index03.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index03 {
	background: url(../img/about_index03.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index04.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index04 {
	background: url(../img/about_index04.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index05 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index05.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index05 {
	background: url(../img/about_index05.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index06 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index06.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index06 {
	background: url(../img/about_index06.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index07 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index07.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index07 {
	background: url(../img/about_index07.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index08 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index08.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index08 {
	background: url(../img/about_index08.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index09 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index09.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index09 {
	background: url(../img/about_index09.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index10 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index10.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_inde10 {
	background: url(../img/about_index10.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.about_index11 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index11.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index11 {
	background: url(../img/about_index11.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.about_index12 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index12.jpg) no-repeat left top;
	width: 530px;
	height: 75px;
	}
#botan a:hover.about_index12 {
	background: url(../img/about_index12.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.about_index13 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index13.jpg) no-repeat left top;
	width: 530px;
	height: 75px;
	}
#botan a:hover.about_index13 {
	background: url(../img/about_index13.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#botan a.about_index14 {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/about_index14.jpg) no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.about_index14 {
	background: url(../img/about_index14.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	

/* ---------------------------------------------------	 */	
#botan a.syusai_index01 {
	display: block;
	margin: 0;
	padding: 0;
	background: url("../img/syusai_index01.jpg") no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.syusai_index01 {
	background: url("../img/syusai_index01.jpg") no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.syusai_index02 {
	display: block;
	margin: 0;
	padding: 0;
	background: url("../img/syusai_index02.jpg") no-repeat left top;
	width: 530px;
	height: 48px;
	}
#botan a:hover.syusai_index02 {
	background: url("../img/syusai_index02.jpg") no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.syusai_index03 {
	display: block;
	margin: 0;
	padding: 0;
	background: url("../img/syusai_index03.jpg") no-repeat left top;
	width: 530px;
	height:48px;
	}
#botan a:hover.syusai_index03 {
	background: url("../img/syusai_index03.jpg") no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#botan a.syusai_index04 {
	display: block;
	margin: 0;
	padding: 0;
	background: url("../img/syusai_index04.jpg") no-repeat left top;
	width: 530px;
	height:48px;
	}
#botan a:hover.syusai_index04 {
	background: url("../img/syusai_index04.jpg") no-repeat left bottom;
	}
/* ---------------------------------------------------	 */	
#about_syutoku_title{
	margin:35px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}




/* ------ ID/パスワードについて ------ */
	
/* ---------------------------------------------------	 */
#botan a.idpastoiawase {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/idpastoiawase.jpg) no-repeat left top;
	width: 530px;
	height: 100px;
	}
#botan a:hover.idpastoiawase {
	background: url(../img/idpastoiawase.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */


/* ------ 公開前告知メッセージ ------ */

#kokuchi{
	color:#990000;
	font-weight:bold;
	margin:-4px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
	}




#contentsbox {
	font-size:80%;
	line-height:170%;
 	}
#contentsbox ul { margin:5px 0px 0px 0px;}
#contentsbox ol { margin:5px 0px 0px 0px;}
#contentsbox li { margin:5px 0px 0px 40px;}

.tanikakunincaption {
	margin-left: 120px;
	font-size: 86%;
	font-weight: bold;
}

/* ---------- 中ページトップページ右ボタン群 ---------- */
#side_topbox {
	background-color: #f9f9f9;
	padding-top: 6px;
}
.side_top {
	margin: 0; 
	padding: 0 0 3px 5px;
	background-color: #f9f9f9;
	clear:both;
}

.side_top a#s_22_shinkoku {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_22_shinkoku.jpg) no-repeat left top;
	width: 240px;
	height: 54px;
}
.side_top a:hover#s_22_shinkoku {
	background: url(../img/s_22_shinkoku.jpg) no-repeat right top;
}

.side_top a#s_login {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_login.jpg) no-repeat left top;
	width: 240px;
	height: 54px;
}
.side_top a:hover#s_login {
	background: url(../img/s_login.jpg) no-repeat right top;
}

.side_top a#s_cmekoza {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_cmekoza.jpg) no-repeat left top;
	width: 240px;
	height: 70px;
}
.side_top a:hover#s_cmekoza {
	background: url(../img/s_cmekoza.jpg) no-repeat right top;
}

.side a#syogaikyoikukoza {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/naka_bunner_syogaikyoikukoza.jpg) no-repeat left top;
	width: 250px;
	height: 160px;
}
.side a:hover#syogaikyoikukoza {
	background: url(../img/naka_bunner_syogaikyoikukoza.jpg) no-repeat left bottom;
}

.side_top a#s_cmeinternet {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_cmeinternet.jpg) no-repeat left top;
	width: 240px;
	height: 70px;
}
.side_top a:hover#s_cmeinternet {
	background: url(../img/s_cmeinternet.jpg) no-repeat right top;
}

.side a#netkouza {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/naka_bunner_netkouza.jpg) no-repeat left top;
	width: 250px;
	height: 195px;
}
.side a:hover#netkouza {
	background: url(../img/naka_bunner_netkouza.jpg) no-repeat left bottom;
}

.side_top a#s_etraining {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_etraining.jpg) no-repeat left top;
	width: 240px;
	height: 70px;
}
.side_top a:hover#s_etraining {
	background: url(../img/s_etraining.jpg) no-repeat right top;
}

.side_top a#s_minds {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_minds.jpg) no-repeat left top;
	width: 240px;
	height: 70px;
}
.side_top a:hover#s_minds {
	background: url(../img/s_minds.jpg) no-repeat right top;
}

.side_top a#s_wadai {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_wadai.jpg) no-repeat left top;
	width: 240px;
	height: 62px;
}
.side_top a:hover#s_wadai {
	background: url(../img/s_wadai.jpg) no-repeat left bottom;
}

.side_top a#s_videolib {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_videolib.jpg) no-repeat left top;
	width: 240px;
	height: 62px;
}
.side_top a:hover#s_videolib {
	background: url(../img/s_videolib.jpg) no-repeat right top;
}

.side_top a#s_radionikkei {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url(../img/s_radionikkei.jpg) no-repeat left top;
	width: 240px;
	height: 62px;
}
.side_top a:hover#s_radionikkei {
	background: url(../img/s_radionikkei.jpg) no-repeat right top;
}
.ov:hover{
	opacity:0.9;
}
.btn_moushikomi {
  background: #efbb4a !important;
  background-image: -webkit-linear-gradient(top, #efbb4a, #eaa91c) !important;
  background-image: -moz-linear-gradient(top, #efbb4a, #eaa91c) !important;
  background-image: -ms-linear-gradient(top, #efbb4a, #eaa91c) !important;
  background-image: -o-linear-gradient(top, #efbb4a, #eaa91c) !important;
  background-image: linear-gradient(to bottom, #efbb4a, #eaa91c) !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 1.15em;
  font-weight: bold;
  text-shadow:1px 1px 1px #b27c10;
  padding: 15px 36px 15px 36px !important;
  text-decoration: none;
  display: inline-block;
}
.btn_moushikomi:hover {
  opacity:0.8;
}

.box_btn a:hover img{
  opacity:0.7;
}

.form_title
{
font-weight: bold; 
font-size: 1.1em;
}

.form_required
{
color:#ff0000;
}

.form_annotation
{
font-size: 0.9em;
color:#006400;
margin-bottom: 40px;
}

#cc_table {
  border-spacing: 1px;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  width: 760px;
  background-color: #a3a3a3;
}

#cc_table .header_cc {
  background-color: #dddddd;
  font-size: 0.90em;
  font-weight: bold;
  width:40%;
}

#cc_table td {
  background-color: #fff;
  padding: 2px 8px;
  font-size: 0.90em;
}
ol.kakkolist li {
  position: relative;
  list-style-type: none;
}

ol.kakkolist li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}