/* テンプレート */
body {
/*
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	margin: 0px;
*/
	text-align:left!important;
}

.furi-outline {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin:1em auto;
}
.furi-margin-contents {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* リンク */
a:link    { text-decoration:none; color:#3366ff; }
a:visited { text-decoration:none; color:#3366ff; }
a:hover  { text-decoration:underline; color:#3366ff; }
a:active  { text-decoration:none; color:#3366ff; }
.furi-link-directory {	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
}
.furi-link-directory a:link    { text-decoration:none; color:#FFFFFF; }
.furi-link-directory a:visited { text-decoration:none; color:#FFFFFF; }
.furi-link-directory a:hover  { text-decoration:underline; color:#B3D5E3; }
.furi-link-directory a:active  { text-decoration:none; color:#FFFFFF; }

/* 外部リンク */
.furi-link-external{
	background-color: #E6ECFF;
	color: #3366FF;
	padding: 3px;
}
.furi-link-external a:link    { text-decoration:none; color:#3366ff; }
.furi-link-external a:visited { text-decoration:none; color:#3366ff; }
.furi-link-external a:hover  { text-decoration:underline; color:#3366ff; }
.furi-link-external a:active  { text-decoration:none; color:#3366ff; }

/* ページ前・トップ */
.furi-link-footer-center {
	text-align: right;
	width: 34%;
}
.furi-link-footer-right {
	text-align: right;
	width: 33%;
	padding-right: 25px;
}
.furi-link-footer-left {
	text-align: right;
	width: 33%;
}

/* フッター */
.furi-footer-margin-top {
	margin-top: 15px;
}
.furi-footer {	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;	font-size: 0.8em;
	letter-spacing: 2px;
	background-image: url(images/foot_takedabishi.gif);
	background-repeat: no-repeat;
	background-position: 220px 7px;
}
.furi-foot-navi {	font-size: 0.8em;
	line-height: 12pt;
	color: #3366ff;
	background-image: url(images/arrow_blue.gif);
	background-position: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-repeat: no-repeat;
}
.furi-foot-navi a:link    { text-decoration:none; color:#3366ff; }
.furi-foot-navi a:visited { text-decoration:none; color:#3366ff; }
.furi-foot-navi a:hover  { text-decoration:underline; color:#3366ff; }
.furi-foot-navi a:active  { text-decoration:none; color:#3366ff; }

/* コンテンツ内スペース・マージン */
.furi-margin-top-menu {
	margin-right: 2px;
	margin-left: 6px;
}
.furi-margin-top-menubottun {
	margin-top: 5px;
	margin-bottom: 5px;
}
.furi-margin-link-footer {
	margin-bottom: 50px;
}

.furi-margin-r img {
	margin-right: 15px;
}
.furi-margin-b img {
	margin-bottom: 15px;
}
.furi-margin-rb img {
	margin-right: 15px;
	margin-bottom: 15px;
}
.furi-margin-tr img {
	margin-right: 15px;
	margin-top: 10px;
}
.furi-margin-historical {
	margin-bottom: 15px;
}
.furi-margin-event {
	margin-bottom: 10px;
}
.furi-margin-titlebanner {
	margin-bottom: 10px;
}
.furi-margin-link-pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* タイトル */
.furi-title-purple {
	font-size: 1em;
	font-weight: bold;
	color: #7B3961;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	margin-top: 8px;
	padding-bottom: 5px;
}

/* サブタイトル */
.furi-sub-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
}
.furi-subtitle-redpurple {	font-size: 0.8em;
	font-weight: bold;
	color: #990033;
	margin-top: 10px;
	margin-bottom: 10px;
}
.furi-subtitle-gray {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
}
#furi-subtitle-img {
	padding-top: 20px;
	padding-bottom: 25px;
}

/* 罫線 */
.furi-line-dot {
	background-image: url(images/line_dot.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 表 */
.furi-chart-bg {
	background-color: #999999;
}
.furi-chart-bg-2{
	background-color: #E4E4E4;
	padding: 2px;
}
.furi-chart-th-1 {	font-size: 0.8em;
	line-height: 13pt;
	font-weight: bold;
	color: #990000;
	background-color: #F1EFD8;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.furi-chart-th-2 {	font-size: 0.8em;
	line-height: 13pt;
	font-weight: bold;
	color: #6A6526;
	background-color: #F1EFD8;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.furi-chart-td {	font-size: 0.8em;
	line-height: 2;
	background-color: #FFFFFF;
	padding: 3px;
}
.furi-chart-link {	font-size: 0.8em;
	line-height: 2;
	text-indent: 3px;
}


/* 注意文 */
.furi-txt-notice-1{
	margin-top: 5px;	font-size: 0.8em;
	color: #CC0000;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 2;
}
.furi-txt-notice-2{
	margin-top: 5px;	font-size: 0.8em;
	color: #504E1F;
	margin-bottom: 5px;
	letter-spacing: 1px;
	background-color: #E3E1B5;
	border: 1px solid #666600;
	line-height: 1.8;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.furi-txt-notice-3 {	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #7B3961;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 2;
}
.furi-txt-notice-4 {	font-size: 0.8em;
 color: #FFFFFF;
 background-color: #ADADAD;
 margin-right: 8px;
 padding-right: 5px;
 padding-bottom: 0px;
 padding-left: 5px;
 line-height: 2;
}
.furi-txt-notice-5{
	margin-top: 5px;	font-size: 0.8em;
	color: #666666;
	margin-bottom: 5px;
	letter-spacing: 1px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	line-height: 1.8;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.furi-txt-notice-6 {
	font-weight: bold;
	color: #CC0000;
}

/* テキスト */
.furi-txt-concept {	font-size: 1em;
	color: #666666;
	background-color: #EEEEEE;
	line-height: 1.9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.furi-txt-nomal {	font-size: 1em;
	line-height: 1.9;
}
.furi-txt-caption {	font-size: 0.8em;
	color: #666666;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 2;
}
.furi-txt-detail {	font-size: 0.8em;
	color: #000000;
	line-height: 1.9;
}

/* 各ページ詳細定義 */
.furi-link-banner-bg {
 background-color: #999999;
 text-align: center;
}
.furi-link-banner-margin {
 background-color: #666666;
 margin-top: 6px;
 margin-bottom: 6px;
}

/* テキスト色情報 */
.furi-color-important {
 background-color: #E8CCDD;
 margin-right: 2px;
 margin-left: 2px;
 padding-top: 1px;
 padding-right: 2px;
 padding-bottom: 1px;
 padding-left: 2px;
}
.furi-color-famous {
 color: #990000;
}
.furi-color-contact {
 color: #7B3961;
}

