@charset "utf-8";
/* CSS Document */

@import url("../common/css/reset.css");
@import url("../common/css/base.css");
@import url("../common/css/second.css");

@import url("../common/css/clearfix.css");

#outpatient,
#result {
	margin-top: 10px;
	width: 590px;
}

.blue {color:#0000FF;font-weight: bold;}
.green {color:#669900;font-weight: bold;}
.pink {color:#FF66CC;font-weight: bold;}
.red {color:#FF0000;font-weight: bold;}

strong {
font-weight: bold;
}

#content .left,
#content .right {
	width: 290px;
}

#content h3  {
	color: #360505;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	width: 550px;
	background-color: #FFFFFF;
	background-image: url(../common/img/h4_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content h4 {	
	border-bottom:1px solid #430B0B;
	font-size: 14px;
	color: #360505;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 8px 0px 5px 10px;
	background-color: #ffeee2;
}

#content h5 {
	color: #360505;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px dotted #430B0B;
}

#content .left p,
#content .right p {
	
}

table.count {
	margin-top: 15px;
}

table.count caption {
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
}

table.count th,td {
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
}

table.count th {
	background-color: #EDEDED;
	font-weight: normal;
	text-align: left;
}

table.count td {
	padding: 3px 10px;
	text-align: right;
}

table.count2 {
	margin-top: 15px;
}

table.count2 caption {
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
}

table.count2 th {
	background-color: #EDEDED;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	line-height: 1.5;
}

table.count2 td {
	padding: 3px 10px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	line-height: 1.5;
	vertical-align:middle;
}

dl.result-list {
	width: 260px;
	margin: 5px 0px;
}

dl.result-list dt,
dl.result-list dd {
	line-height: 1.5;
}

dl.result-list dt {
	padding: 0.2em 0px 0.2em 0px;
	margin-right: -12em;
	width: 12em;
	float: left;
	clear: both;
	display: inline;
}

dl.result-list dd {
	text-align: right;
	padding: 0.2em 0px 0.2em 0.5em;
	margin-left: 12em;
}

ul.style {
	margin: 10px auto;
}

ul.style li {
	padding: 5px;
	line-height: 1.5;
}
