@charset "utf-8";

/*
----------------------------------------------------------------------
推奨動作環境
	InternetExplorer 6以降
	Firefox 2.0以降
	最新のFirefox
----------------------------------------------------------------------
*/


/*
 ベースファイルのインポート
---------------------------------------------------------------------- */
@import "/cnf/css/base.css";
@import "/cnf/css/domain.css";


/*
 インフォメーション
---------------------------------------------------------------------- */
/* エリア */
div#information{background:#ffffff; margin-top:5px; padding-bottom:10px; min-height:301px;}

/* タイトル */
div#information h2{display:block; background:transparent url(img/content_01.gif) no-repeat; height:30px; margin-left:5px; text-indent:-5000px;}

/* 内容 */
div#information div.text{margin:10px 15px; line-height:18px; border-bottom:dotted 1px #999999;}
div#information div.text span{color:#e55821;}

/* リンク */
div#information a.jump_link{background:transparent url(/cnf/img/icon_site.gif) center left no-repeat; padding-left:16px;}
div#information a.jump_link:link   {color:#003399;}								/* リンクそのもの */
div#information a.jump_link:visited{color:#003399;}								/* 履歴が存在する時 */
div#information a.jump_link:hover  {color:#003399; text-decoration:underline;}	/* マウスオーバー時 */
div#information a.jump_link:focus  {color:#003399; text-decoration:underline;}	/* 選択時 */
div#information a.jump_link:active {color:#003399; text-decoration:underline;}	/* 選択時 */

/* コーナー */
div#information div.corner{background:#d69397 url(/cnf/img/corner_550_t.gif) no-repeat; height:5px;}

/* RSS */
div.rss{background:#ffffff; padding:0px 0px 3px 470px;}
div.rss a{
	display     : block;
	background  : transparent url(/cnf/img/rss.gif) center left no-repeat;
	color       : #cc3300;
	font-size   : 80%;
	height      : 14px;
	padding-left: 20px;
	padding-top :  2px;
}


/*
 設備紹介
---------------------------------------------------------------------- */
/* エリア */
div#facilities{background:#ffffff; margin-top:5px; min-height:121px;}

/* タイトル */
div#facilities h3{display:block; background:transparent url(img/content_02.gif) no-repeat; height:30px; margin-left:5px; margin-bottom:5px; text-indent:-5000px;}

/* 画像 */
div#facilities ul{margin-left:10px;}
div#facilities li{display:block; float:left; width:130px; text-align:center; margin-right:3px;}

/* コーナー */
div#facilities div.corner_t{background:#d69397 url(/cnf/img/corner_550_t.gif) no-repeat; height:5px;}
div.fac_corner_b{background:#d69397 url(/cnf/img/corner_550_b.gif) no-repeat; height:5px;}


/*
 IE6 ハック
---------------------------------------------------------------------- */
/* インフォメーションの高さ調整 */
* html div#information{min-height:299px;}

/* 設備紹介の高さ調整 */
* html div#facilities{min-height:126px;}


/*
 IE7 ハック
---------------------------------------------------------------------- */
/* インフォメーションの高さ調整 */
*+html div#information{min-height:287px;}

/* 設備紹介の高さ調整 */
*+html div#facilities{min-height:126px;}
