@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;
	}
/* --------------------------------------------------------	 */




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

#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;
	}





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

/* ---------- リンク色指定---------- */
#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;
}

#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;
	}

/* ---------- 中ページの会員専用コンテンツへのログインについて ---------- */
#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.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;
	}
/* --------------------------------------------------------	 */	

/* ---------- 過去掲載一覧（更新情報） ---------- */
#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;
	}

/* ---------- スケジュールボタン ---------- */
#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: 326px;
	height: 86px;
	}
#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: 105px;
	}
#botan a:hover.elearning02 {
	background: url(../img/elearning02.jpg) no-repeat left bottom;
	}
/* ---------------------------------------------------	 */
#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.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.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;
	}
/* ---------------------------------------------------	 */		

#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_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_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 right top;
}

.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;
}
