@charset "shift_jis";

body {
	
	margin:0;
	padding:0;
}

a {
	color:#A1101F;
	text-decoration:underline;
}
a:hover {
	color:#FF8000;
	text-decoration:none;
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #555 solid;
	margin:16px 0
	}
	
h1 {
	font-size:25px;
	color:#A1101F;
	border-left:#A1101F 5px solid;
	text-indent:10px;
	line-height:29px;
}
h2 { font-size:20px}

.red { color:#A1101F;}
.orange { color:#FF7F00;}

.btn {
	background: -moz-linear-gradient(top,#555 0%,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	border: 1px solid #DDD;
	color: #FFF;
	padding: 13px 30px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
}
.btn:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
	color: #FFF;
	text-decoration: none;
}

.btn {
	background: -moz-linear-gradient(top,#555 0%,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background-color:#555;
	border: 1px solid #DDD;
	color: #FFF;
	padding: 13px 30px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
}
.btn:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
	color: #FFF;
	text-decoration: none;
}

/* カラム -------------------------------------------------------------- */

html, body {
	height:100%;
	background-color:#fff;
}

#Wrapper {
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	border-top:#DCC5A3 10px solid;
}

#contents {
	width:980px;
	text-align:left;
	padding:0;
	margin:0 auto;
}

#header {
	background-image: url(../../images/bg_main.jpg);
	background-repeat: no-repeat;
	height:557px;
}
#header_p {
	background-image: url(../../images/bg_head.jpg);
	background-repeat: no-repeat;
	height:100px;
}

#logo {
	float:left;
	margin:30px 0 0 0;
	padding:0;
	}

#footer {
	background-color:#A1101F;
	width:100%;
	padding:0;
	margin:0;
	color:#FFF;
}
#foot {
	width:980px;
	height:300px;
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
}

#Main {
	width:940px;
	text-align:left;
	padding:0;
	margin:20px auto 35px auto;
}


#Page section {
	padding:30px;
}

/* ヘッダメニュー -------------------------------------------------------------- */
#head {
	margin:0;
	padding:0;
}

#head ul#head_bt {
	margin:-40px 0 0 0;
	padding:0;
	width:562px;
	height:31px;
	float:right;
	text-indent: -9999px;
}

#head ul#head_bt li {
	text-decoration: none;
	display: block;
	margin:0 38px 0 0;
	padding:0;
	float:left;
	list-style-type: none;
	text-indent: -9999px;
	height: 31px;
	width: 62px;
	overflow: hidden;
}
#head ul#head_bt li a {
	background-image:url(../../images/navi.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding:0;
	height: 31px;
	margin: 0px;
}

#head ul#head_bt li.m05 {
	margin-right:0 !important;
}

#head ul#head_bt .home a {
	background-position:0 0;
}
#head ul#head_bt .m01 a {
	background-position:-96px 0;
}
#head ul#head_bt .m02 a {
	background-position:-189px 0;
}
#head ul#head_bt .m03 a {
	background-position:-295px 0;
}
#head ul#head_bt .m04 a {
	background-position:-404px 0;
}
#head ul#head_bt .m05 a {
	background-position:-500px 0;
}

#head ul#head_bt a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
}

#head ul#head_bt .home .rlon {
	background-position:0 -31px;
}
#head ul#head_bt .m01 .rlon {
	background-position:-96px -31px;
}
#head ul#head_bt .m02 .rlon {
	background-position:-189px -31px;
}
#head ul#head_bt .m03 .rlon {
	background-position:-295px -31px;
}
#head ul#head_bt .m04 .rlon {
	background-position:-404px -31px;
}
#head ul#head_bt .m05 .rlon {
	background-position:-500px -31px;
}


/* フッター -------------------------------------------------------------- */

#foot #tlink {
	text-align:right;
}
#foot #tlink a, #foot #menu a {
	color:#fff;
	text-decoration:none;
}
#foot #tlink a:hover, #foot #menu a:hover {
	color:#fff;
	text-decoration:underline;
}

#foot #menu {
	text-align:left;
	color:#FFF;
	margin:40px 0 0 0;
}

#foot #menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	
}
#foot #menu .lst {
	float:left;
	text-align:center;
	display:block;
	padding:0 30px;
	border-right:#DCC5A3 1px solid;
	min-height:165px;
}
#foot #menu .last {
	margin-right:0 !important;
	border-right:none !important;
}
#foot #menu ul ul {
	margin-top:10px;
	text-align:left !important;
}

	
/* 左メイン -------------------------------------------------------------- */

#Mainleft {
	float:left;
	max-width:250px;
}

#Mainright {
	float:left;
	margin-left:40px;
	max-width:650px;
}


#Mainright00 {
	width:650px;
/*	background-color:#112233;*/
}

/* ページ --------------------------------------------------------------------- */

#contents a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.line {
	background:url(../../img/bg_line.gif) repeat-x 0 50%;
	height:21px;
	clear:both;
}

.rlov img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


p.cap {
	font-size:11px;
	line-height:15px;
	padding:0;
	margin:10px 0 0 0;
	max-width:250px;
}

div.cap01 {
	font-size:11px;
	line-height:15px;
	padding:0;
	margin:10px 0 0 0;
	max-width:100%;
	text-align: left;
}

p.cap02 {
	font-size:11px;
	line-height:15px;
	padding:0;
	max-width:100%;
}

.table01 {
	margin:8px 0;
	border-collapse: collapse !important;
}
.table01 td {
	border-collapse: collapse !important;
	border:1px solid #DCC5A3;
	padding:4px;
}

.table02 {
	border-spacing: 5px !important;
}
.table02 td {
	border-collapse: collapse !important;
	border-bottom:1px solid #DCC5A3;
	padding:4px;
}
.table02 th {
	border-collapse: collapse !important;
	border-bottom:1px solid #DCC5A3;
	border-right:1px solid #DCC5A3;
	padding:4px;
}


/* ニュース(20200120追加) ------------------- */

.news_bn{
width:100%;
display: flex;
flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.news_bnBox{
 width:220px;
margin:0 0 30px 0;
}

div.news_bn01 {
	font-size:13px;
	line-height:15px;
	padding:0;
	margin:0px 5px 30px 0;
	max-width:100%;
	text-align: right;
}

div.news_bn02 {
	font-size:15px;
	line-height:15px;
	padding:0;
	max-width:100%;
	text-align: center;
	font-weight:bold;
}
