<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* 基本レイアウト */
html {
	height:100%;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 3;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4;
}

body {
	height:100%;
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	color:#333;
	background:#fff;
	overflow: scroll; 
}

@font-face {
	font-family: 'FOT-マティス Pro';
	src: url(fonts/FOT-MatissePro-M.otf);
	
	font-family: 'FOT-ロダン Pro';
	src: url(fonts/FOT-RodinPro-M.otf);
}

br {
   letter-spacing:normal;
}

a {
   text-decoration:none;
}

a:hover {
	color:#2F6385;
   text-decoration:none;
}

img {
   border:0;
}

h1 {
	font-family: FOT-ロダン Pro,sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
}

h2 {
	font-family: FOT-ロダン Pro,sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

h1,h2,h3,h4,h5,h6,h7 {
   margin:0;
}

ul {
	list-style-type: none;
	line-height: 20px;
	padding-left: 55px;
}

ol {
	list-style-type: circled-decimal;
	line-height: 20px;
	padding-left:81px;
}


/* TOPページ */
#top {
	min-width: 960px;
 	width:960px;
	/*height:1070px;*/
   	margin:0 auto;
   	background:#fff;
	position:relative;
}


/*#page-top {
	position:fixed !important;
	position:absolute;
	margin:0 0 0 50%;
	bottom:60px;
	left: 485px;
	z-index:1;
}*/


/* ヘッダー */
#border {
	width:100%;
	height:10px;
	background: #2F6385;
}

#top-title {
    width: 450px;
	height: 100px;
	margin-left:0;
}



/* メニュー */
#menu-box{
	width: 250px;
	height: 260px;
	position: absolute;
	top: 100px;
}



#menu {
	width: 250px;
	height: 50px;
	line-height:16px;
	position: relative;
}


/*案内*/
#Guide {
	width: 250px;
	height: 150px;
	top: 480px;
	margin-bottom: 0;
	position: absolute;

}


/*メインボックス*/
#main-box {
	width: 690px;
	/*height:1480px; */
    top: 0px;
	left: 260px;
	/*background: #CFF;*/
	position: relative;
}


/*タイトルバー*/
table.title-bar {
	width: 100%;
	font-family: ヒラギノ明朝 Pro W6.otf,serif;
	color:#ffffff;
	background: #2F6385;
	margin-bottom: 15px;
}

td.title1 {
	width: 23px;
	padding: 4px 0 0 19px;
	margin: 17px;
}

td.title2 {
	width: 690px;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
}


/*会則*/
#rule-box {	
	width: 630px;
	margin-left: 0;
	line-height: 0.1;
}

div.rule-text {
	width: 570px;
	margin: 0 0 0 78px;
	font-size: 14px;
}


table.label {
	width: 95%;
	margin: 0px 0px 15px 20px;
	font-family: FOT-マティス Pro,serif;
	color:#894D27;
	border-collapse: collapse;
	border-bottom:1px solid #894D27; /* 下の線を表示 */	
}

td.label1 {
	width: 30px;
	height:20px;
	padding:0 0 0;
}

td.label2 {
	width: 620px;
	padding:0px 0 0;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}


table.text {
	width: 100%;
	margin: 6px 0px 15px 20px;
	font-family: ＭＳ ゴシック,sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
}

td.text1{
	vertical-align: middle;
	text-align: center;
}

td.text2{
	vertical-align: middle;
	text-align: center;
	background:#A6D8F7;
	font-weight: bold;
}

td.text3{
	vertical-align: middle;
	text-align: center;
	padding:6px 0 0;
	border-right:none;
	
}

td.text4{
	vertical-align: middle;
	text-align: left;
	border-left:none;
	
}


/*事務所*/
#office {
	width: 690px;
	height: 111px;
	margin: 30px 0 0 260px;
}

#office-address {
	width: 650px;
	height: 81px;
	color: #000000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 19px;
	font-weight: 500;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}



/*フッターバー*/
#footer {
	width: 100%;
	height: 15px;
	/*position: absolute;*/
	background: #2F6385;
	text-align: center;
	font-size: 8px;
	color:#ffffff;
	margin-top: 30px;
}
</pre></body></html>