body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:#FFFFFF;
	font-size:small;
	color:#333333;
}

*{
	margin:0px;
	padding:0px;
}

a{
	color:#662200;
}
a:hover{
	color:#D96C00;
}
/*
a.link{
	padding-right:13px;
	background:url("image/ico_link.gif") no-repeat right center;
}
*/

img{
	vertical-align:bottom;
	display: inline-block;
	height: auto;
	max-width: 100%;
	margin:0 auto;
}
hr{
	border:0px;
	border-top:solid 1px #999999;
	/* < IE7 */
	height:1px;
	color:#666666;
}

/* ”Ä—pØ‘ÖPC-SP */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 1000px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc2 { display: block !important; }
.sp2 { display: none !important; }
@media only screen and (max-width: 678px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}
/* ”Ä—pØ‘ÖPC-SP MENU */
.pcmenu { display: flex !important; }
.spmenu { display: none !important; }
@media only screen and (max-width: 1000px) {
.pcmenu { display: none !important; }
.spmenu { display: flex !important; }
}

#container{
	margin:0px auto;
	width:100%;
	max-width:1000px;
	border:solid 1px #666666;
	text-align:left;
	zoom:100%;
}
@media only screen and (max-width: 1000px) {
#container{
	border-left:none;
	border-right:none;
}
}


#container:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header{
	padding:10px 15px 0;
	font-size:small;
	font-weight:normal;
	background:url("image/bg_header.gif") no-repeat 115px 50px;
	zoom:100%;
}
#header:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#header h1{
	float:left;
}

ul#header_menu{
	float:right;
	margin:20px 10px 0;
	list-style:none;
	text-align:right;
	border-right:solid 1px #999999;
	zoom:100%;
}
#header_menu:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#header_menu li{
	display:inline;
	padding:0 8px 0 11px;
	border-left:solid 1px #999999;
}
#header_menu a{
	color:#333333;
	text-decoration:none;
}
#header_menu a:hover{
	color:#999999;
	text-decoration:underline;
}
.title_news_n{
    border-bottom: 1px solid #555551;
}
@media only screen and (max-width: 400px) {
ul#header_menu{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 10px;
    border-right: none;
    width: 100%;
}
#header_menu li{
width:calc(100%/2);
margin-left: -1px;
padding:0;
text-align:center;
}
#header_menu li:nth-child(1), #header_menu li:nth-child(3){
border-left:none;
}
#header_menu li:nth-child(1), #header_menu li:nth-child(2){
border-bottom:solid 1px #999999;
}
}





ul#menu{
	clear:both;
	/*margin:5px 0 0 23px;*/
	list-style:none;
	zoom:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:10px;
}
#menu:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#menu li{
	padding-left:6px;
	background:url("image/bg_menu.gif") no-repeat left top;
}
#menu li.top{
	padding-left:0;
}


@media only screen and (max-width: 1000px) {
ul#menu{
    flex-wrap: wrap;
    font-family: 'Noto Serif JP', serif;
}
#menu li{
    width: calc(100%/3);
    text-align: center;
    padding: 0;
background: -moz-linear-gradient(left, #020201 0%, #6d6252 100%);
background: -webkit-linear-gradient(left, #020201 0%,#6d6252 100%);
background: linear-gradient(to right, #020201 0%,#6d6252 100%); 
}
#menu li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 1em;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu li a:hover{
background:#6c0104;
}
#menu li a img{
    display: block;
}
#menu li:nth-child(1){border-bottom: 2px solid #bea56a;}
#menu li:nth-child(2){border-left: 2px solid #bea56a;margin-left: -2px;border-bottom: 2px solid #bea56a;}
#menu li:nth-child(3){border-left: 2px solid #bea56a;margin-left: -2px;border-bottom: 2px solid #bea56a;}
#menu li:nth-child(4){}
#menu li:nth-child(5){border-left: 2px solid #bea56a;margin-left: -2px;}
#menu li:nth-child(6){border-left: 2px solid #bea56a;margin-left: -2px;}
}

@media only screen and (max-width: 678px) {
#menu li{
    width: calc(100%/2);
}
#menu li:nth-child(1){border-bottom: 2px solid #bea56a;}
#menu li:nth-child(2){border-left: 2px solid #bea56a;margin-left: -2px;border-bottom: 2px solid #bea56a;}
#menu li:nth-child(3){border-left: 2px solid #bea56a;margin-left: -2px;border-bottom: 2px solid #bea56a;}
#menu li:nth-child(4){border-left: 2px solid #bea56a;margin-left: -2px;border-bottom: 2px solid #bea56a;}
#menu li:nth-child(5){border-left: 2px solid #bea56a;margin-left: -2px;}
#menu li:nth-child(6){border-left: 2px solid #bea56a;margin-left: -2px;}
#menu li a{
    font-size: 14px;
}
}


ul.subnavi{
	margin:10px;
	list-style:none;
	text-align:center;
}
.subnavi li{
	display:inline;
	padding:2px 7px 2px 10px;
	border-right:solid 1px #999999;
}
.subnavi li.top{
	border-left:solid 1px #999999;
}
.subnavi a.active{
	color:#333333;
}

.main{
	margin:6px 23px 10px;
	line-height:140%;
	zoom:100%;
}
.main:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.contents{
	clear: both;
	padding:10px 50px;
	line-height:140%;
	zoom:100%;
}

@media only screen and (max-width: 1000px) {
.contents{
	clear: both;
	padding:10px 15px;
}
}

