/*
--------------------------------------
pCSS
--------------------------------------
*/

body {
	margin-top:0pt;margin-bottom:0pt;margin-left:5pt;margin-right:5pt;font-size:16px;line-height:22px;font-family:MS UI Gothic,Osaka;
	scrollbar-3dlight-color:    #ffeeee;
	scrollbar-arrow-color:      red;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color:       #ffcccc;
	scrollbar-highlight-color:  #ffcccc;
	scrollbar-shadow-color:     #ffcccc;
	font-size:14px;line-height:18px;font-family:MS UI Gothic,Osaka;
}

td {
	font-size:16px;line-height:22px;font-family:MS UI Gothic,Osaka;
}

A:link {
	text-decoration:none;color:blue;
}

A:visited {
text-decoration:none;color:blue;
} 

A:active {
	text-decoration:none;font-weight;color:blue;
}

A:hover {
	text-decoration:underline;color:red;
}