/* F
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-f {
	border: 1px solid 		#83afe9;
	background: 			#8fc0ff;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #83afe9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b1d4ff), to( #8fc0ff));
	background-image: -webkit-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:    -moz-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:     -ms-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:      -o-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:         linear-gradient(#b1d4ff, #8fc0ff);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#83afe9;
	background: 			#8fc0ff;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #83afe9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b1d4ff), to( #8fc0ff));
	background-image: -webkit-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:    -moz-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:     -ms-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:      -o-linear-gradient(#b1d4ff, #8fc0ff);
	background-image:         linear-gradient(#b1d4ff, #8fc0ff);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#83afe9;
	background: 			#8fc0ff;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #83afe9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8fc0ff), to( #b1d4ff));
	background-image: -webkit-linear-gradient(#8fc0ff, #b1d4ff);
	background-image:    -moz-linear-gradient(#8fc0ff, #b1d4ff);
	background-image:     -ms-linear-gradient(#8fc0ff, #b1d4ff);
	background-image:      -o-linear-gradient(#8fc0ff, #b1d4ff);
	background-image:         linear-gradient(#8fc0ff, #b1d4ff);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
h2 {
	font-size: 1.2em;
	color: #ffffff;
	background: #8fc0ff url(../images/title_bg.gif) no-repeat left center;
	padding-left: 1.5em;
}
.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;
}
.bg {
	background: url(../images/bg.png) repeat-x center center;
}
.tel {
	font-size: 2em;
}
