@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
body {
	background: url(images/bg.jpg) repeat-x 0 0;
}
.section {
	margin-bottom: 3em;
	font-size: 108%;
}
.mainImg {
	margin: 0 -5px;
}
#content {
	margin-top: 9px;
}
dl.info dt {
	float: left;
	clear:left;
	margin-bottom: 11px;
	padding: 0 0 10px 10px;
}
dl.info dd {
	background: url(images/infoPoint.gif) no-repeat 100px 4px;
	border-bottom: #999 1px dashed;
	margin-bottom: 10px;
	padding-left: 115px;
	padding-bottom: 10px;
}
.rss-js-entry {
	background: url(images/infoPoint.gif) no-repeat 10px 4px;
	border-bottom: #999 1px dashed;
	padding-left: 25px;
	padding-bottom: 10px;
}
.leftArea {
	width: 290px;
	float: left;
}
.rightArea {
	width: 290px;
	float: right;
}
.leftArea p {
	padding: 0 10px;
}
ul.guideList {
	background: url(images/guideBg02.jpg) no-repeat right 10px;
	padding: 20px 0 23px 25px;
	margin-bottom:5px;
}
ul.guideList li {
	list-style-type:circle;
}
ul.featureList li {
	margin-bottom: 5px;
}
ul.featureList li img {
	vertical-align: top;
}
.medicalBg {
	background: url(images/medicalImg.jpg) no-repeat 10px 55px;
}
dl.medicalList {
	padding: 10px 0 0 150px;
}
.blogBtn {
	margin-bottom: 2em;
}
