@charset "utf-8";
body
{
	font-family: Arial;
	font-size: 12px;
}
/*--tag a--*/
a
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover
{
	color: #FF00FF;
}
a.login
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a.cat_menu
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.cat_menu:hover
{
	color: #000000;
}
a.about_menu
{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}
a.about_menu:hover
{
	color: #000000;
}
a.login:hover
{
	color: #0000FF;
}
a.button_zone
{
	border-style: none;
}
a.page
{
	color: #0000FF;
}
a.pageCurrent
{
	color: #FF0000;
}
table
{
	table-layout: fixed;
}
.tr_over
{
	background-color: #FF0000;
}
input.size
{
	text-align: center;
	width: 31px;
	height: 31px;
	padding-top: 4px;
}
hr
{
	color: #00FFFF;
	height: 2px;
}
span
{
	font-size: 12px;
}
td
{
	font-size: 12px;
}
td.tab
{
	background-color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}