@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f7f4ed;
	background-image: url(../img/commmon/bg.jpg);
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
	line-height:1.6;
	font-size:96%;
}


#bg-line {
	background-image:url(../img/bg-line.png);
	background-repeat:repeat-x;
}


#top-logo {
    height: 70px;
    margin: 0;
    padding: 9px 0 40px 0;
}


#top-logo a#mainlogo{
	height: 47px;
	width: 199px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	display: block;
	float:left;
}

#top-link {
	float:right;
	font-size: 14px;
	width: 600px;
}
/*
　　ヘッダーリンク
---------------------------------------------------- */

/* [ ヘッダー：文化振興財団へ戻る ] */
#top-link ul li{
	margin: 6px 0 0 0!important;
	padding: 0 0 0 0!important;
}

#top-link ul li#lb-back{
	margin: 0 0 0 0!important;
	padding: 0 0 0 0!important;
}

#top-link ul li a#lb-back {
	line-height:1.0;
	font-size:10pt;
	font-weight:bolder;
	text-decoration: none;
	color:#fff;
	text-align:center;
}

#top-link ul li a#lb-back {
	overflow:hidden;
	width:160px;
	white-space: nowrap;
	display:block;
	background-image: none;
	background-color:#8c2300;
	margin: -1px 0 0 20px!important;
	padding: 9px 20px 9px 15px!important;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	/* 右下のみ角丸 */
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

#top-link ul li a#lb-back:hover {
	background: rgba(140,35,0,0.5);
	color:#000;
}


#top-link ul li a#lb-back img{
	height:18px;
	width:auto;
	margin:0 6px -4px -3px;
}

#top-link ul li a#lb-back i {
	margin-left:6px;
}

/* [ ヘッダー：通常リンク ] */
#top-link ul li a{
	background-image: url(../img/commmon/hf_btn.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	color: #333;
	text-decoration: none;
}

#top-link ul li a:hover{
	background-image: url(../img/commmon/hf_btn_a.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	color: #0059b2;
	text-decoration: none;
}

/* [ ヘッダー：言語切り替え ] */
#top-link ul li div#language{
	display:block;
}

#top-link ul li div#language div#langtext{
	color:#191970;
	font-weight:bolder;
	float:left;
	margin:0 6px 0 0;
	padding-top:6px;
}

#top-link ul li div#language div#langtext i{
	color:#191970;
	margin-right:6px;
}

#top-link ul li div#language select{
	border:1px solid #191970;
	padding:6px;
}




/*
　　メインメニューリンク
---------------------------------------------------- */
#top-menu {
	float:right;
	display:block;
	width:720px;
	margin:20px 10px 0 0;
	padding:0;
}
#top-menu ul li {
	float:right;
	margin:0px;
	padding:0px;
}
#top-menu ul li a {
	font-weight:bold;
	font-size:11pt;
	letter-spacing: 0.15em;
	line-height:1.0;
	text-decoration:none;
	color:#000;

	padding:8px 0 8px 0;
	margin:0;

	width:135px;
/*	height:25px; */

	display:block;
	text-align:center;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#top-menu ul li:first-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#top-menu ul li a:hover{
	background: rgba(140,35,0,0.5);
}


/*
　　メインイメージ
---------------------------------------------------- */

#top-img {
	clear: both;
}

#top-img img {
    border-radius: 20px;
    box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.3);
	/* PIE.htc を利用 */
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
	position:relative;
}

/*
　　
---------------------------------------------------- */

#top-img #banner-menu {
	padding-top:235px;
}

#banner-menu ul li {
	float:left;
	margin:0px 6px;
}

#main-banner {
	background-color: #fff;
	border-radius: 10px;
	padding:10px 0px;
	border: 1px solid rgba(255,255,255,1.00);
}


/*
　　トップ中段：施設説明
---------------------------------------------------- */
#description {
	margin:20px 0 20px 0;
	padding:0 15px 0 15px;
}


/*
　　施設予約ボタン
---------------------------------------------------- */

