@charset "utf-8";

/*=============================連結設定=============================*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a {
	text-decoration: none;
	-webkit-touch-callout: none;
	outline: none;
	hlbr: expression(this.onFocus=this.blur());
}
a:hover,a:active,a:focus {-webkit-tap-highlight-color: rgba(0,0,0,0);}

/*=============================標題設定=============================*/
/*紅色*/
.tit_01 {
	font-size: 13px;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
}
/*橘色*/
.tit_02 {
	font-size: 13px;
	color: #FF6600;
	letter-spacing: 2px;
	font-weight: bold;
}
/*黑色*/
.tit_03 {
	font-size: 13px;
	color: #454545;
	letter-spacing: 2px;
	font-weight: bold;
}

/*=============================字體設定=============================*/
.n0 {
	font-size: 6px;
	color: #ffffff;
	letter-spacing: 2px;
}
/*黑色*/
.n1 {
	font-size: 13px;
	color: #454545;
	letter-spacing: 2px;
}

.n1_1 {
	font-size: 13px;
	color: #454545;
	letter-spacing: 2px;	
	font-weight: bold;
}


.n1_2 {
	font-size: 13px;
	color: #454545;
	letter-spacing: 2px;
	line-height: 1.5;
}
.n1_3 {
	font-size: 13px;
	color: #454545;
	letter-spacing: 2px;
	line-height: 2.5;
}
/*灰色*/
.n2 {
	font-size: 13px;
	color: #888888;
	letter-spacing: 2px;
}
/*白色*/
.n3 {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
}
/*紅色*/
.n4 {
	font-size: 13px;
	color: #990000;
	letter-spacing: 2px;
}
.n4_2 {
	font-size: 13px;
	color: #990000;
	letter-spacing: 2px;
	line-height: 1.5;
}
/*橘色*/
.n5 {
	font-size: 13px;
	color: #FF6600;
	letter-spacing: 2px;
}
/*藍色*/
.n6 {
	font-size: 13px;
	color: #006699;
	letter-spacing: 2px;
}