@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #000033;
	background-color: #dfe3db;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/fabre_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

ol{
	list-style-type: disc;
	margin-left: 30px;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0 0 0 20px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #729646;		/*リンクの文字色*/
}

a:hover {
	color: #7e6b5a;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/fabre_top.jpg); /*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 100px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 799px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #a3c180;
	background-position: center center;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	color: #647D46;		/*h1タグの文字色*/
	line-height: 13px;
	position: absolute;
	right: 10px;	/*ヘッダーに対して右から10pxの位置に配置*/
	bottom: 10px;	/*ヘッダーに対して下から10pxの位置に配置*/
}



/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	padding-bottom: 3px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 800px;
	float: right;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 100%;
	background-color: #FFFFFF;
	border-bottom: 4px solid #647D46;		/*h2タグの下線*/
	background-image: url(../images/h2bg.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #E8EFDF;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
	color: #647D46;
}

#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a3c180;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	color: #729646;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #a3c180;	/*h3タグの枠線色*/
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 60px;
	color: #729646;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(../images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 20px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;/*カーソルオーバー時に画像の下半分だけを表示させる設定*/
	color: #7e6b5a;
}



/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}



/*トップページの「お知らせ」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 768px;			/*お知らせボックスの幅*/
	height: 400px;			/*お知らせボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#main dl.new dt {
	font-weight: bold;		/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #E8EFDF;	/*日付ごとに入る下線*/
}

/*館長の部屋のブログ記述
---------------------------------------------------------------------------*/
#blog dl.blog {
	width: 768px;			/*ブログボックスの幅*/
	/*height: 768px;			/*ブログボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#blog dl.blog dt.icon1 {  /*テントウムシ１*/
	font-weight: bold;		
	background: url(../images/tento1.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon2 {  /*テントウムシ２*/
	font-weight: bold;		
	background: url(../images/tento2.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon3 {  /*テントウムシ３*/
	font-weight: bold;		
	background: url(../images/tento3.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon4 {  /*テントウムシ４*/
	font-weight: bold;		
	background: url(../images/tento4.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-01 {  /*マルハナバチ*/
	font-weight: bold;		
	background: url(../images/bumblebee.jpg) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-02 {  /*バタフライ*/
	font-weight: bold;		
	background: url(../images/butterfly.jpg) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-03 {  /*トンボ*/
	font-weight: bold;		
	background: url(../images/dragonfly.jpg) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-04 {  /*ミツバチ*/
	font-weight: bold;		
	background: url(../images/honeybee.jpg) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-a {  /*バタフライ１*/
	font-weight: bold;		
	background: url(../images/butterfly-a.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-b {  /*バタフライ２*/
	font-weight: bold;		
	background: url(../images/butterfly-b.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-c {  /*バタフライ３*/
	font-weight: bold;		
	background: url(../images/butterfly-c.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.icon-d {  /*バタフライ４*/
	font-weight: bold;		
	background: url(../images/butterfly-d.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}
#blog dl.blog dt.pill {  /*ダンゴムシ*/
	font-weight: bold;		
	background: url(../images/pill_bug.gif) no-repeat left 1px;
	padding: 5px 0 5px 33px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
}



#blog dl.blog dd {
	border-bottom: 1px solid #E8EFDF;	/*日付ごとに入る下線*/
	margin-bottom: 20px;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 788px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #a3c180;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #EAF1E2;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #7e6b5a;
	font-size:120%;
}
.color2 {
	color: #fe6b0a;
	font-size: 120%;
	font-weight: bold;
}

.look {
	background-color: #F3F0ED;
}

.mb1em {
	margin-bottom: 1em;
}

/* 本文用
---------------------------------------------------------------------------*/
/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
/* タイトル看板 */
#sign table {
        width: 788px;
        font-size: 100%;
        background-color: #CCFFCC;
        text-align: left;
        vertical-align: top;
        border: 0;
        border-collapse: collapse;
        }
#sign td {
		vertical-align:top;
		}

/* 館内マップ */
#map table {
        width: 788px;
        font-size: 100%;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: top;
        margin: 10px 0 10px 0;
        border-collapse: collapse;
        }
#map td {
		vertical-align:top;
		}

/* カレンダー */
#calendar table.calendar {
        border: 1px;
        border-collapse: collapse;
        table-layout: fixed;
        }

/* カレンダーのth指定 */
#calendar th.month {
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        width: 40px;
        padding: 2px;
        }
#calendar th.weekday {
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        width: 40px;
        padding: 2px;
        }
#calendar th.saturday {
        color: #0033FF;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        width: 40px;
        padding: 2px;
        }
#calendar th.sunday {
        color: #FF0033;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        width: 40px;
        padding: 2px;
        }

/* カレンダーのtd指定 */
#calendar td.open {
        background-color: #FF9933;
        border:1px solid #BFBFBF;
        padding: 3px;
        }
#calendar td.close {
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        padding: 3px;
        }
#calendar td.event {
        background-color: #99FF99;
        border:1px solid #BFBFBF;
        padding: 3px;
        }

#calendar td.week {
        font-size: 90%;
        color: #000000;
        text-align: center;
        }
#calendar td.sat {
        font-size: 100%;
        color: #0033FF;
        font-weight: bold;
        text-align: center;
        }
#calendar td.sun {
        font-size: 100%;
        color: #FF0033;
        font-weight: bold;
        text-align: center;
        }
#calendar td.field {
        font-size: 100%;
        color: #FF3300;
        font-weight: bold;
        text-align: center;
        }

