@charset "utf-8";
/* CSS Document */
*{
	/*color:#333;
	margin:0;
	padding:0;*/
}
body{
	margin:0;
	padding:0;
	width:100%;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
.base{
	margin:0 0 2em;
	width:100%;
}
img{
	border:0px;
}

p{
	line-height:1.4;
	font-size: 90%;
	text-align:left;
	padding: 0px 8px 0 15px;
	color:#333;
}
.l_box{
	width:90%;
	border:none;
	padding:0;
	margin:0 0 1.5em;
	font-size:100%;
}
.bold{
	font-weight:bold;
}

#tab_large{
	background-image: url("image/tab/tab_large.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:135px;
	margin: 0px;
}

#large1{
	color: #ffffff;
	font-size: 150%;
}

#large2{
	line-height: 48px;
	height: 48px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}



#link{
	background-image: url("image/tab/tab1.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:62px;
	margin: 0px;
}

#linkb{
	background-image: url("image/tab/tab2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:63px;
	margin: 0px;
}

#link1{
	height: 48px;
	color: #ffffff;
	font-size: 18px;
	line-height: 48px;
}

#link2{
	line-height: 48px;
	height: 48px;
	color: #333;
	font-size: 75%;
	font-weight: bold;
}

#link_l{
	height:100%;
	position: relative;
	top: 0px;
}

#link_lb{
	background-image: url("image/tab4.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:60px;
}

#link_l1{
	height: 100px;
	color: #ffffff;
	font-size: 80%;
	line-height: 46px;
	width: 80px;
	text-align: left;
}

#link_l2{
	line-height: 46px;
	height: 46px;
	color: #fff;
	font-size: 94%;
	font-weight: bold;
}
#link_l2 a{
	color: #fff;
	font-size: 100%;
}
#link_l3{
	line-height: 46px;
	height: 46px;
	color: #595952;
	font-weight: bold;
	font-size: 94%;
}
#link_l3 a{
	color: #fff;
	font-size: 100%;
}
.sub_title{
	font-weight:bold;
	font-size:100%;
	margin:0;
}
.slide{
	
}
a.lnk {
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #000000;
	border:0px;
}
a.lnk:visited {
	text-decoration: none;
	color: #000;
}
a.lnk:hover {
	text-decoration: none;
	color: #000;
}
a.lnk:active {
	text-decoration: none;
}
.box{
	border-bottom:solid 1px #fff;
	padding:0.5em 0;
}
.text{
	font-size:110%;
	text-indent:1em;
}
.text_s{
	font-size:100%;
	text-indent:1em;
}
.text_sl{
	font-size:90%;
	text-indent:1em;
}
.text_l{
	font-size:100%;
	color:#333;
}
.bg_white{
	background:#ffffff;
	padding:1em;
	margin:1em 0;
	color:#595952;
}
.title{
	padding:1em 0 0;
}
.photo{
	padding:1em 0;
}

/*gmap*/
#maps {
	margin: 5px;
	height: 300px;
	width: 100%;
	border: 1px solid #000066;
}
#maps_large {
	margin: 5px;
	height: 500px;
	width: 100%;
	border: 1px solid #000066;
}
.map_info {
	_font-size: 62.5%;
	margin:0px;
	padding:0px;
}
.map_info img {
	float: left;
}
.map_info p {
	font-size: 1.1em;
	margin:0px;
	padding:0px;
}
/*PageTop*/
#scrollUp.active {
	opacity: 1;
	filter: alpha(opacity = 70);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}

#scrollUp:before {
	display: block;
	width: 34px;
	height: 34px;
	color: #dededf;
	color: rgba(90,93,96,.8);
	font-family:Arial, Helvetica, sans-serif;
	content: "Λ";
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

#scrollUp:hover {
	border-color: #dededf;
	border-color:rgba(90,93,96,.4);
}

#scrollUp:hover:before {
	border-color: #aaaaa;
	border-color:rgba(90,93,96,.8);
}

#scrollUp {
    bottom: 5px;
    right: 5px;
    color: #fff;
	border-width: 3px;
	border-color: #dededf;
	border-color: rgba(90,93,96,.3);
	border-style: solid;
	background-color:rgba(255,255,255,.8);
	font: 0/0 a;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}