/* 旧レポート用css */
body {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}

#clinicReport {
	text-align: center;
}

/* Hタグ指定 */
h1 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #4E649E;
	padding: 2px;
	margin: 0px;
}

.clinicReport h1 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #4E649E;
	padding: 2px;
	margin: 0px;
}	

h2 {
	color: #333333;
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 130%;
	margin-bottom: 0px;
}

/* その他の指定 */
.text01 {
	font-size: 14px;
}

.txt {
	font-size: 11px;
}

td {
	font-size: 12px;
	line-height: 160%;
}

.midashi {
	font-size: 15px;
	font-weight: bold;
}

.comment {
	background-color: #FFEEEE;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #FFD2D2;
	border-right-color: #FF9393;
	border-bottom-color: #FF9393;
	border-left-color: #FFD2D2;
	font-size: 12px;
	line-height: 160%;
}

.name {
	line-height: 130%;
	font-size: 11px;
}

.td02 {
	font-family: "MS UI Gothic";
	font-size: 11px;
}