/*一番下*/
.under {
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 1px;
}
.under a{
	color: #000000;
	text-decoration: none;
}
.under a:visited {
	color: #666666;
}
.under a:hover{
	color: #00683F;
	text-decoration: underline;
}


/*本文*/
.txt1{
	font-size: 80%;
	line-height: 140%;
}
.txt2{
	font-size: 90%;
	line-height: 140%;
}
.txt3{
	font-size: 100%;
	line-height: 140%;
}
.txt1c{
	font-size: 80%;
	line-height: 140%;
	color: #006D2C;
}
.txt2c{
	font-size: 90%;
	line-height: 140%;
	color: #006D2C;
}
.txt3c{
	font-size: 100%;
	line-height: 140%;
	color: #006D2C;
}
.txt_fix1 {
	font-size: 11px;
	line-height: 13px
}
.txt_fix2 {
	font-size: 13px;
	line-height: 15px
}
.txt_fix3 { 
font-size: 12px; 
line-height: 14px
}

.txt_fix1c {  
font-size: 11px; 
line-height: 13px; 
color: #006D2C
}
.txt_fix2c {  
font-size: 13px; 
line-height: 15px; 
color: #006D2C
}
.txt_fix3c { 
font-size: 12px; 
line-height: 14px; 
color: #006D2C
}

.txt1w{
	font-size: 80%;
	line-height: 140%;
	color: #FFFFFF;
}
.txt2w{
	font-size: 90%;
	line-height: 140%;
	color: #FFFFFF;
}
.txt3w{
	font-size: 100%;
	line-height: 140%;
	color: #FFFFFF;
}

.txt1_bold{
	font-size: 80%;
	line-height: 140%;
	font-weight: bold
}
.txt2_bold { 
font-size: 90%; 
line-height: 140%; 
font-weight: bold
}
.txt3_bold{
	font-size: 100%;
	line-height: 140%;
	font-weight: bold
}

.txt1c_bold{
	font-size: 80%;
	line-height: 140%;
	color: #006D2C;
	font-weight: bold
}
.txt2c_bold{
	font-size: 90%;
	line-height: 140%;
	color: #006D2C;
	font-weight: bold
}
.txt3c_bold{
	font-size: 100%;
	line-height: 140%;
	color: #006D2C;
	font-weight: bold
}

.txt1w_bold{
	font-size: 80%;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: bold
}
.txt2w_bold{
	font-size: 90%;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: bold
}
.txt3w_bold{
	font-size: 100%;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: bold
}

.txt_fix1w {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

.txt_fix1w {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;

}
.txt_fix2w {
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;

}

.txt_fix3w {  
font-size: 12px; 
line-height: 14px; 
color: #FFFFFF
}

/*タグ*/
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #00441B;
	text-decoration: underline;
}

