@charset "utf-8";
/* CSS Document */
body{
	background:#FFF;
	margin:0;
	padding:0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#333333;}
#page{
	background:url(../images/bg-intro.jpg) no-repeat;
	width:1024px;
	height:594px;
	margin:0 auto;
	padding:0;}
#clean-roll{
	height:-1px;
	margin:0;
	padding:0;
	clear:both;}
#ddmmyy{
	width:1024px;
	float:left;
	margin-top:255px;}
#day{
	width:65px;
	z-index:1;
	margin:0 6px 0 406px;
	
	float:left;}
#month{
	width:70px;
	z-index:1;
	margin:0 6px 0;
	
	float:left;}

#year{
	width:65px;
	z-index:1;
	margin:0;
	
	float:left;}

.hcm a{
	background:url(../images/tp-m.png) no-repeat;
	width:255px;
	height:94px;
	margin:40px 34px 0 96px;
	float:left;}
.hcm a:hover{
	background: url(../images/tp-h.png) no-repeat;	width:255px;
	height:94px;
	margin:40px 34px 0 96px;
	float:left;}
.hn a{
	background:url(../images/hn-m.png) no-repeat;	width:255px;
	height:94px;
	margin:40px 34px 0 0;
	float:left;}
.hn a:hover{
	background:url(../images/hn-h.png) no-repeat;	width:255px;
	height:94px;
	margin:40px 34px 0 0;
	float:left;}
.dn a{
	background:url(../images/dn-m.png) no-repeat;	width:255px;
	height:94px;
	margin:40px 34px 0 0;
	float:left;}
.dn a:hover{
	background:url(../images/dn-h.png) no-repeat;	width:255px;
	height:94px;
	margin:40px 34px 0 0;
	float:left;}



