
BODY {

}

A:link { color: #ff99cc; text-decoration : none;}   /* リンク */
A:VISITED { color:#ff99cc; text-decoration: none;}       /* 既に見たリンク */
A:ACTIVE { color: #ff99cc; text-decoration: none;} 	  /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
	color: #FFF34C;
	text-decoration: none;     /* 下線を消す */
	visibility : visible;
	float : none;
	clear : none;
	position : relative;
	}


.size_middle {
	font-size: 11pt;
	line-height:130%;
}

.td_border {
	border-top-width:5pt;
	border-bottom-width:5pt;
	border-right-width:5pt;
	border-left-width:5pt;
	border-top-color:#ff99cc;
	border-bottom-color:#ff99cc;
	border-right-color:#ff99cc;
	border-left-color:#ff99cc;
}


.size_big {
	font-size: 13pt;
}



.size_small {
	font-size: 10pt;
	line-height:120%;
}

.size_ssmall {
	font-size: 9pt;
	line-height:120%;
}

.fdder {
	font-size: 10pt;
}

