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

/***************************************************
	施設についてのスタイル
***************************************************/ 

/*==================================================
	ページタイトル
==================================================*/ 

/*------------------
	タイトル枠
------------------*/ 

/*- タイトル画像 -*/
div.pageTitle {
	background-color: #6DCF0C;
	margin-bottom: 10px;
	padding: 40px 0 10px 15px;
	overflow: hidden;
	width: 785px;
}

h1 {
	display: block;
	width: 259px;
	height: 21px;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/title/f3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1 span {
	display: none;
}

/*------------------
	タイトル枠内メニュー
------------------*/ 

/*- メニュー：全体設定 -*/
div.pageTitle ul {
	float: right;
    margin: 5px 10px 0 0;
}

/*- メニュー：共通設定 -*/
div.pageTitle ul li {
    background: url("../img/ya2.gif") no-repeat scroll left center transparent;
    float: left;
    margin: 0 1px 0 10px;
	padding-left: 20px;
}

div.pageTitle ul li a {
	color: #FFFFFF;
	font-weight: bold;
}


/*==================================================
	トップページへのリンク
==================================================*/ 

/*- トップページへのリンク -*/
a.back {
    background: url("../img/ya1.gif") no-repeat scroll left center transparent;
    display: block;
	font-size: 72%;	/* 10px */
	margin: 0 0 10px 20px;
	padding-left: 17px;
	float: left;
	line-height: 1.5;
}

a.back2 {
	background: url("../img/ya1.gif") no-repeat scroll left center transparent;
	display: block;
	font-size: 72%;	/* 10px */
	padding-left: 17px;
	float: left;
	line-height: 1.5;
	margin: 0px 0px 40px 20px;
}

/*==================================================
	メインコンテンツ
==================================================*/ 

/*------------------
	コンテンツ共通要素
------------------*/ 

/*- コンテンツ：タイトル -*/
h2 {
	background-color: #C5EC9E;
    font-size: 114%;	/* 16px */
    font-weight: bold;
    line-height: 2.3;
    margin: 0 40px 30px;
    padding-left: 10px;
}

/*- コンテンツ：全体設定 -*/
div.mainContent {
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 30px;
	margin-left: 80px;
}

/*- コンテンツ：段落設定 -*/
div.mainContent p {
	margin-bottom: 15px;
}

/*------------------
	コンテンツテキスト共通要素
------------------*/ 

.textem {
	font-weight: bold;
}

.textred {
	color: #FF0000;
}

/*------------------
	コンテンツ画像共通要素
------------------*/ 

/*- 左フロート -*/
.imgLeft {
    display: block;
	float: left;
	margin: 0 20px 10px 0;
}

/*- 右フロート -*/
.imgRight {
    display: block;
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft span,
.imgRight span {
	display: none;
}

/* 矢印リスト（インライン） */
ul.arrowlist li {
	display: inline;
}

.arrow01 {
	float: left;
	margin: 0 10px 0 0;
    background: url(../img/arrow.gif) no-repeat scroll left center transparent;
	padding-left: 20px
}

.arrow01 a {
    display: block;
    height: 19px;
    width: 95px;
}

/*------------------
	コンテンツ01
------------------*/ 

/*- リスト（定義する用語設定） -*/
#container .mainContent dl dt {
	background-color: #CCC;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ul_disc{
	list-style:disc;
	margin-left:2em;
}

/*------------------
	お問い合わせ先
	　　設定
------------------*/

/*- お問い合わせ欄外枠設定 -*/
#info {
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 420px;

}

/*- お問い合わせ -*/
#info_1 {
	float: left;
	margin-left: 30px;
}

/*- えひめエコ・ハウス -*/
#info_title {
	width: 230px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 22px;
}

/*- 住所 -*/
.info_3 {
	display: block;
	clear: both;
}

/*- メールでのお問い合わせ -*/
#info_2 {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}


/*==================================================
		フッターリンク
==================================================*/ 

/*- フッター：全体設定 -*/
div#container ul#footlink {
	overflow: hidden;
	clear: both;
}

div#container ul#footlink li {
	display: inline;
}
/*- ページ上部へのリンク -*/
a.top {
    background: url("../img/ya3.gif") no-repeat scroll left center transparent;
    display: block;
    float: right;
    font-size: 72%;	/* 10px */
    margin-right: 20px;
    padding-left: 17px;
    text-align: right;
	line-height: 1.5;
}
</pre></body></html>