/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bxslider{
	padding: 0px;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.bxslider ul li{
 text-align: center;
}
.bxslider img{
max-width: 1280px;
width:100%;
/*max-height:450px;*/

}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	width: 100%;
	/*max-width: 1280px;*/
	margin-top: 20px;
	margin-right: auto;
	padding-bottom: 30px;
	margin-left: auto;
	
}
.bx-wrapper li {
    text-align: center;
}
.bx-wrapper img {
	max-width: 1280px;
		text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.bx-wrapper img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* [disabled]-moz-box-shadow: 0 0 5px #ccc; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #ccc; */
	/* [disabled]box-shadow: 0 0 5px #ccc; */
	/* [disabled]border: solid #fff 5px; */
	/* [disabled]left: -5px; */
	/* [disabled]background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: transparent;
	background-image: url(img/slider2/css/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGER */

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;;
	z-index: 999;
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: 9999;
	z-index: 8888;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next {
	text-decoration:none;
	position:absolute;
	width:45px; height:45px;
	padding: 0.5em;
	z-index:9999;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	display: block;

}

.bx-wrapper .bx-prev:after {
  font-family: 'special-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-prev:after {
  font-size: 32px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.bx-wrapper .bx-prev:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-prev:hover {
  display: block;
}

.bx-wrapper .bx-prev {
	left: 0px;
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;
	
	behavior: url(css/slider2/corner/PIE.php);

}

.bx-wrapper .bx-next {
	right: 0px;
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;	
	behavior: url(css/slider2/corner/PIE.php);


}

.bx-wrapper .bx-prev:hover {

	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(css/slider2/corner/PIE.php);

}

.bx-wrapper .bx-next:hover {

	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(css/slider2/corner/PIE.php);

}
.bx-wrapper .bx-next:after {
  font-family: 'special-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-next:after {
  font-size: 32px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.bx-wrapper .bx-next:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-next:hover {
  display: block;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	display:block;
}



/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(css/slider2/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(css/slider2/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);*/
	max-width: 100%;

	vertical-align: middle;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/slider2/corner/PIE.php);

}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 100%;
	display: block;
	font-size: 85%;
	padding: 5px;
}

/* SLIDER STYLES */
/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	display:none;
}

.bx-wrapper .bx-prev {left: 0%;display:none;}
.bx-wrapper .bx-next {right: 0%;display:none;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:5%;
	margin-right:5%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	font-size: 75%;
	padding: 5px;
}


@media only screen and (min-width: 1000px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -3px;
	left:5%;
	z-index: 999;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: 0%; display:block;}
.bx-wrapper .bx-next {right: 0%; display:block;}
	
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:5%;
	margin-right:5%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	font-size: 75%;
	padding: 5px;
}



}

@media only screen and (min-width: 1280px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;;
	left:2%;
	z-index: 999;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: 0%; display:block;}
.bx-wrapper .bx-next {right: 0%; display:block;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:5%;
	margin-right:2%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	padding: 5px;
}


		
}
@media only screen and (min-width: 1499px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;
	left: 0%;
	z-index: 999;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: -2%; display:block;}
.bx-wrapper .bx-next {right: -2%; display:block;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:0%;
	margin-right:0%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	padding: 5px;
}
	
}

@media only screen and (min-width: 1500px){


/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;;
	z-index: 999;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: -2%; display:block;}
.bx-wrapper .bx-next {right: -2%; display:block;}
	
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:0%;
	margin-right:0%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	padding: 5px;
}	
		
}



@media only screen and (min-width: 1501px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;;
	z-index: 999;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: -10%; display:block;}
.bx-wrapper .bx-next {right: -10%;display:block;}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	right: 0%;
	max-width: 100%;
	margin-left:0%;
	margin-right:0%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	padding: 5px;
}



}

@charset "utf-8";
/* CSS Document */
/*header_bg*/

header {
	background-color: #fafafa;
}
/*Menu*/
header nav ul li a {
	color: #1F578D;
}


header nav ul li a:hover,
header nav li.current_page_item a,
header nav li.current-menu-item a,
header nav li.current_page_ancestor a,
header nav li.current_page_parent a,
header nav li.current-post-ancestor a,
header nav li.current-page-ancestor
a{
	color: #5BABCF;
}


