/*
	Global Font CSS 
*/



/* BODYTD */

body {
	font-size:14px;
	color:#333333;
	line-height:140%;
}

td {
	font-size:13px;
	color:#333333;
	line-height:130%;
}


.rireki {
	font-size:14px;
	color:#333333;
	line-height:130%;
}



/* MAIN */
.big {
	font-size:16px;
}
.middle {
	font-size:15px;
}
.small {
	font-size:12px;
}

.footer {
	color:#ffffff;
	font-size:12px;
}

input,select,textarea{
	background-#ffffff;
	font-size:14px;
	line-height:130%;
}




/* Link */
a {
	 #0066cc;
}
a:hover {
	 #ffcc00;
}
a:active {
	 #FF4210;
}
/*
a:visited {
	 #0066cc;
}
*/


HR {
   #cccccc;
  text-decoration : blink;
}



.txtRed10px {
	color: #FF0000;
	font-size: 10px;
}

.txtRed12px {
	color: #FF0000;
	font-size: 12px;
}

