<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ページ全体に関するスタイル*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
/*背景に関するスタイル*/

.bg_01{
background-image: url(bg_pattern.gif);
}

.text {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 20px;
	 padding-bottom: 0px;
	 padding-right: 20px;
	 padding-left: 20px;
}

.text_02 {
    font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 padding-right: 20px;
	 padding-left: 0px;
}

.text_03 {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 padding-right: 0px;
	 padding-left: 0px;
}


.text_sitemap {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 padding-right: 0px;
	 padding-left: 10px;
}

.text_list_right {
    font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 10px;
	 padding-bottom: 0px;
	 padding-right: 20px;
	 padding-left: 0px;
}

.text_list_right_02 {
    font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 10px;
	 padding-bottom: 0px;
	 padding-right: 5px;
	 padding-left: 0px;
}



.text_list_left {
     font-size: 82%;
     color:#505050;
	 font-weight: bold;
     line-height: 160%;
	 padding-top: 10px;
	 padding-bottom: 0px;
	 padding-right: 10px;
	 padding-left: 20px;
}

.text_list_02 {
    font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 padding-right: 3px;
	 padding-left: 3px;
}

.contact {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 20px;
	 padding-bottom: 0px;
	 padding-right: 10px;
	 padding-left: 20px;
}

.contact_02 {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 20px;
	 padding-bottom: 0px;
	 padding-right: 10px;
	 padding-left: 0px;
}

.text_list_05 {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 5px;
	 padding-bottom: 0px;
	 padding-right: 0px;
	 padding-left: 0px;
}

.text_list_06 {
     font-size: 82%;
     color:#505050;
     line-height: 160%;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 padding-right: 0px;
	 padding-left: 0px;
}
.text_header {
     font-size: 75%;
     color:#646464;
     line-height: 160%;
	 padding-top: 19px;
	 padding-right: 17px;
}

.midashi_01 {
	font-size: 82%;
	color: #FF9900;
	line-height: 120%;
	/*font-family: ＭＳ 明朝,ＭＳ Ｐ明朝,細明朝体,Hiragino Mincho Pro;*/
	font-weight: bold;
	line-height:lem;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 15px;
}
.midashi_sitemap {
	font-size: 82%;
	color: #323232;
	line-height: 120%;
	/*font-family: ＭＳ 明朝,ＭＳ Ｐ明朝,細明朝体,Hiragino Mincho Pro;*/
	font-weight: bold;
	line-height:lem;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}

.midashi_02 {
	font-size: 82%;
	color: #323232;
	line-height: 120%;
	/*font-family: ＭＳ 明朝,ＭＳ Ｐ明朝,細明朝体,Hiragino Mincho Pro;*/
	font-weight: bold;
	line-height:lem;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.midashi_03 {
	font-size: 82%;
	color: #323232;
	line-height: 120%;
	/*font-family: ＭＳ 明朝,ＭＳ Ｐ明朝,細明朝体,Hiragino Mincho Pro;*/
	font-weight: bold;
	line-height:lem;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


/* [リンクに関するスタイル*/

a.category_link:link {
color:#444444;
text-decoration:none;
}
a.category_link:visited {
color:#777777;
text-decoration:none;
}
a.category_link:hover {
color:#888888;
text-decoration:none;
}
a.category_link:active {
color:#aaaaaa;
text-decoration:none;
}</pre></body></html>