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

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



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

/* 他
-----------------------------------------------------------------------------------------------------------*/

#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #FFF;
}
p {
	font-size: 0.9em;
	color: #FFF;
}
.black {
	font-size: 0.8em;
	color: #000;
}

h2 {
	font-size: 0.9em;
	color: #FFF;
	margin-left: 10px;
}
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;
}
.bg1  {
	background: #000000 url(../images/bg.jpg) no-repeat center top;
}
.bg000  {
	background: #000000 ;
}
#menu .ui-li-thumb {
	padding-top: 0.5em;
	padding-left: 0.5em;
}
#menu h3, #menu p {
	overflow: visible;
	white-space: normal;
}

a:link, a:visited {
				color:#ffffff;
				text-decoration:underline;

}

