@charset "utf-8";



/*---------------------------------------------------
	Font setting
---------------------------------------------------*/
body{
	color: #000517;
	font-size: 14px;
	line-height: 1.6;
    font-family:"Avenir", "Monaco", "aauxlight", "Arial", "Times New Roman", Times, "serif";
}

/* ------ fontSize 14px ------ */
.text10 { font-size:72%; }
.text11 { font-size:79%; }
.text12 { font-size:86%; }
.text13 { font-size:93%; }
.text14 { font-size:100%; }
.text15 { font-size:108%; }
.text16 { font-size:115%; }
.text17 { font-size:122%; }
.text18 { font-size:129%; }
.text19 { font-size:136%; }
.text20 { font-size:144%; }
.text21 { font-size:151%; }
.text22 { font-size:158%; }
.text23 { font-size:165%; }
.text24 { font-size:172%; }
.text25 { font-size:179%; }
.text26 { font-size:186%; }


/*---------------------------------------------------
	Link setting
---------------------------------------------------*/

a:link,
a:visited {
	text-decoration:none;
	color:#000517;
}
a:hover,
a:active {
	text-decoration:none;
	color: #83EFFF;
	}



/*---------------------------------------------
	h2
---------------------------------------------*/
h2{
}
h2.title{
}

/*---------------------------------------------
	h3
---------------------------------------------*/
h3{

}
h3.title{
}
/*---------------------------------------------
	h4
---------------------------------------------*/
h4{
}
h4.title{
}
/*---------------------------------------------
	h5
---------------------------------------------*/
h5{
	
}
h5.title{
	
}
/*---------------------------------------------
	h6
---------------------------------------------*/
h6{
	
}
h6.title{
	
}
/*---------------------------------------------
	sup
---------------------------------------------*/
.section{
}
.page-top{
	clear: both;
	text-align: right!important;
	padding-top: 20px;
}
