.top_bg {
	background: #ffffff;
}


/* theme: F */
.ui-bar-f {
	border: 1px solid 		#0096c8;
	background: 			#96c8ff;
	color: 					#000000;
	font-weight: bold;
	text-shadow: 0 -1px 1px #247b41;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #96c8ff), to( #0096c8));
	background-image: -webkit-linear-gradient(#96c8ff, #0096c8);
	background-image:    -moz-linear-gradient(#96c8ff, #0096c8);
	background-image:     -ms-linear-gradient(#96c8ff, #0096c8);
	background-image:      -o-linear-gradient(#96c8ff, #0096c8);
	background-image:         linear-gradient(#96c8ff, #0096c8);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#0096c8;
	background: 			#96c8ff;
	font-weight: bold;
	color: 					#000000;
	text-shadow: 0 -1px 1px #247b41;

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

	background-image: -webkit-gradient(linear, left top, left bottom, from( #96c8ff), to( #0096c8));
	background-image: -webkit-linear-gradient(#96c8ff, #0096c8);
	background-image:    -moz-linear-gradient(#96c8ff, #0096c8);
	background-image:     -ms-linear-gradient(#96c8ff, #0096c8);
	background-image:      -o-linear-gradient(#96c8ff, #0096c8);
	background-image:         linear-gradient(#96c8ff, #0096c8);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/
#news dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#news dt {
	padding-top:1em;
	font-weight: bold;
}
#news dd {
	border-bottom: 1px solid #999;
}

h2 {
	font-size: 1.5em;
	color: #0096c8;
}

h2::before {
	content: url("../img/bear48.gif");
}

h3 {
	font-size: 1em;
	color: #0096c8;
}

table {
	font-size: 0.8em;
}

.nowrap {
	white-space: nowrap;
}

p {
	font-size: 0.8em;
}

p.CC {
	font-weight:bold;
	font-size: 1em;
}

.ui-footer {
	text-align: center;
	color: #000000;
}
.ui-footer a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.red {
	color: #F00;
}

.blue {
	color: #00c;
}
.bold {
	font-weight: bold;
}
.tel {
	font-size: 1em;
}
.tel a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/*
#googlemap {
	width: 100%;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
*/

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

img {
	border:none;
	width:100%;
	height:auto;
}
img.L {
	border:none;
	margin: 0 8px 8px 0;
	float: left;
	width:50%;
	height: auto;
}

.clear {
	clear:both;
}