.contents hr{
	margin:20px -60px;
}

.contents_w{
	clear: both;
	padding:20px;
	line-height:140%;
	zoom:100%;
}

.contents:after,
.contents_w:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

h2{
	clear:both;
	margin:6px 0 10px;
}

h3{
	clear:both;
	margin:0 0 10px;
}

h4{
	clear:both;
	margin:0 0 10px;
	padding:8px 15px 6px;
	background:#FAF2E1 url("image/bg_subtitle.gif") no-repeat left 2px;
	border-top:solid 2px #957940;
	color:#4D2600;
	font-size:110%;
}

h5{
	clear:both;
	margin:0 10px 5px;
	padding:6px 12px 4px;
	border-top:solid 2px #B2956B;
	border-bottom:solid 1px #CCBEA3;
	color:#331A00;
	font-size:110%;
}

p{
	margin:5px 20px;
	zoom:100%;
}
p:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

p img{
	vertical-align:middle;
}

em{
	color:#E50000;
	font-style:normal;
}

strong{
	color:#806737;
	font-size:110%;
}

table.tbl01{
	margin:5px auto;
	border-collapse:collapse;
}
.tbl01 th,
.tbl01 td{
	padding:5px 10px;
	border:solid 1px #CCC2AD;
	line-height:120%;
}
.tbl01 th{
	background:#FAF1E1;
	font-weight:normal;
	color:#331A00;
	white-space:nowrap;
}
.align_c .tbl01{
	margin:5px auto;
	text-align:left;
}

table.no_border{
	margin:5px 20px;
	border-collapse:collapse;
}
.no_border th,
.no_border td{
	padding:0px 5px 5px;
	vertical-align:top;
}

ul.no_mark{
	margin:5px 20px;
	list-style:none;
	line-height:130%;
}
.no_mark li{
	margin-bottom:0.5em;
	padding-left:12px;
	text-indent:-12px;
}
td .no_mark{
	margin:0;
}
td .no_mark li{
	margin:5px 0 0;
}

ul.list01{
	margin:5px 20px;
	list-style:none;
	line-height:1.3em;
}
.list01 li{
	padding:5px 10px 5px 22px;
	background:url("image/ico_list.gif") no-repeat 10px 0.8em;
	border-bottom:solid 1px #E5E5E5;
}

.subblock{
	margin-left:20px;
	zoom:100%;
}
.subblock:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.contents_detail{
	float:left;
	width:700px;
	padding:10px;
}
.contents_detail .contents_img{
	clear:both;
	text-align:center;
}
.contents_detail .contents_img img{
	margin:5px;
}
.contents_detail .contents_txt{
	margin:5px 20px;
	zoom:100%;
}
.contents_detail .contents_txt:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.contents_detail h5{
	clear:both;
	margin-top:20px;
}
.contents_detail .img_zoom img{
	border:solid 1px #957940;
	padding:5px;
	background:#FAF6ED;
}
.contents_detail .img_zoom:hover img{
	border-color:#D96C00;
	background:#FFEA80;
}

ul.side_navi{
	float:right;
	padding:10px 10px 5px;
	width:200px;
	list-style:none;
}
.side_navi li{
	margin:0 0 5px;
	line-height:100%;
}
.side_navi a{
	display:block;
	padding:5px 10px 5px 23px;
	text-decoration:none;
	border:solid 1px #C5AC6F;
	background:url("image/ico_link.gif") no-repeat left center;
}
.side_navi a:hover{
	background-color:#FAF6ED;
	color:#A0410D;
}
.side_navi a.active{
	background-color:#F5F5F5;
}

.linespace{
	height:10px;
}

.img_l{
	float:left;
	margin-right:5px;
}

.img_r{
	float:right;
	margin-left:5px;
}

.align_c{
	text-align:center;
}
.align_c table{
	margin:0px auto;
}

.align_l{
	text-align:left;
}

.align_r{
	text-align:right;
}

.valign_t{
	vertical-align:text-top;
}
.valign_t th,
.valign_t td{
	vertical-align:text-top;
}

.jp_on{
	ime-mode:active;
}
.jp_off{
	ime-mode:disabled;
}
.jp_off_r{
	ime-mode:disabled;
	text-align:right;
}

input,
select{
	vertical-align:middle;
}

input[type='text']{
	padding:0px 1px;
}

input[type='button'],
input[type='submit']{
	margin:5px;
	padding:4px 5px 3px;
	cursor:pointer;
}

.pagetop{
	clear:both;
	padding-top:10px;
	text-align:center;
}
.pagetop a{
	padding-left:11px;
	background:url("image/ico_up.gif") no-repeat left center;
}

/*Footer*/
#footer{
	clear:both;
	padding:6px 15px;
	background:#333333;
	text-align:center;
	color:#FFFFFF;
	line-height:120%;
}

.ftExBR{display:none;}
@media only screen and (max-width: 1000px) {
#footer{
	padding:20px 15px;
	line-height:1.4em;
}
.ftExBR{display:block;}
}


.titleImage{
text-align:center;
}

.titleArea{
background:#231815;
margin-top:6px;
}
.titleArea h2{
background: -moz-linear-gradient(left, #957240 0%, #d1bc9e 100%);
background: -webkit-linear-gradient(left, #957240 0%,#d1bc9e 100%);
background: linear-gradient(to right, #957240 0%,#d1bc9e 100%); 
color:#fff;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 10px 1px;
}