@import "neos.css";
@import "pou.css";
@import "radio.css";
@import "nano_lapia.css";

body { font-size: 12px ;color:#333333 }
td { font-size: 12px ;color:#333333 }
.height130 {  line-height: 130%}
.font11 {  font-size: 11px;}
.font_kaunet {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.text11height120{  font-size: 11px; line-height: 120%}
.font14 {  font-size: 14px;}
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/* ロールオーバーで画像にフィルタ
-------------------------------------------------------------------------*/
a:hover img.filter {
	border: none;
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE */
}
a img.filter {
	border: none;
}