.center{
	margin:0px auto;
	text-align:center;
}
.left{
	margin-right:auto;
	text-align:left;
}
.right{
	margin-left:auto;
	text-align:right;
}
.minimini{
	font-size:xx-small;
}
.mini{
	font-size:x-small;
}
/* float */
.float{
	float:left;
}
.hem{
	padding:5px;
	float:left;
}

.left_float{
	float:left;
}
.right_float{
	float:right;
}

.clear{
	clear:left;
}

/* */
.border{
	border:1px solid #000000;
}
.sm{
	border:0px solid #ffffff;
}
.none{
	display:none;
}

#setlay{
	position:absolute;
	visibility:hidden;
}

/************************************************
/ DATE
/***********************************************/
/* NOW? */
.now_day{
	font-weight:bold;
	color:#ffff00;
}
.now_day2{
	font-weight:bold;
	color:gold;
}
.now_day3{
	font-weight:bold;
	color:#D89838;
}
.now_month{
	color:#A56F48;
}
