/* ----- リンク ----- */
a{ text-decoration: none;}
a:link{ color: #000000;}
a:link:hover{ color: #ff3300; text-decoration: underline;}
a:visited{ color: #333366;}
a:visited:hover{ color: #ff3300; text-decoration: underline;}

/* ----- フォント ----- */
.menu_l  { font-size: 75%; line-height: 110% }
.navi  { font-size: 90%; line-height: 110% }
.copyright  { font-size: 65%; line-height: 110% }
.footer  { font-size: 70%; line-height: 110% }
.bold  { font-size: 100%; line-height: 120%; font-weight: bold }
.bold-blue  { font-size: 100%; line-height: 120%; font-weight: bold; color: #000066 }
.bold-red  { font-size: 100%; line-height: 120%; font-weight: bold; color: #ff0000 }
.bold-white  { font-size: 100%; line-height: 120%; font-weight: bold; color: #ffffff }
.bold90p  { font-size: 90%; line-height: 120%; font-weight: bold }
.bold90p-blue  { font-size: 90%; line-height: 120%; font-weight: bold; color: #000066 }
.bold80p  { font-size: 80%; line-height: 145%; font-weight: bold }
.bold80p-blue  { font-size: 80%; line-height: 145%; font-weight: bold; color: #000066 }
.bold80p-red  { font-size: 80%; line-height: 120%; font-weight: bold; color: #ff0000 }
.font100p  { font-size: 100%; line-height: 120% }
.font90p  { font-size: 90%; line-height: 120% }
.font80p  { font-size: 80%; line-height: 145% }
.font90p-blue  { font-size: 90%; line-height: 120%; color: #000066 }
.font80p-blue  { font-size: 80%; line-height: 145%; color: #000066 }
.font70p-blue  { font-size: 70%; line-height: 120%; color: #000066 }
.font90p-green  { font-size: 90%; line-height: 120%; color: #006600 }
.font80p-green  { font-size: 80%; line-height: 145%; color: #006600 }
.font90p-red  { font-size: 90%; line-height: 120%; color: #ff0000 }
.font80p-red  { font-size: 80%; line-height: 145%; color: #ff0000 }
.font80p-gray  { font-size: 80%; line-height: 120%; color: #666666 }
.font70p-gray  { font-size: 70%; line-height: 120%; color: #666666 }
.under90p  { font-size: 90%; line-height: 120%; text-decoration: underline }
.under80p  {
	font-size: 80%;
	line-height: 150%;
	text-decoration: underline;
	color: #0099CC;
}
.font80p-blue2  { font-size: 80%; line-height: 150%; color: #006699}
.test  { font-size: 80%; line-height: 145% }
.70p {
	font-size: 70%;
	line-height: 140%;
}
.under90p_blue2 {
font-size: 90%; line-height: 130%; text-decoration: underline;
color: #006699
}
