@charset "utf-8";
.red {
	color: #C00;
}
#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 10px;
	width: 843px;
	padding-left: 7px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

/*index用ナビ*/
.headerNavi{
	width: 90%;
	margin: 10px auto 10px;
	display: flex;
	justify-content:center;
}
.headerNavi li{
	margin: 0 8px ;
	text-decoration: none;
	list-style: none;
}
.headerNavi li a{
	padding: 8px 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #FFF;
	text-decoration: none;
	background-color: #461E00;
	border-radius: 4px 4px 4px 4px;
}
.headerNavi li a:hover{
	opacity: .7;
}

h1 {
	font-size: 8pt;
	font-weight: lighter;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



.t {
	height: 110px;
	width: 850px;
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	justify-content: space-between;
}

.t-box {
	height: 120px;
	width: 390px;
	margin: -10px 15px 5px auto;
	margin-right: 15px;
	display: flex;
	justify-content: space-between;
}
.t-box-1 {
	height: 31px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: right;
	padding-right: 10px;
}

.t-box-2 {
	height: 75px;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: bold;
}
.t-box-2 p{
	margin-bottom: 5px;
}
.t-box-1-top {
	float: left;
	height: 25px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: right;
	padding-right: 10px;
	padding-top:5px;
}
.t-box-1-top a:hover {
	color: #F30;
}

.t-box-1-top a {
	color: #666;
	text-decoration: none;
}
.QR{
	width: auto;
	height: 95px;
	margin: 0 0 auto 0;
	text-decoration: none;
}
.QR img{
	width: auto;
	height: 100%;
}
.QR span{
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: -5px;
}
.contents {
	width: 850px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
}

.h-1 {
	height: 20px;
	width: 835px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #7C7C7C;
	padding-top: 5px;
}
.h-1 a {
	color: #7C7C7C;
	text-decoration: underline;
}
.h-1 a:hover {
	color: #600;
}


.h-2 {
	height: 55px;
	width: 850px;
}
.head1 {
	width: 735px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	height: 30px;
	background-image: url(img/book.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13pt;
	color: #000;
	padding-left: 65px;
	padding-top: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.head1 a {
	color: #000;
	text-decoration: none;
}
.head1 a:hover {
	color: #600;
	text-decoration: underline;
}


.c-1 {
	width: 740px;
	margin-right: 55px;
	margin-left: 55px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11pt;
	line-height: 25pt;
	color: #333;
	height: auto;
}
.letter {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 8pt;
	color: #868686;
	height: 20px;
	width: 840px;
	padding-left: 10px;
	padding-top: 10px;
}

#footer {
	height: 30px;
	width: 843px;
	padding-left: 7px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-position: bottom;
	font-size: 8pt;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #600;
	clear: both;
}
#footer a {
	color: #600;
	text-decoration: none;
}
#footer a:hover {
	color: #F30;
}



#footer2 {
	width: 850px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 8pt;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin-bottom: 5px;
	height: 25px;
}




.c-left-b {
	height: auto;
	width: 194px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
a.c-left-b-b {
	background-image: url(img/button/b.gif);
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #653D01;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 12px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
a.c-left-b-b3 {
	background-image: url(img/button/b3.gif);
	background-position: left top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #653D01;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 8px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 14pt;
}
a.c-left-b-b4 {
	background-image: url(img/button/b3.gif);
	background-position: left top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 44px;
	padding-top: 8px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 14pt;
}

.c-left-b-b3-over {
	background-image: url(img/button/b4.gif);
	background-position: left top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #653D01;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 8px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 14pt;
	background-color: #DAD5CB;
}
.c-left-b-b4-over {
	background-image: url(img/button/b4.gif);
	background-position: left top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 44px;
	padding-top: 8px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 14pt;
	background-color: #DAD5CB;
}






.c-left-b-b {
	background-image: url(img/button/b.gif);
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #653D01;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 11px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
a.c-left-b-b3:hover {
	color: #F30;
	background-image: url(img/button/b4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DAD5CB;
}
a.c-left-b-b4:hover {
	color: #F30;
	background-image: url(img/button/b4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DAD5CB;
}




.c-left-b-b-over {
	background-image: url(img/button/b2.gif);
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #653D01;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 11px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-color: #DAD5CB;
}
.c-left-b-b-over2 {
	background-image: url(img/button/b2.gif);
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 11px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-color: #DAD5CB;
}



a.c-left-b-b:hover {
	color: #F30;
	background-image: url(img/button/b2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-color: #DAD5CB;
	text-decoration: underline;
}

a.c-left-b-b2 {
	background-image: url(img/button/b.gif);
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 11px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
a.c-left-b-b2:hover {
	color: #F30;
	background-image: url(img/button/b2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-color: #DAD5CB;
}


.c-left-b2 {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #744223;
	height: auto;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #300;
	text-align: center;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	line-height: 12pt;
	background-color: #F4F1E8;
	letter-spacing: -0.1em;
	margin-bottom: 15px;
}










.c-right {
	float: left;
	height: auto;
	width: 620px;
}


.c-left {
	float: left;
	height: auto;
	width: 208px;
	background-color: #DAD5CB;
	border: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.fax {
	background-color: hsla(0,0%,100%,1.00);
	width: 194px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	padding-top: 8px;
	color: #461E00;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 13pt;
}






#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.maintenance-text {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 600px;
	line-height: 21pt;
	font-size: 14pt;
}
.InfoStyle {
	background-color: #FC3;
	text-align: center;
	border: 2px solid #333;
	height: 30px;
	padding-top: 10px;
	font-weight: 600;
	width: 350px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}




/*menu追加*/
.c-left-b-b-mokuroku {
	background-image: url(img/button/b.gif);
	background-position: left 14px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 11px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.c-left-b-b-m {
	background-position: left center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 5px;
	padding-left: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #461E00;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
a.c-left-b-b-m:hover {
	color: #F30;
	background-image: url(img/button/b2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	display: block;
	background-color: #DAD5CB;
	text-decoration: underline;
}