<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0
}
ul,li{
	list-style:none;
	padding:3px 0px;
	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}

/* リンク*/
a img {
	border: none;
}


a:link {
	color:#956235;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
a.alpha:hover img {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}

/* ~~ メインコンテナ */
.container {
	width:850px;
	max-width: 1260px;/* 最大幅を指定 */
	min-width: 780px;/*最小幅を指定 */
	background: #FFF;
	margin: 0 auto; /* レイアウトが中央に揃う*/
	
}

/* ~~ ヘッダーはレイアウトの幅全体まで広がるよ*/
.header {
	position:relative;
	background: #FFF;
}

h1.header{
	position:absolute;
	top:20px;
	left:0px;
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	letter-spacing:1px;
	color:#333333;

}

h2.header{
	position:absolute;
	width:250px;
	text-align:center;
	top:33px;
	left:565px;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	letter-spacing:1px;
	color:#333333;

}

/* サイドバー*/
.sidebar1 {
	float: right;
	width: 23%;
	background: #F7EBDA;
	padding-bottom: 10px;
}
.content {
	width: 77%;
	float: right;
}


.content02 {
	width: 578px;
	padding: 10px 0px 0px 0px;
	margin-left: 50px;
	float: left;
	background: #ffffff;
	text-align:left;
	font-size:14px;
}

.top_souzoku{
	position:relative;

}

.top_souzoku_mongon{
	position:absolute;
	top:55px;
	left:50px;
	color:#333333;
	line-height:25px;
}


.bunkatu_oya{
	position:relative;

}

.bunkatu_ko{
	position:absolute;
	top:35px;
	left:20px;
	color:#333333;
	text-align:left;
}


.nouzeishikin_oya{
	position:relative;

}

.nouzeishikin_ko{
	position:absolute;
	width:440px;
	top:10px;
	left:40px;
	color:#333333;
	text-align:left;
	font-size:13px;
}


.zouyokawari_oya{
	position:relative;

}

.zouyokawari_ko{
	position:absolute;
	width:440px;
	top:20px;
	left:25px;
	color:#333333;
	text-align:left;
	font-size:13px;
}

.henkounagare_oya {
	position: relative;
}
.henkounagare_ko01 {
	position: absolute;
	left: 21px;
	top: 15px;
}
.henkounagare_ko02 {
	position: absolute;
	left: 21px;
	top: 40px;
}
.henkounagare_ko03 {
	position: absolute;
	left: 250px;
	top: 15px;
}
.henkounagare_ko04 {
	position: absolute;
	left: 250px;
	top: 40px;
}

.shorui_oya {
	position: relative;
}
.shorui_ko {
	position: absolute;
	left: 21px;
	top: 15px;

}

.mochikabu_oya {
	position: relative;
}
.mochikabu_ko {
	position: absolute;
	left: 21px;
	top: 15px;
	width:450px;
	font-size:13px;	
}


/* ~~ ナビゲーションリストのスタイル付け ~~ */
.nav {
	color:#956235;
    font-size:12px;
	line-height:1.2em;
}

ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
    display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	background: #F7EBDA;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #6F7D94;
	color: #FFF;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #7B502F;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、&lt;br /&gt; または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#box20 {
	padding-top: 40px;
	padding-bottom: 40px;
}

#box10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wt{
	color:#FFF;
}

.MB10 {
	margin-bottom:10px;
}
.MB15 {
	margin-bottom:15px;
}

.MB25 {
	margin-bottom:25px;
}
.MTB15 {
	margin-bottom:25px;
	margin-top: 5px;
}

.MTB05 {
	margin-bottom:5px;
	margin-top: 5px;
}
.color01{ color:#1D2088;
	font-weight:bold;
}


table#table-01 {
    width: 100%;
    border: 0px #7B502F solid;
    border-collapse: collapse;
    border-spacing: 0;
}


table#table-01 td {
    padding: 10px;
    border-top:solid 1px #7B502F;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7B502F;
	border-bottom-color: #7B502F;

}


table#menu-01 {
    width: 100%;
    border: 0px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}


table#menu-01 td {
    padding: 0px;
    border-top:solid 0px #0033cc;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5A75A5;
	border-bottom-color: #5A75A5;

}


.clear_fix:after {content: "";display: block;clear: both;height: 0px;overflow: hidden;}



#oya_keiyaku {
	position: relative;
	width: 680px;
}
#k_kei01 {
	position: absolute;
	left: 12px;
	top: 192px;
	width: 190px;
}
#k_kei02 {
	position: absolute;
	left: 237px;
	top: 192px;
	width: 190px;
}
#k_kei03 {
	position: absolute;
	left: 464px;
	top: 192px;
	width: 190px;
}


#oya_gyoumu {
	position: relative;
	width: 500px;
	padding:5px 10px;
}
#gyoumu01 {
	position: absolute;
	left: 21px;
	top: 5px;
	width:283px;
}
#gyoumu02 {
	position: absolute;
	left: 325px;
	top: 5px;
	width:283px;
}


#gyoumu03 {
	position: absolute;
	left: 21px;
	top: 126px;
	width:283px;
}

#gyoumu04 {
	position: absolute;
	left: 325px;
	top: 126px;
	width:283px;
}</pre></body></html>