﻿@charset "utf-8";

/* ボディ・画像・見出し */
#flash{
	margin:0px;
	padding:0px;
}

/*ナビゲーション*/
#navi-table{
	margin:10px 0px 0px 10px;
}
#navi-table td{
	border-right:10px solid #FFFFFF;
}
.navi-head{
	width:137px;
	height:45px;
	background-color:#fff0be;
	background-image:url(../img/navi_head.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px;
	padding:0px;
}
.navi-head2{
	width:137px;
	height:35px;
	background-color:#efefd1;
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px;
	padding:0px;
}
.navi-title{
	font-family:"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","メイリオ",Meiryo;
	font-size:14px;
	color:#ff4000;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	letter-spacing:1px;
	margin:20px 0px 0px 10px;
}
.navi-title2{
	font-family:"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","メイリオ",Meiryo;
	font-size:14px;
	color:#666633;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	letter-spacing:1px;
	margin:20px 0px 0px 10px;
}
.navi-body{
	background-color:#fff0be;
	width:137px;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
.navi-body2{
	background-color:#efefd1;
	width:137px;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
.navi-body a{
	color:#6e5028;
}
.navi-list{
	margin:10px 10px 0px 10px;
	padding:0px;
	list-style-type:none;
}
.navi-list li{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	text-align:left;
	line-height:17px;
	letter-spacing:1px;
	background-image:url(../img/cur_top-navi.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
}
.navi-foot{
	width:137px;
	height:10px;
	background-image:url(../img/navi_foot.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.navi-foot2{
	width:137px;
	height:10px;
	background-color:#efefd1;
}

/*世界でただひとつの・・・*/
#index_right-head{
	background-image:url(../img/index_right-head.jpg);
	background-repeat:no-repeat;
	width:580px;
	height:150px;
	margin:10px 10px 0px 10px;
	padding:auto;
}
#index_right-head-text{
	font-family:"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","メイリオ",Meiryo;
	font-size:14px;
	color:#555555;
	text-align:left;
	line-height:19px;
	letter-spacing:1px;
	padding:70px 20px 0px 20px;
}
#index_right-bottom{
	clear:both;
	margin:0px 10px 0px 10px;
	padding:0px;
}

/*ニュース＆イベント*/
#topic-table{
	margin:0px 10px 0px 10px;
	padding:25px 20px 0px 20px;
	background-color:#fff0f0;
	height:200px;
	background-image:url(../img/news_head.gif);
	background-repeat:no-repeat;
}
#topic-table2{
	margin:10px 10px 0px 10px;
	padding:20px 20px 10px 20px;
	background-color:#f9f2f2;
	height:200px;
	background-repeat:no-repeat;
}
#news{
	float:left;
	width:260px;
	background-color:#fff0f0;
}
#news2{
	float:left;
	width:260px;
	background-color:#f9f2f2;
}
#event{
	float:right;
	width:260px;
	background-color:#fff0f0;
}
#event2{
	float:right;
	width:260px;
	background-color:#f9f2f2;
}
.topic-title{
	font-family:"Verdana","Arial","sans-serif";
	font-size:12px;
	color:#FF9900;
	background-color:#fff0c9;
	border-left:5px solid #FF9900;
	padding:5px 0px 5px 10px;
	text-align:left;
}
.topic-title2{
	font-family:"Verdana","Arial","sans-serif";
	font-size:12px;
	color:#ffffff;
	background-color:#9f3138;
	border-left:5px solid #5f1a0c;
	padding:5px 0px 5px 10px;
	text-align:left;
}
.topic-scroll{
	overflow:auto;
	height:160px;
	margin:5px 0px 5px 0px;
}
.topic-date{
	font-family:"Verdana","Arial","sans-serif";
	font-size:10px;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border-left:5px solid #FF9900;
	padding-left:5px;
}
.topic-note{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	text-align:left;
	vertical-align:top;
	line-height:18px;
	letter-spacing:1px;
	border-bottom:1px dashed #CCCCCC;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 5px;
}