#right-banner {
	margin:30px 0;
	height:120px;
}
#reservation {
	background-color: #8c2300;
	border-radius: 10px;
	padding:10px 10px 5px 10px;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

/*
　　喫茶店バナー
---------------------------------------------------- */

#coffe-banner {
	margin:30px 0;
}
#coffe-banner-inner {
	background-color: #8c2300;
	border-radius: 10px;
	margin:0;
	padding:16px 0;
	text-align:center;
}

#coffe-banner-inner img{
	border-radius:10px;
	margin:0 auto;
}

#coffe-banner-inner a{
	display:block;
	margin:0 auto;
	padding:0;
	height:213px;
	width:213px;
}

/*
　　施設リンク一覧
---------------------------------------------------- */

#top-side-menu  {
	border-radius: 15px;
	background-color:#fff;
	border:1px solid #8c2300;
	padding:7px;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

#top-side-menu h3 {
	background-color: #8c2300;
	border-radius: 10px;
	padding:10px 12px 0px 10px;
	text-align:right;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

/*
　　トップページサイドメニュー（関連施設）
---------------------------------------------------- */

#top-side-menu ul{
	margin:0 0 10px 0;
	padding:0;}

#top-side-menu ul li{
	font-size: 14px;
	border-bottom: 1px dotted #666;
	}

#top-side-menu ul li a {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
	color: #333;
}

#top-side-menu ul li a:hover {
	display:list-item;
	margin:10px 5px;
	padding:10px 5px;
	font-size:14px;
	text-decoration:none;
	border-radius:6px;
	background-color: #E3A5A2;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

#top-side-menu ul li a span {
    background-image: url("../img/point.png");
    background-position: 4px 6px;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

#top-side-menu ul li:last-child a {
	border-bottom-width:0px;
}


/*
　　施設リンク一覧
---------------------------------------------------- */

#side-menu {
	border-radius: 15px;
	background-color:#fff;
	border:1px solid #8c2300;
	padding:7px;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

#side-menu h3 {
	background-color: #8c2300;
	border-radius: 10px;
	padding:10px 12px 0px 10px;
	border: 1px solid rgba(255,255,255,1.00);
	text-align:right;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}
#side-menu ul li a {
	background-image:url(../img/point.png);
	background-repeat:no-repeat;
	background-position:15px 25px;
	display:block;
	border-bottom:1px dotted #8c2300;
	padding:18px 10px;
	text-decoration:none;
	padding-left:30px;
	color: #333;
}


#side-menu ul li:last-child a {
	border-bottom-width:0px;
}

.section .title-left {
	color:#8c2300;
}

.section .title-left i{
	margin-left:10px;
	margin-right:10px;
}

.section h4, .section .news {
	clear:both;
}

#left h3 {
	border-bottom:1px solid #8c2300;
	display: flex;
	height:auto;
}

.news tr td.date {
	color:#8c2300;
}
.news tr td .cate {
	padding:2px;
	color:#fff;
	background-color:#8c2300;
	text-align:center;
}

#footer {
	border-top:5px solid #8c2300;
	padding-top:15px;
}

/*
　中段エリアのcommon.cssのhack
---------------------------------------------------- */
#left {
    background-color: transparent;
    border: none;
    float: left;
    margin:0;
    padding: 0;
    width: 690px;
}

#left_inner {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    float: left;
    padding: 24px;
    width: 640px;
	/*PIE.htc を利用*/
	behavior: url(http://www.bunzai.or.jp/css/PIE.htc);
}

/*
　インフォーメーションのテキスト化
---------------------------------------------------- */
.section .title-right{
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
}

.section .title-right a{
    font-size:12px;
    letter-height:1.0;
    text-align:center;
    background-color:#8c2300;
    color:#ffffff;
    margin: 0 0 0 0;
    padding: 6px 0 4px 0;
    width: 120px;
    height:auto;
    float: right;

    text-decoration:none;
    border-radius:12px;
}

.section .title-right a i{
    margin: 0 10px 0 0;
    padding:0;
}

.section .title-right a:hover{
	background: rgba(140,35,0,0.5);
	color:#000;
}
