@charset "UTF-8";
/* CSS Document */
/* for Obihiro City Medical Association by MH */

img {
  border:none;
  padding:5px;
  margin:5px;
}
img.right{
  float:right;
}
img.left{
  float: left;
}

img.right10{
  float:right;
}
img.right10_2{
  float:right;
  border:#999999 solid 1px;
}
img.left10{
  float: left;
}
img.left10_2{
  float: left;
  border:#999999 solid 1px;
}
p{
    padding:10px;
	margin:0px;
	line-height:150%;
}
ul,ol{
	line-height:150%;
	clear:both;
}
div#container #head{
   padding:0px;
   margin:0px;
}
li{ padding:0px 0px 10px;}

div#container #head .top_list{
    display:none;
}

div#container #head .global {
	display:none;
}

div#container #wrapp #side {
	display:none;
}


p.btn_table_top{
    display:none;
}

h2,h3{clear:both;}
h2{ border-bottom:1px #3F5F94 solid; border-left: #3F5F94 solid 10px; padding:0px 5px 3px;}
h1{ line-height:100%; font-size:50%;}

p.btn_totop{
	display:none;
}
p.btn_barrier_free{
	display:none;
}
p.btn_back{
display:none;
}
p.btn_next{
display:none;
}
/* table */

table {
	font-size:100%;
	margin:0px 10px 15px;
	clear:both;
}

td, th {
padding:5px;
vertical-align:top;
border:#666666 solid 1px;
}

caption.bus { 
    caption-side: top;
	text-align:left;
	font-weight:bold;
	font-size:110%;
	padding:10px 0px;
	margin:0px;
	color: #113E99;
}
caption.cap_none {
    text-indent:-100000px;
}

.orenge{
   background: #FCECCD;
}
.green{
   background:#F0FCE2;
}
.red{
   background: #FDCCCC;
}
.blue{
   background: #E2EBFC;
}
.blue2{
   background: #E2EBFC;
   font-weight:bold;
}

/* dl */

dl{ line-height:150%; padding:0px 20px;}
dt{ font-weight:bold; color:#3F5F94; padding:10px 0px 0px;}

