/*------------ style set ------------*/
.bdbase{
	margin-top: 0px;
	background-image: ./image/kabegami11.jpg.jpg;
}

.date{
	line-height: 110%;
	font-size: 80%;
	color: #ff6600;/* #ff00ffピンク */
}

.bdmark{
	line-height: 100%;
	font-size: 90%;
	color: #ff6600;
}

.bdhonbun{
	line-height: 120%;
	font-size: 95%;
	font-weight: bold;
	color: #6e6e6e;
}

.bdhref{
	line-height: 100%;
	font-size: 90%;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: "ff6600"; /* 線色 */
   height: 1px; /* 高さ */
}

.hr1 {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #EAC383; /* オレンジ */
   height: 1px; /* 高さ */
}

.hr2 {
   width: 280px;
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #EAC383; /* オレンジ */
   height: 1px; /* 高さ */
}

.bdtd1{
	margin-left: 55px;
	font-size: 130%;
	font-weight: bold;

}

.bdtd2{
	margin-left: 75px;
	font-size: 110%;
	font-weight: bold;

}
.ftsmall{
	font-size: 80%;
	font-weight: bold;

}
*.looseleaf
      {
         font-family: 'ＭＳ ゴシック', sans-serif;
         font-size: 20px;
         background-image: url('./image/looseleaf.gif');
         line-height: 150%;
      }

*.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }

