@charset "utf-8";

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
.pagetop {
	width:960px;
	margin:0px auto 0px auto;
	text-align:right;
}

#footer-area {
	background:#000000 url(../../img/line_img2.gif) repeat-x;
}

#footer-area .container {
	color:#FFFFFF;
	font-size:0.85em;
	width:960px;
	margin:0px auto 0px auto;
	line-height:1.8em;
	padding:39px 0px 33px 0px;
}

#footer-area .container a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer-area .container a:hover {
	color:#EA1F1F;
	text-decoration:underline;
}

#footer-area .container .left {
	width:29%;
	float:left;
}

#footer-area .container .right {
	width:69%;
	text-align:right;
	float:right;
	font-size: 130%;
}

#footer-area .container .right {
	width:69%;
	text-align:right;
	float:right;
	font-size: 130%;
}

#footer-area .container .right img {
	margin-right:5px;
	vertical-align:middle;
}

#footer-area .container .right .outline {
	margin-top:15px;
}


address {
	font-size:0.85em;
	font-style:normal;
	padding:22px 0px;
	text-align:center;
}





#switch {
	margin: 30px auto 10px auto;
	background-color: #fff;
	border: 1px solid #b1b1b1;
	padding: 12px 8px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	color: #333;
	text-shadow: none;
	width: 300px;
	font: bold 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 23px;
	text-align:left;
}

#switch a {
	text-decoration: none;
}

#switch div {
	border: 1px solid #b1b1b1;

	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	color: #333;
	text-shadow: #fff 0 1px 0;
	margin: 0;
	padding: 0;
}

#switch-on {
	padding: 4px 8px 4px 12px;
	float: left;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-right: 1px solid #b1b1b1;
}

#switch-off {
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding: 4px 12px 4px 8px;
	display: block;
	float: right;
	border-left: 1px solid #b1b1b1;
}

#switch .active {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	text-shadow: #FFF 0 1px 0;

	-webkit-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	-moz-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	border-style: none;
	color: #666;
}

/* @end */
