/*------調整用CSS*/
/*枠組み*/
body{
	font-size:1em;
	width:100%;
}
p.totop{
	margin-top:10px;
	margin-bottom:0;
}
div#search form,div#search table{
		margin-top:0em;
}
div#head{
 background-image : url(/images/tit_top02.jpg);
 position:absolute;
 left:0;
 top:0;
}
div#body{
	position:absolute;
 left:0;
 top:85px;

}
div#contents{
	width:45em;
	position:absolute;
	top:0px;
	left:190px;
/*	border:red thin solid;*/
	padding:0;	
}

div.menu_hanten{
	height:2em;
	padding-top:5px;
	line-height:9pt;
}
div.menu_hanten span{
	font-size:0.7em;
}
div.menu a:visited{
	color:white;
}
div.menu_hanten a,div.menu_hanten a:visited{
	color: #0c2854;
}
div.menu_hanten a:hover{
	color: yellow;
}
div#body{
	width:80em;
}
div#search{
	font-size:0.8em;
}
#contents h1{
	background-image : url(/images/tit_h1_01.gif);
	background-repeat:no-repeat;
	height:30px;
	text-indent:0;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	font-size:1.3em;
	color:white;
}
p{
 font-size : 1em;
 color : #393939;
 line-height : 1.2em;
 text-align : left;
 margin: 0;
}
div{
	margin:0;
	padding:0;
}
/*view用CSS*/
/*Select用CSS*/
div#select{
	vertical-align:middle;
	margin-top:0.3em;
	margin-bottom:0.3em;
	height:4em;
}
div#region_list,div#prefectures{
	font-size:0.8em;
}
div#region_list{
    float: left;
    width: 20em;
    border: blue thin solid;
	height:4em;
	margin-right:1em;
	padding:0.2em;
	text-align:center;
	display:block;
	vertical-align:middle;
}
div#region_list p,div#prefectures p{
	line-height:1.4em;
	
}
div#region_list a{
	width:4em;
}
p.middle{
	float:left;
	height:4em;
	vertical-align:middle;
	width:1em;
	padding-top:1.2em;
}

div#prefectures{
    float: left;
    clear: right;
    border: maroon thin solid;
	height:4em;
	margin-left:1em;
    width:27em;
	padding:0.2em;
	vertical-align:middle;
}
div.total{
	clear:both;
	padding:0;
	margin-top:0.5em;
/*	border:blue thin solid;*/
}
div.total h2{
	float:left;
	margin-right:1em;
	margin-top:0;
	padding-top:0.7em;
	width:4em;
	border-style:none;
}
div.total table{
	margin:0;
	padding:0;
}
div#lists{
	margin-top:0.5em;
	margin-left:0;
	padding-left:0;
	clear:both;
}
div#lists table{
	margin-left:0;
	border-collapse:collapse;
	border:black thin solid;
}
div#lists table,div#lists thead,div#lists tr.total{
	border:black thin solid;
	
}

div#lists colgroup{
	border:thin black solid;
}
div#lists tr.prefecture{
	background-color:#ffffcc;
}
div#lists tr.institutions{
	background-color:#ccffcc;
}
table .amount{
	text-align:right;
	padding-right:0.2em;
}
div#lists .title{
	text-align:left;
	font-weight:bold;
	padding-left:0.2em;
}
tr.total{
	background-color:#ddffdd;
	font-weight:bold;
}
colgroup.dentists{
	font-size:0.7em;
}
col.prefecture{
	width:5em;
	padding-left:0.5em;
}
col.institution{
	width:10em;
	text-align:left;
}
col.address{
	max-width:18em;
	min-width:15em;
	text-align:left;
}
col.amount,colgroup.cdejs{
	max-width:3em;
	min-width:1em;
	text-align:right;
}
col.name{
	width:6.5em;
	padding-left:0.2em;
	text-align:left;
	font-weight:normal;
}
a:visited{
	color:black;
}
span.selected{
	color:blue;
}
h2{
	color:blue;
}
h2 span.navi{
	font-size:0.9em;
	color:gray;
}
h2 a,h2 a:visited{
	font-size:0.8em;
	color:maroon;
	padding:0.3em;
	border:outset gray thin;
	background-color:#ddd;
	margin:0.3em 0;
}
a:hover,h2 a:hover{
	color:#ffffcc;
	background-color:#1f1;
}
/*-----下部注意書き-----*/
	div.caushon{
		margin:1em 0em;
		color:black;
		background-color:#77DDDD;
		padding:0.5em 1em;
		
	}
	div.caushon p{
		text-indent:1em;
		margin:0;
		padding:0;
	}
	div.caushon p.title{
		margin-top:1em;
		text-indent:0;
		
	}
	div.subcaushon{
		margin-left:1em;
		
	}
/*------/下部注意書き-----*/