/*slider*/
.bx-wrapper .bx-caption{

	text-decoration: none;	
	color: #FFF;
	background: #069;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#069), to(#069));
	background: -webkit-linear-gradient(#069, #069);
	background: -moz-linear-gradient(#069, #069);
	background: -ms-linear-gradient(#069, #069);
	background: -o-linear-gradient(#069, #069);
	background: linear-gradient(#069, #069);
	-pie-background: linear-gradient(#069, #069);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.3em;
	display: block;
	*behavior: url(corner/PIE.php);
}


.bx-wrapper .bx-prev{
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;
	
	behavior: url(corner/PIE.php);
	}

.bx-wrapper .bx-prev:hover{

	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(corner/PIE.php);

	
}

.bx-wrapper .bx-next{
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;	
	behavior: url(corner/PIE.php);

}
.bx-wrapper .bx-next:hover{
	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(corner/PIE.php);

}

.more a{
	color: #115784;
}

.more a:hover{
	color: #1778B9;
}

/*h1-h4*/

 h2,h3 {
	color: #16161d;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0px;
	margin-top: 0px;
}
section hgroup h2{
	color: #2b1731;
	float: left;
	padding-right: 0.5em;
	display: block;
	line-height: 105%;
}

section hgroup h3{
	color: #2b1731;
	font-size: 100%;
	font-weight: 300;
	float: left;
	display: block;
	line-height: 150%;
}
section h4 {
	color: #2B1731;
	line-height: 150%;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*news*/
#news .block-content:hover{
	display: block;
	background-color: #E2F1F5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E2F1F5), to(#E2F1F5));
	background: -webkit-linear-gradient(#E2F1F5, #E2F1F5);
	background: -moz-linear-gradient(#E2F1F5, #E2F1F5);
	background: -ms-linear-gradient(#E2F1F5, #E2F1F5);
	background: -o-linear-gradient(#E2F1F5, #E2F1F5);
	background: linear-gradient(#E2F1F5, #E2F1F5);
	-pie-background: linear-gradient(#E2F1F5, #E2F1F5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(corner/PIE.php);
}


section h4 a{
	color: #115784;
	text-decoration: none;
}


section h4 a:hover{
	color: #1778B9;
	text-decoration: underline;
}

#page-top a{
	text-decoration: none;
	display: block;
	color: #FFF;
	background: #094485;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0094485), to(#094485));
	background: -webkit-linear-gradient(#094485, #094485);
	background: -moz-linear-gradient(#094485, #094485);
	background: -ms-linear-gradient(#094485, #069);
	background: -o-linear-gradient(#069, #094485);
	background: linear-gradient(#094485, #094485);
	-pie-background: linear-gradient(#094485, #094485);
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	height: 71px;
	width: 71px;
	line-height: 180%;
	padding: 0.5em;
	behavior: url(corner/PIE.php);
}


#page-top a:hover{

	background: #54A1EF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#54A1EF), to(#54A1EF));
	background: -webkit-linear-gradient(#54A1EF, #54A1EF);
	background: -moz-linear-gradient(#54A1EF, #54A1EF);
	background: -ms-linear-gradient(#54A1EF, #54A1EF);
	background: -o-linear-gradient(#54A1EF, #54A1EF);
	background: linear-gradient(#54A1EF, #54A1EF);
	-pie-background: linear-gradient(#54A1EF, #54A1EF);
	behavior: url(corner/PIE.php);
}
/*footer*/

.links-block{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #382238;
	margin-top: 1em;
}

footer {
	color: #637b8a;
}

footer p {
	color: #637b8a;
}



/*連結*/

a {
	color: #406C92;
	text-decoration: none;
}
/*a:visited {
	color: #1F578D;
}*/
a:hover { color: #115784; }


/*Menu sub*/
@media only screen and (min-width: 681px) {
.sf-menu li ul li {
	background-color: #F1F1F1;
}

.sf-menu li ul li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-top-color: rgba(204,204,204,0.5);
	*border-top-color: #E0E0E0;

	color: #2B7D93;
}


.sf-menu li ul li a:hover{
	color: #5899B3;
}
}


/*scroll*/
.scroll-arrow {
	color: #CCC;
}

.scroll-arrow a{
	color: #CCC;
}


/*nav*/

nav#dot li a{

	border: 2px solid #2B7D93;
	background: #2B7D93;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2B7D93), to(#2B7D93));
	background: -webkit-linear-gradient(#2B7D93, #2B7D93);
	background: -moz-linear-gradient(#2B7D93, #2B7D93);
	background: -ms-linear-gradient(#2B7D93, #2B7D93);
	background: -o-linear-gradient(#2B7D93, #2B7D93);
	background: linear-gradient(#2B7D93, #2B7D93);
	-pie-background: linear-gradient(#2B7D93, #2B7D93);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

nav#dot a:hover, #dot a.active {
	background:transparent;
	border: 2px solid #2B7D93;
}


nav#dot h1 {
	color: #fff;
	background-position: 100% 50%;
	background-color: transparent;
	background-image: url(img/index/nav-arrow.png);
	background-repeat: no-repeat;
	}


/*footer*/
footer{
	background-color:transparent;
	display: block;
}
