/* CSS Document */

body {
	background-color: #00BCF9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}








.Copy_right {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 7px;
	text-align: center;
	}

.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
}
.footer_link   a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
}
.footer_link   a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
	text-align: center;
}





.navi
{
	color:#FFFFFF;
	font-size:13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navi a{
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 0;
	font-family: Arial;
}


.navi a:hover{color:#CCCCCC; text-decoration:none;}






.text2 {
	font-family:  sans-serif;
	font-size:14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-style: normal;
	text-align: justify;
}







h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


	
#menu {
	width: 254px;
	margin-top: 17px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	


#menu {
	width: 254px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	
#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 40px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73beff;
	line-height: 40px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 14px;
	font-family: Arial;
	}
	
#menu li a:hover {
	color: #0033FF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}


#menu ul li .home {
	color: #0033FF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}









.tab_link {
	font-family: Aria;
	font-size: 14px;
	font-weight: normal;
	color: #002038;
	text-decoration: none;
	padding-left: 20px;
}
.tab_link   a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0583FC;
	text-decoration: none;
}
.tab_link   a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002038;
	text-decoration: none;
}



.left {
		
		position:fixed;
		
	}



 h1 { font-family: "AvenirNext-Regular", sans-serif }
      
      
      h1.entry-title { font-family: "AvenirNext-Regular", sans-serif }




.entry-title{margin-top:0;text-align:center;font-size:48px}@media (max-width:1199px){.hentry .entry-title{font-size:30px}}@media (max-width:991px){.hentry .entry-title{font-size:24px}}@media (max-width:767px){.hentry .entry-title{font-size:24px}}.hentry .entry-title a{color:#333}.hentry .entry-title a:hover,.hentry .entry-title a:focus{color:#555}










	
	#back-to-top{
		position:fixed;
		bottom:100px;
		left:60px;
	}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#317fff;
		display:block;
		width:80px;
		/*??CSS3??transition?????????????????*/
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}
	#back-to-top a:hover{
		color:#023891;
	}
	#back-to-top a span{
		background:#317fff;
		border-radius:6px;
		display:block;
		height:65px;
		width:65px;
		background:#d1d1d1 url(images/arrow-up.png) no-repeat center center;
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}
	#back-to-top a:hover span{
		background:#023891 url(images/arrow-up.png) no-repeat center center;
	}
