@charset "UTF-8";

/*------------------------------------------------------------
 レイアウト
----------------------------------------------------------- */
html,body{
	margin:0;
	padding:0;
	height:100%;
}

#glayLayer{
	display:none;
	position:fixed;
	width:100%;
	background:black;
	height: 100%;
	left: 0px;
	top: 0px;
	position:absolute;
	height: 1800px;	
}

#calendar{
	display:none;
	position: fixed;
	top:20%;
	left:20%;
	overflow:hidden;
	height: 392px;
	width: 590px;
	position: absolute;
	background:url(/anniversary/image/calendar.jpg) 0 0 no-repeat;
}


#waku{
	display:none;
	position: relative;
	left: 105px;
	top: 295px;
	height: 35px;	
	width:50px;	
	border-style:solid;
	border-color:red;
	border-width:5px;
}

.anniversary_bt {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.anniversary_right {
	text-align: right;
}

