@charset "utf-8";

/* !mainimg
---------------------------------------------------------- */
#mainimg {
	width: 1024px;
	background: url(../img/mainimg.png) no-repeat 0 0;
}
	#mainimg  h2{
		padding: 36px 0 0 10px;
	}
#main_txt {
	width: 430px;
	margin: 10px 0 0 20px;
	padding: 14px;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}
#main_txt a {
	color: #6de766;
}

/* !contents
---------------------------------------------------------- */
#contents_top {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}
	#main_top {
		background: url(../img/bg_top_counter01.png) no-repeat 211px 0;
		margin: 30px 0 0 0;
	}
		#main_top p {
			text-align: center;
			margin: 0 auto;
			padding: 220px 0 0 0;
		}

/* today */
.time {
	position: relative;
}
	.time .month {
		position: absolute;
		top: 148px;
		left: 277px;
		display: block;
		width: 72px;
	}
	.time .date {
		position: absolute;
		top: 148px;
		left: 357px;
		display: block;
		width: 50px;
	}
		#present_date_00 { margin: 0;}
		#present_date_01 { margin: 0 0 0 -2px;}
	.time .year {
		position: absolute;
		top: 148px;
		left: 415px;
		display: block;
		width: 100px;
	}
		#present_year_00 { margin: 0 0 0 -2px;}
		#present_year_01 { margin: 0 0 0 -2px;}
		#present_year_02 { margin: 0 0 0 -2px;}
		#present_year_03 { margin: 0 0 0 -2px;}
