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

h2#title01 {
	background-image:url(../img/diagnosis/h2_02.png);
}
h2#title02 {
	background-image:url(../img/diagnosis/h2_02.png);
}

div#editable table {
	margin:0;
	padding:0;
	width:670px;
	border: 1px solid #aaa;
}
div#editable table td {
	padding:3px 5px 1px 0;
	border-bottom:1px solid rgb(233,233,233);
}
div#editable table th {
	padding:3px 3px 1px;
	font-weight:normal;
	text-align:right;
	border-bottom:1px solid rgb(233,233,233);
	vertical-align:top;
}

div#editable table td.cls1, div#editable table th.cls1 {
	background-color:rgb(243,255,247);
}
div#editable table td.cls2, div#editable table th.cls2 {
	background-color:rgb(255,255,249);
}

div#editable strong {
	color:rgb(153,22,0);
}

div#point {
	width:600px;
	margin:20px auto;
	text-align:center;
	color:rgb(153,22,0);
}

ul#diagnosisUl {
	margin:1em 5em;
	padding:0;
}
ul#diagnosisUl li {
	margin:0;
	padding:0;
	/*font-size:1.25em;*/
	line-height:1.75em;
	color:rgb(153,22,0);
}

