@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;
}

#content .left,
#content .right {
	width: 290px;
}

#content .left h4,
#content .right h4 {
	color: #360505;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	width: 260px;
	background-color: #FFFFFF;
	background-image: url(../common/img/h4_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#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;
}

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;
}