/* 通常のdl dt */
#normal dl{
	margin: 0 0 0 10px;
}
#normal dt{
	margin: 0 0 0 10px;
	font-size: 110%;
	font-weight: bold;
}
#normal dd{
	margin: 0 0 0 30px;
}

/* お知らせ 固定記事*/
#news ul { list-style-image: url(/images/bee.jpg) no-repeat left 1px; }

/* お知らせ イベント*/
#news dl{
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0 20px 15px;
	margin: 0 0 20px 0;
	
}
#news dt{
	background: url(../images/honey_bee.gif) no-repeat left 1px;
	padding: 5px 0 5px 30px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
	font-weight: bold;
}
#news dd{
	margin: 0 0 15px 20px;
	line-height: 20px;
}


/* イベントトピックス */
#event dl{
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0 20px 15px;
	margin: 0 0 20px 0;
	
}
#event dt{
	background: url(../images/fly.gif) no-repeat left 1px;
	padding: 0 0 5px 30px;
	margin: 0 15px 10px 0;
	line-height: 14px;
	font-size: 110%;
	font-weight: bold;
}
#event dd{
	margin: 0 0 15px 20px;
	line-height: 20px;
}

/* 名簿リスト */
#list dl{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
	
}
#list dt{
	padding: 0 0 5px 10px;
	margin:0 15px 10px 0;
	line-height: 14px;
	font-size: 120%;
	font-weight: bold;
}
#list dd{
	margin: -32px 0 5px 105px;
	line-height: 20px;
}

/* FAQ */
#faq dl{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
	
}
#faq dt{
	padding: 0 0 5px 10px;
	margin:0 15px 10px 0;
	line-height: 14px;
	font-size: 150%;
	font-weight: bold;
}
#faq dd{
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 20px;
}

/* 記事の p td 指定 */
#content p {
        font-size:115%;
        }

#content table.photo {
        background-color: #FFFFFF;
        margin-left: 5px;
        border: 0;
        }

#content td.text {
        background-color: #DCDCDC;
        font-size: 90%;
        vertical-align: top;
        border: 0;
        padding: 5px;
        }
        
/* マルチカラム */
div.block_l {
	float: left;
	width: 85%;
}
div.block_r {
	float: right;
	width: 15%;
}
