@charset "UTF-8";

@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/themes/patient/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;
}

.pageTitle {
	background: url(images/pageTitle.png) no-repeat 0 0;
	width: 900px;
	height: 133px;
}
.rss-js {
	margin: 10px 20px;
}
.rss-js-entry {
	background: url(images/linkPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-size: 108%;
	letter-spacing: 0.1em;
}
.more {
	text-align:right;
}
.more a {
	background:transparent url(images/linkPoint.gif) no-repeat scroll 2px 3px;
	padding-left: 15px;	
}
ul.drLinks {
	margin: 5px 0;
}
ul.drLinks li {
	background:transparent url(images/linkPoint.gif) no-repeat scroll 2px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
	line-height: 1.3;
}
.comBox {
	border: #999 1px solid;
	padding:13px;
}
.comBox p {
	line-height: 1.3;
}
.bnr {
	text-align: center;
}
