@charset "utf-8";

/* /index.html
=================================*/
body#top {
	background: #f5f5f5 url(/images/index_bg001.gif) no-repeat 50% 0;
}

/*layout
---------------------------------*/
body#top #mainContainer {
	clear: both;
	width: 830px;
	margin: 0;
}

body#top #mainContainer #contents {
	float: none;
	width: 830px;
	margin: 0;
}


/*parts
---------------------------------*/

/*news*/
div.news div.title {
	min-height: 31px;
	background: url(/images/index_h001.gif) no-repeat left top;
}
* html div.news div.title {/* IE6 hack */
	height: 31px;
}
div.news div.title ul.linkListRight {
	padding: 5px 10px 0;
}
div.news div.title ul.linkListRight li {
	padding: 5px 0 3px 24px;
	background: url(/images/index_bg002.gif) no-repeat left top;
}
div.news div.titleClose {
	height: 3px;
	background: url(/images/index_h002.gif) no-repeat left bottom;
	font-size: 0;
}


/*mainColumn*/
body#top div.mainColumn {
	margin: 10px 20px 0;
}
body#top div.mainColumn div.colLeft {
	width: 580px;	
	float: left;
}
body#top div.mainColumn div.colRight {
	width: 190px;	
	float: right;
}


/*medicalCol*/
body#top div.medicalCol {
	padding: 5px;
	background-color: #eeeeee;
}
body#top div.medicalNews {
	overflow: hidden;
	width: 180px;
	margin-top: 10px;
	background-color: #fdfdfd;
}
body#top div.medicalNews p.title {
	width: 180px;
	height: 33px;
	background: url(/images/index_h003.gif) no-repeat left top;
	font-size: 0;
}

body#top div.medicalNews div.inner {
	overflow: hidden;
}
* html body#top div.medicalNews div.inner {/* IE6 hack */
	zoom: 1;
}
body#top div.medicalNews dl {
	margin: -1px 0 0;
	padding: 10px 9px 7px;
	background: url(/images/index_bg004.gif) repeat-x left top;
}
* html body#top div.medicalNews dl {/* IE6 hack */
	zoom: 1;
}
body#top div.medicalNews dt {
	float: left;
	width: 67px;
	min-height: 16px;
	margin-right: 5px;
	font-size: 0;
}
* html body#top div.medicalNews dt {/* IE6 hack */
	height: 16px;
}
body#top div.medicalNews dt.seminar {
	background: url(/common/images/com_ex013.gif) no-repeat 0 0;
}
body#top div.medicalNews dt.academic {
	background: url(/common/images/com_ex014.gif) no-repeat 0 0;
}
body#top div.medicalNews dt.exhibition {
	background: url(/common/images/com_ex015.gif) no-repeat 0 0;
}
body#top div.medicalNews dt.study {
	background: url(/common/images/com_ex016.gif) no-repeat 0 0;
}
body#top div.medicalNews dt.announce {
	background: url(/common/images/com_ex017.gif) no-repeat 0 0;
}
body#top div.medicalNews dd {
	margin: 0;
}
body#top div.medicalNews dd.date {
	float: left;
	white-space: nowrap;
}
body#top div.medicalNews dd.detail {
	float: left;
	width: 162px;
	margin-top: 3px;
}

body#top div.medicalNews ul.linkListRight {
	padding: 5px;
	background: url(/images/index_bg004.gif) repeat-x left top;
}


/*subColumn*/
body#top div.subColumn {
	overflow: hidden;
	clear: both;
	width: 790px;
	margin: 20px 20px 30px;
}
body#top div.subColumn div.inner {
	width: 811px;
}
body#top div.subColumn .title {
	margin-bottom: 10px;
}
body#top div.subColumn div.col {
	float: left;
	width: 180px;
	margin-right: 20px;
}
body#top div.subColumn div.col dd {
	margin-top: 10px;
}



/* clearFix
=================================*/
body#top div.mainColumn:after,
body#top div.medicalNews dl:after,
body#top div.subColumn div.inner:after,
body#top div.subColumn div.col dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html body#top div.mainColumn,
* html body#top div.medicalNews dl,
* html body#top div.subColumn div.inner,
* html body#top div.subColumn div.col dl {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html body#top div.mainColumn,
*:first-child+html body#top div.medicalNews dl,
*:first-child+html body#top div.subColumn div.inner,
*:first-child+html body#top div.subColumn div.col dl {/* IE7 hack */
	zoom: 1;
}

