/*-----------------------------------------------
医療ソリューション top.css
-----------------------------------------------*/

/*Flash
-----------------------------------------------*/

.concept {
	height: 240px;
	width: 490px;
	clear: both;
	display: block;
}


/*TOPICS
-----------------------------------------------*/

.topics_top {
	height: 25px;
	whidth: 490px;
	background: url(../images/common/topics.gif) no-repeat;
	margin: 0px;
}

.topics_frame {
	whidth: 490px;
	display: block;
	border: 2px #33CC99 solid;
	padding: 2px;
	margin: 0;
}

.topics_tbl {
	width: 482px;
	background-color: #F1F1F1;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	padding: 0;
}

.topics_tbl th {
	width: 82px;
	color: #666666;
	text-align: center;
	border: 0px;
	padding: 0px;
}

.topics_tbl td {
	text-align: left;
	border: 0px;
	padding: 0px;
}


/*各タイトル
-----------------------------------------------*/

.title_top {
	height: 40px;
	width: 490px;
	clear: both;
	text-indent: 25px;
	background: url(../images/common/titletop_bg.jpg) repeat-x;
	color: #1D7AAD;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.title_top a {
	color: #1D7AAD;
}

.title_top a:hover {
	color: #FF5820;
}


