/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid 		#19140d;
	background: 			#34291c;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #19140d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E5B47A), to( #34291c));
	background-image: -webkit-linear-gradient(#E5B47A, #34291c);
	background-image:    -moz-linear-gradient(#E5B47A, #34291c);
	background-image:     -ms-linear-gradient(#E5B47A, #34291c);
	background-image:      -o-linear-gradient(#E5B47A, #34291c);
	background-image:         linear-gradient(#E5B47A, #34291c);
}



.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#19140d;
	background: 			#34291c;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #19140d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E5B47A), to( #34291c));
	background-image: -webkit-linear-gradient(#E5B47A, #34291c);
	background-image:    -moz-linear-gradient(#E5B47A, #34291c);
	background-image:     -ms-linear-gradient(#E5B47A, #34291c);
	background-image:      -o-linear-gradient(#E5B47A, #34291c);
	background-image:         linear-gradient(#E5B47A, #34291c);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#19140d;
	background: 			#34291c;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #19140d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #34291c), to( #E5B47A));
	background-image: -webkit-linear-gradient(#34291c, #E5B47A);
	background-image:    -moz-linear-gradient(#34291c, #E5B47A);
	background-image:     -ms-linear-gradient(#34291c, #E5B47A);
	background-image:      -o-linear-gradient(#34291c, #E5B47A);
	background-image:         linear-gradient(#34291c, #E5B47A);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
#staff .ui-block-a {
	width: 40%;
}
#staff .ui-block-b {
	width: 60%;
}
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #E5B47A;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
p.copyright{ font-size:11px; line-height:1.5em; color : #454545; margin:0px 0px 0px 0px; text-align : center; }
