@charset "Shift_JIS";


.sd{
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
  color: #8b0000;
  border-bottom: 1px solid #556b2f;
  border-left: 25px solid #556b2f;
  padding: 5px;
  font-size: 1.5em;
  text-indent: 1em;
   font-weight: bold;
  }
  
/*-------------------------------------------
1行内に左寄せと右寄せを同時に書く設定 
-------------------------------------------*/

.subject {
text-align: left;/*タイトルを左に指定*/
float: left;
/*
floatプロパティに値「left」を指定すると、「それ自身を左端に寄せ、
続く内容を右側に回り込ませる」というレイアウトを実現できます
*/
}

.date {
text-align: right;/*日付を右に指定*/
padding-right: 1em;
color: #000000;
}

.hedsub {
text-align: right;/*ヘッダーのサイトマップや掲示板についての右指定*/
margin-top: 15px;
padding-right: 1em;
color: #000000;
}

div.block-g {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0; 
border-left: 1px solid #c0c0c0; 
text-indent: 1em;
}


#block-g a: {
text-decoration: underline; 
}
#block-g a:link {text-decoration: underline;}

#block-g a:visited {text-decoration: none;}

#block-g a:hover{
border-width:0px;
border-style:solid;
/*border-color:#191970;*/
color:#ff0000;
 text-decoration: none;
}

#block-g a:active {text-decoration:none;}




div.clear {
clear: both;
}

/*-------------------------------------------
   コラムの文字設定 
-------------------------------------------*/
.vin {
text-indent: 1em;
line-height:1.8em;
letter-spacing: 2px;
margin-top: 1em;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 1em;
}

div #block-g .img {
margin-left: 40px;
}

.spn{
margin: 8px;
font-size: 80%;
}

.spn a{
	color:#00008b;
	text-decoration:underline;
	}
.spn a:hover{
	color:#b22222;
	text-decoration: none;
	}