﻿#headline{
	padding-left: 18px;
 	text-align:centter;
   	color:blue;
	font-weight: bold;
  font-size: 18pt;
	background-image: url('blueball.gif');
	background-position:left center;
	background-repeat:  no-repeat;
  vertical-align: middle;
}

body{
  font-weight:normal;
  font-size:12pt;
  line-height:150%;
  /* padding-left:8px; */
  background-image: url('wall1.png');
}

#border_sample{
  color:#ff0000;
  border-image-source:url('bar_orange.png');
  border-image-width:auto;
  border-image-slice: 55;
}


#div_title{
  width: 800px;
  height:90px;
  /* left: 0px; */
  /* border: solid 1px #888; */
  background-color: black;
  text-align: center;
  margin: 0 auto;
}



#tbl_index{
  background-color: white;
  width: 600px;
  height: auto;
  /* padding-left: 8px; */
  /* margin: 3px auto;    上下3px 左右auto */
  /* margin: 0 auto; */

}

td#logo{
  text-align:left;
  background-image: url('https://sadaji.net/bar_blue.png');
  /* background-repeat:  no-repeat;  */
  /*vertical-align: middle;*/
}



td#caption{
  text-align: right;
  background-image: url('https://sadaji.net/blueball.gif');
  background-repeat:  no-repeat; 
  /* background-position: top 4px  left 4px; */
  padding-left: 22px;
  vertical-align: bottom;
  /* border: solid 1px blue; */
}



td#title_top{
  text-align: center;
  vertical-align: middle;
  color:blue;
  font-size:x-large;
  height:34px;
	font-weight: bold;
	background-image: url('https://sadaji.net/bar_orange.png');
  /* text-align: left;
  background-image: url('https://sadaji.net/blueball.gif');
  background-repeat:  no-repeat; 
  background-position: top 4px  left 4px;
  padding-left: 22px;
  vertical-align: middle; */
}

#small_caption{
  text-align: right;
  font-weight: bold;
  color:blue;
  background-image: url('gold_ball.png');
  background-repeat:  no-repeat; 
  /* background-position: top 4px  left 4px; */
  padding-left: 38px;
  vertical-align: bottom;
  /* border: solid 1px blue; */
}



.hor_div{
  /*コレ*/display: flex;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width:800px;
}

.hor_div>div{
  float: left;
}
.right{
  text-align: left;
  width:600px;
  background:white;
}

.left{
  width:200px;
  background-color: #ddf;
}

#panel {
  width: auto;
  padding:0px;
  margin: 0px;
}

#panel > dt {
  border-bottom: solid 1px #ccc;
  background-color: #cfc;
  color: black;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

#panel > dd {
  border: solid 1px #ccc;
  margin: 0px;
  padding: 10px;
}

.blueball{
	padding-left: 24px;
	background-image: url('blueball.gif');
	background-repeat:  no-repeat;
  background-position:left center;
  /* font-size: large; */
  font-weight: bolder;
  color: blue;
}

.underline {
  color:#44f;
  /* font-size:large; */
  font-weight: bold;
/* background-image: url('underline.png'); */
  line-height:150%;
  border-bottom: solid 4px orange;
}

.prog {background:black;color:lime;line-height:110%;}

.LargeCaption{
	padding-left: 26px;
    	color:blue;
    	font-size:large;
	font-weight: bold;
	text-align:centter;
	background-image: url('caption_rect.png');
	background-position:left center;
	background-repeat:  no-repeat;
	
 
}


.caption{
  text-align: left;
  background-image: url('https://sadaji.net/blueball.gif');
  background-position:left center;
  background-repeat:  no-repeat; 
  /* background-position: top 4px  left 4px; */
  padding-left: 22px;
  vertical-align: middle;
  font-size:medium;
  font-weight:normal;
  text-align:middle;
  display: flex;
  justify-content: middle;
  align-items: middle;

  /* border: solid 1px blue; */
}



#v_center{
  /*padding-left: 22px;*/
  vertical-align: middle;
  /* border: solid 1px blue; */
}

.SmartCaption{
	padding-left: 26px;
    	color:blue;
    	font-size:large;
      height:44px;
	font-weight: bold;
  background-color:#E4FCFD;
  vertical-align: middle;
  background-image: url('caption_rect.png');
	background-position:left center;
	background-repeat:  no-repeat;
	
 
}
