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

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h4 span{
	display: none; 
	visibility: hidden;
}
h5 span{
	display: none; 
	visibility: hidden;
}

h2,h3,h4,h5 { display: block; }
h2 {
	width: 580px;
	height: 70px;
	}


/*　産科　*/
.Gsanka { color:#000; }
.Gsanka h2{
	background: url(img_sanka/h2.jpg) no-repeat;
	}
.Gsanka h3 {
	width:239px;
	height: 15px;
	}
.Gsanka h3.h3_01 { background: url(img_sanka/h3_01.jpg) no-repeat; }
.Gsanka h3.h3_02 { background: url(img_sanka/h3_02.jpg) no-repeat; }
.Gsanka h3.h3_03 { background: url(img_sanka/h3_03.jpg) no-repeat; }
.Gsanka h3.h3_04 { background: url(img_sanka/h3_04.jpg) no-repeat; }
.Gsanka h4 { font-size:12px; font-weight: bold; }
.Gsanka h4.target1 { width: 239px; height:13px; background:url(img_sanka/h4_03_01.jpg) no-repeat; }
.Gsanka h4.target2 { width: 239px; height:13px; background:url(img_sanka/h4_03_02.jpg) no-repeat; }

.Gsanka dl.mokuteki dt {
	width: 500px;
	height: 30px;
	}
.Gsanka dt.mokuteki01 { background:url(img_sanka/01_mokuteki1.jpg) no-repeat; }
.Gsanka dt.mokuteki02 { background:url(img_sanka/01_mokuteki2.jpg) no-repeat; }
.Gsanka dt.mokuteki03 { background:url(img_sanka/01_mokuteki3.jpg) no-repeat; }

div.cat img {
	padding-top: 13px;
	padding-bottom: 10px;
}
/*　一時　*/
.Gichiji { color:#000; }
.Gichiji h2{
	background: url(img_ichiji/h2.jpg) no-repeat;
	}
.Gichiji h3 {
	width:580px;
	height: 74px;
	background:url(img_ichiji/h3.jpg) no-repeat;
	}
.Gichiji h4 {
	width:280px;
	height: 16px;
	background: no-repeat left top;
	}
.Gichiji h4.h4_01 { background:url(img_ichiji/h4_01.jpg) no-repeat; }
.Gichiji h4.h4_02 { background:url(img_ichiji/h4_02.jpg) no-repeat; }
.Gichiji h4.h4s_01 { background:url(img_ichiji/h4s_01.jpg) no-repeat; }

.Gichiji th { font-weight: bold; }
	
/*　手当て　*/
.Gteate { color:#000; }
.Gteate h2{
	background: url(img_teate/h2.jpg) no-repeat;
	}
.Gteate h3 {
	width:239px;
	height: 15px;
	background: url(img_teate/h3_01.jpg) no-repeat;
	}
.Gteate th{ font-weight: bold; }

/*　妊婦　*/
.Gninpu { color:#000; }
.Gninpu h2{
	background: url(img_ninpu/h2.jpg) no-repeat;
	}
.Gninpu h3 {
	width:239px;
	height: 15px;
	background: url(img_ninpu/h3_01.jpg) no-repeat;
	}
.Gninpu h4 {
	width:239px;
	height: 15px;
	background: url(img_ninpu/h4_01.jpg) no-repeat;
	}


/* テーブルの設定　*/
table {
	width:500px;
	background: #CCC;
	color:#000;
	line-height: 135%;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 8px auto auto;
	text-align: left;
	vertical-align: top;
}
table th {
	width: 130px;
	background:#FBFBFB;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: normal;
	border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 1px;
}
table td {
	background:#FFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 1px;
}
