@charset "utf-8";
/* 連結 */

a:link {
	color: #393939;
	text-decoration: underline;
}
a:visited {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #F23F16;
	text-decoration: none;
}
a:active {
	color: #F23F16;
	text-decoration: none;
}

/* 標題 */
.tit_01 {
	font-size: 16px;
	color: #1F1F1F;
	letter-spacing: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tit_02 {
	font-size: 13px;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
}
.tit_02_2 {
	font-size: 13px;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.8;
}
.tit_03 {
	font-size: 13px;
	color: #404040;
	letter-spacing: 2px;
	font-weight: bold;
}

.tit_04 {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: bold;
}

/* 內文 */
.n1 {
	font-size: 13px;
	color: #404040;
	letter-spacing: 2px;
}
.n1_2 {
	font-size: 13px;
	color: #404040;
	letter-spacing: 2px;
	line-height: 1.8;
}
.n1_3 {
	font-size: 13px;
	color: #404040;
	letter-spacing: 2px;
	line-height: 2.5;
}
.n2 {
	font-size: 13px;
	color: #999999;
	letter-spacing: 2px;
}
.n2_2 {
	font-size: 13px;
	color: #999999;
	letter-spacing: 2px;
	line-height: 1.8;
}
.n3 {
	font-size: 13px;
	color: #e55400;
	letter-spacing: 2px;
}
.n3_2 {
	font-size: 13px;
	color: #e55400;
	letter-spacing: 2px;
	line-height: 1.8;
}
.n3_3 {
	font-size: 13px;
	color: #e55400;
	letter-spacing: 2px;
	line-height: 2.8;
}
.n4 {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
}
.n4 a {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
}
.n4 a:link {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
}
.n4 a:visited {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
}
.n4 a:hover {
	font-size: 13px;
	color: #F23F16;
	letter-spacing: 2px;
}
.n4 a:active {
	font-size: 13px;
	color: #F23F16;
	letter-spacing: 2px;
}

.n5 {
	font-size: 13px;
	color: #666666;
	letter-spacing: 2px;
}
.n_no {
	font-size: 6px;
	color: #ffffff;
}
