/***********************************************/
/* DSI トップページ用スタイル                  */
/***********************************************/

body {background-image:url(images/back1.gif); background-color:#FFFFFF;	margin: 0px;padding: 0px;text-align:center;
}

p { line-height: 1.5; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12pt; font-weight: normal; }
a:link{ text-decoration:underline;font-weight:bold }
a:visited{ text-decoration:underline;font-weight:bold }  
a:hover{ text-decoration:none; }

            
/***********************************************/
/* DSI indexコンテンツ                         */
/***********************************************/
       
div.indexcont {margin-left:auto; margin-right:auto; padding-bottom:12px; width:750px;}

.indexconttable  {width: 740px; font-family:Arial, Helvetica, sans-serif ; font-size:12pt; color:#808000; font-weight:bold; line-height: 1.3;}

.indextexttable  {width: 700px; font-family: Arial, Helvetica, sans-serif,Osaka-等幅,monospace; color: #000000; font-size: 11pt; line-height: 1.3;}

.indexlinktable  {font-family:Arial, Helvetica, sans-serif ; font-size:12pt; color:#808000; font-weight:bold; line-height: 1.3;}

                   
/***********************************************/
/* DSI ページ最下段　　                        */
/***********************************************/
div.bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 750px;
	margin: 0px;
	padding: 5px 10px;
	border: 1px #999900 solid;
	background-color: #CCCC66;
	text-align: left;
	line-height: 14pt;}
	
a.bt:link{
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#0000FF;}
a.bt:visited{
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#0000FF;}  
a.bt:hover{
	text-decoration:underline;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;}
	

/***********************************************/
/* マウスホバー バナーズームイン  https://b-risk.jp/blog/2021/11/hover-reference/ */
/***********************************************/
.zoom-box {
  display: inline-block;
  overflow: hidden;
}
.c-bnr.zoom {
  display: block;
  transition-duration: .5s;
}
.c-bnr.zoom:hover {
  transform: scale(1.2);
}