@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;
}

.set {
	margin-bottom: 1em;
}

.blogEntryBody dl dt {
	font-size: 116%;
	color: #0871ba;
	background: url(images/point.jpg) no-repeat 0 5px;
	padding-left: 25px;
}
.blogEntryBody dl dd {
	margin-bottom: 10px;
}
dl.face {
	padding-top: 15px;
	margin-top: 20px;
	border-top: #999 1px dotted;
}

/*
[
----------------------------------------------------------- */
dl.category,
ul.indexList {
	padding: 0 0px 25px 25px;
}
ul.indexList li {
	float: left;
	width: 285px;
	margin: 0 25px 20px 0;
	font-weight: bold;
	background: url(images/index.jpg) no-repeat 0 2px;

}
ul.indexList li.evenChild {
	border-right: #999 1px dotted;
	padding-right: 25px;
}
ul.indexList li a {
	display: block;
	border-bottom: #ddd 1px dashed;
	padding-bottom: 20px;
	text-indent: 20px;
}
ul.indexList li span {
	padding-left: 20px;
}
ul.indexList li a:link,
ul.indexList li a:visited {
	color: #454545;
	text-decoration: none;
}
ul.indexList li a:hover {
	color: #0067b5;
	text-decoration: none;
	border-bottom: #999 1px dashed;
}
ul.indexList li a:active {
	color: #454545;
	text-decoration: none;
}
ul.indexList li img {
	padding-top: 3px;
	vertical-align: bottom;
}

dl.category dt {
	background: url(images/feePoint.jpg) no-repeat 0 2px;
	padding: 5px 0 5px 25px;
}
dl.category dd {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: #999 1px dotted;
}
dl.category dd ul {
	padding-left: 25px;
}
dl.category dd ul li {
	background: url(images/indexPoint.gif) no-repeat 0 4px;
	padding-left: 15px;
}
.pageTop {

}
ul.back {
	text-align: right;
	margin-right: 15px;
	border-bottom: #999 1px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}
ul.back li a {
	background: url(images/back.jpg) no-repeat 0 0;
	padding-left: 20px;
}
ul.category-list {
	clear: both;
	margin: 0 10px 0px 0;
}
ul.firstChild {
	background:transparent url(/themes/patient/images/border.jpg) no-repeat scroll 555px 5px;
}
ul.category-list li {
	background:transparent url(/themes/patient/images/border.jpg) no-repeat scroll 0 1px;
	display:inline;
	margin-left:8px;
	padding-left:13px;
}
ul.bottomChild {
	padding-left: 90px;
	margin: 5px 0 20px 0px;
	padding-bottom: 10px;
	border-bottom: #999 1px dashed;
}
ul.category-list li.lastChild a {
	background:transparent url(/themes/patient/images/border.jpg) no-repeat scroll right 1px;
	padding-right: 13px;
}	
.pageable {
	clear: both;
	margin-bottom: 10px;
}
