@import "base.css";

h3 {
	clear: both;
}
h5 {
	margin: 4px 0;
	padding-left: 8px;
	font-size: 14px;
	border-left: 3px solid #FF8C00;
}

#toc {
	margin-bottom: 14px;
	padding-left: 12px;
	background-color: #DED;
	border-left: 4px double #AFFC32;
	list-style-type: none;
	line-height: 160%;
}
#toc li {
	padding-left: 24px;
	background-color: transparent;
	background-image: url(../parts/arrow16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#contents div.container .section p {
	margin-top: 8px;
}
#contents div.container .section strong {
	font-weight: bold;
}
#contents div.container .section span.note {
	text-decoration: underline;
}
#contents div.container .section span.eng {
	font-family: serif;
	font-size: 12px;
	color: #888;
}

#contents div.container h4 {
	clear: both;
	margin: 10px 0 4px 0;
	padding: 2px 4px;
	background-color: #FFFFB7;
	border-bottom: 1px solid #FF8C00;
	border-left: 1px solid #FF8C00;
}

#contents div.container .section ol {
	margin-left: 32px;
	color: #284;
}
#contents div.container .section ol li {
	line-height: 160%;
}
#contents div.container .section ol li p {
	color: #222;
	margin-top: 0;
	padding-bottom: 8px;
}

#contents div.container .section table {
	width: 500px;
	margin: 8px auto;
	font-size: 12px;
	border-collapse: collapse;
}

div.news {
	background-color: transparent;
	background-image: url(../parts/backletter.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	background-color: #FFFFB7;
	border: 1px solid #FFE0A0;
	padding: 4px;
}
div.news ul {
	list-style-position: inside;
}

#tumor th, #tumor td {
	border: 1px solid #ABA;
	padding: 2px;
}
#tumor th {
	background-color: #F0E68C;
}
#tumor td.nows {
	white-space: nowrap;
}

#cancertype th, #cancertype td {
	border: 1px solid #ABA;
	padding: 2px;
	line-height: 160%;
}
#cancertype th {
	background-color: #F0E68C;
	white-space: nowrap;
}

#contents div.container .section dl {
	margin-left: 2em;
}
#contents div.container .section dt {
	font-weight: bold;
	color: #004;
}
#contents div.container .section dd {
	padding-left: 2em;
	line-height: 160%;
}

#contents div.container .section ul.kajo {
	margin-left: 2em;
	line-height: 160%;
	font-weight: bold;
	color: #080;
}

#contents div.container .section span.eng {
	font-family: serif;
	font-size: 12px;
	color: #888;
}

div.imgcut-l {
	float: left;
	margin: 4px 6px 4px 0;
}

div.imgcut-r {
	float: right;
	margin: 4px 0 4px 6px;
}

div.requestform {
	margin-top: 2 px;
	margin-bottom: 2px;
	padding: 8px 0;
	font-size: 14px;
	color: #44A;
	text-align: center;
	background-color: #FFFFB7;
}
div.requestform input[type="submit"] {
	padding: 2px 4px;
}