@charset "utf-8";

/* グローバルナビスタイル
----------------------------------------------------------- */
ul#gnavi li#gnavi_medical a {
	background: url(../../common/images/gnavi/gnavi_medical_on.gif) 0 0 no-repeat;
}


/* サイドナビスタイル
----------------------------------------------------------- */
div#side_left div.snavi ul li#snavi_update a {
	background: url(../../common/images/side/bg_snavi_on.gif) 0 0 no-repeat #ECF8FF;
	font-weight: bold;
}







/* 医療関係者更新情報スタイル
----------------------------------------------------------- */
/* テーブルスタイル */
div#main_contents table {
	width: 740px;
	color: #333;
	font-size: 100%;
	line-height: 1.7;
}

html:\66irst-child div#main_contents table {
	width: 737px;
}

div#main_contents table tr th ,
div#main_contents table tr td {
	padding: 5px 10px;
	border: 1px solid #E6E6E6;
}

div#main_contents table tr th {
	background: #FFFCE6;
	font-weight: bold;
}

div#main_contents table tr td ul.bottom_list {
	margin: 0 0 10px 0;
}

div#main_contents table tr td ul li a {
	background: url(../../common/images/i_arrow02.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	text-decoration: underline;
	color: #2D8BBE;
}

div#main_contents table tr td a {
	background: url(../../common/images/i_arrow01.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	/*display: block;*/
	text-decoration: underline;
	color: #094187;
}

div#main_contents table tr td a.link {
	background: url(../../common/images/i_arrow02.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	color: #2D8BBE;
	font-weight: normal;
	text-decoration: underline;
}

div#main_contents table tr td a:hover {
	text-decoration: none;
	/*color: #094187;*/
}

div#main_contents table tr td a.link:hover {
	color: #2D8BBE;
	text-decoration: none;
}


div#main_contents span.no_link {
	background: url(../../common/images/i_arrow02.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	font-weight: normal;
}



