@charset "euc-jp";
/* CSS Document */

#cont_hd {
		background-color:#000;
        float: left;
        width: 980px;
		margin-bottom:10px;

}
#cont_fuku {
       float: left;
       width: 400px;
	   padding:0px 10px 0px 10px;
}

#cont_special {
       float: right;
       width: 540px;
	   padding:0px 0px 0px 20px;
}
#kaijyo{
  clear: both;
}

#cont_column {
       float: right;
       width: 540px;
	   padding:0px 10px 0px 10px;
}
#cont_pict{
       float: left;
       width: 400px;
	   padding:0px 0px 0px 20px;
}
#footer{
		  float:left;
		  width::980px;
		margin-top:10px;
}
#menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menu li a{
display: block; 
/*border-left: 8px solid #C00;*/
background-color: #000;
padding: 3px 10px;
text-decoration: none;
color: #E1E2CF;
width: 168px; 
margin: 1px 0px;
text-align: center;
font-size: 14px;
}
h2 {
   /*border-bottom: 1px dashed #10290a ;*/
   height: 70px;
   font-weight:bold;
}
h2 a {
   font-size: 18px;
   color:#b22222;
   text-decoration:none;

}
h2 a img {
 vertical-align: bottom;
 border: 0;
 margin-right: 5px;
}

#col_ttl {
		width:515px;
 		font-size: 14px;
		font-weight:bold;
    color:#FFFFFF;
/*    background-color:#663300;*/
	   padding:5px 5px 5px 5px;

background: #a90329;
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 34%, #6d0019 77%, #6d0019 77%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(34%,#8f0222), color-stop(77%,#6d0019), color-stop(77%,#6d0019));
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 34%,#6d0019 77%,#6d0019 77%);
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 34%,#6d0019 77%,#6d0019 77%);
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 34%,#6d0019 77%,#6d0019 77%);
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 34%,#6d0019 77%,#6d0019 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );


}

#pict_more{
		width:300px;
 		font-size: 16px;
		font-weight:bold;
    	color:#FFFFFF;

/*    background-color:#663300;*/
	   padding:5px 5px 5px 5px;
background: rgb(180,221,180);
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1)));
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 );

}
#pict_more a{
   			color:#FFF;
			text-decoration:none;

}
/* アーカイブ掲載用コラムボタン20250414kaneko*/
.btn_column {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 0.2rem 0.2rem;
	font-weight: bold;
	font-size: 10px;
	color: #a90329;
	background: #fff;
	border: 2px solid #a90329;
	text-decoration: none;
	transition: 0.5s;
}
.btn_column:hover {
	color: #fff;
	background: #a90329;
}

/* アーカイブ掲載用コラムボタン20250414kaneko*/
