/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

body {
	background-image: url(../images/headerBase.gif);
	background-repeat: repeat-x;
	height: 123px;
	background-color: #F4F4EA;
}

#main {
	display: block;
	padding: 0;
	width: 940px;
	background-image: url(../images/topContentsBase.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

/* コンテンツ用エリア設定 */

#contents {
	width: 775px;
	display: block;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-top: 7px;
}
#contentsInner {
	margin-right: auto;
	margin-left: auto;
	width: 758px;

}

#main_image  {
	margin: 0px;
	padding: 0px;
	
}

#bnrArea
  {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 150px;
	
}

#bnrArea img
  {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}

/* お知らせ */

#infoArea
{
	background-image: url(../images/infoBase.gif);
	background-repeat: repeat-y;
	width: 756px;
	margin-right: auto;
	margin-left: auto;

	
}
#contents  table {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	font-size: 84%;
	margin-bottom: 15px;
}

#contents  th {
	font-weight: bold;
}

#contents .bg01  {
	background-color: #F2F5F9;
}

#contents .bg02  {
	background-color: #F9F9F4;
}
#contents .line_rl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .line_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents .line_r {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}



/* ---------------------------------------------------------------- */
/* 医療機関検索 */
/* ---------------------------------------------------------------- */


#sidebar02 input#btnSearch {
	width: 100%;
	background-color: #214967;
	color: white;
	padding: 5px;
}

#pgDatabankArea {
	
}

.pageNaviBox {
	width: 100%;
	border-style: none;
}

.pageNaviBox td {
	border-style: none;
	font-size: 75%;
}

.pageNaviBox td.toPrev {
	width: 20%;
	margin: 0;
	padding: 0;
}

.pageNaviBox td.pageNo {
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pageNaviBox td.toNext {
	text-align: right;
	width: 20%;
	margin: 0;
	padding: 0;
}

#dataSearchBox {
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #e0e0e0;
}

#dataSearchBox table {
	border: 1px dotted silver;
	width: 100%;
}

#dataSearchBox th {
	border: 1px dotted silver;
	color: #607D9D;
	background-color: transparent;
	text-align: left;
	padding: 10px;
	font-weight: bold;
	width: 15%;
}

#dataSearchBox td {
	border: 1px dotted silver;
	padding: 10px;
	color: gray;
}

#dataSearchBox td input.textBox {
	border: 1px solid gray;
}

#dataSearchBox td input#btnSearch {
	width: 100%;
	background-color: #214967;
	color: white;
	padding: 5px;
}

#dataListBox {
	padding: 20px;
	border: 1px solid #e0e0e0;
}

#dataListBox .resultListBox {
	width: 100%;
	border-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

#dataListBox .resultListBox tr {
	background-color: #f1faf7;
}

#dataListBox .resultListBox th {
	border-style: none;
	background-color: #F2F5F9;
	text-align: left;
	font-size: 87.5%;
	padding: 5px;
	border-top: 2px solid white;
}

#dataListBox .resultListBox th a {
	color: #607D9D;
	text-decoration: none;
}

#dataListBox .resultListBox th a:hover {
	color: orange;
}

#dataListBox .resultListBox td {
	border-style: none;
	background-color: #F2F5F9;
	text-align: right;
	font-size: 87.5%;
	padding: 5px;
	border-top: 2px solid white;
}

#dataListBox .resultListBox td a {
	color: #607D9D;
	text-decoration: none;
}

#dataListBox .resultListBox td a:hover {
	color: orange;
}

#dataDetailBox {
	padding: 20px;
	border: 1px solid #e0e0e0;
}

#dataDetailBox h4 {
	padding: 5px;
	background-color: #607D9D;
	color: white;
	border: 1px solid silver;
	font-size: 87.5%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#dataDetailBox table {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	border-top: 1px dotted silver;
	border-left: 1px dotted silver;
}

#dataDetailBox table th {
	background-color: transparent;
	font-size: 75%;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

#dataDetailBox table td {
	background-color: transparent;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
	font-size: 87.5%;
}

#dataDetailBox table.dataStyle01 {
	
}

#dataDetailBox table.dataStyle01 th {
	width: 20%;
	background-color: #f0f0f0;
}

#dataDetailBox table.dataStyle01 td {
	width: 30%;
}

#dataDetailBox table.dataStyle02 {
	
}

#dataDetailBox table.dataStyle02 th {
	width: 20%;
	background-color: #f0f0f0;
}

#dataDetailBox table.dataStyle02 td {
	width: 80%;
}

#dataDetailBox table.dataStyle03 {
	
}

#dataDetailBox table.dataStyle03 th {
	width: 20%;
	background-color: #f0f0f0;
}

#dataDetailBox table.dataStyle03 td {
	text-align: center;
	width: 26.5%;
}

#dataDetailBox table.dataStyle04 {
	border: 1px dotted silver;
}

#dataDetailBox table.dataStyle04 th {
	width: 15%;
	background-color: #f0f0f0;
	border-style: none;
}

#dataDetailBox table.dataStyle04 td {
	width: 50%;
	border-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

#dataDetailBox table.dataStyle04 td s {
	color: silver;
}

#dataDetailBox #mapBox {
	border: 1px dotted silver;
	padding: 2px;
	margin-bottom: 25px;
}

#dataDetailBox #mapBox iframe {
	width: 100%;
	height: 500px;
}


/* サイドバー01 */

#sidebar01

  {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar01  ul {
	width: 154px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#sidebar01  li {
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
}

#sidebar01 li a {
	color: #214967;
	text-decoration: none;
}
#sidebar01 li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* サイドバー02 */

#sidebar02

  {
	margin-right: auto;
	margin-left: 5px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#sidebar02  ul {
	width: 152px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#sidebar02  li {
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
}

#sidebar02 li a {
	color: #214967;
	text-decoration: none;
}
#sidebar02 li a:hover {
	color: #FF9900;
	text-decoration: none;
}
#sidebar02  select {
	width: 120px;
}
#sidebar02 .formL {
	width: 120px;
}
.txtClr01 {
	color: #FF6600;
}
