@charset "UTF-8";

/*gift page*/
h4#gift{
	margin:30px 0 0 25px;
}
h4 span#month{
	font-size:16px;
}

#dl_btn{
	width:200px;
	height:45px;
	background:url(../IMG/dl_Btn.gif) no-repeat;
	margin-top:10px;
	margin-right: 30px;
}
#dl_btn:hover{
	background:url(../IMG/dl_Btn_over.gif) no-repeat ;
}
#dl_btn:active{
	background:url(../IMG/dl_Btn_down.gif) no-repeat ;
}


.Paris-wine{
	background:url(../gift/IMG/gift_content_fra.gif) no-repeat;
	display:block;
	width:190px;
	height:150px;
}
.Paris-wine:hover{
	background:url(../gift/IMG/gift_content_fra_over.gif) no-repeat;	
}
.Paris-wine:active{
	background:url(../gift/IMG/gift_content_fra_down.gif) no-repeat;
}
.Ams-Asp{
	background:url(../gift/IMG/gift_content_asp.gif) no-repeat center;
	display:block;
	width:190px;
	height:150px;
}
.Ams-Asp:hover{
	background:url(../gift/IMG/gift_content_asp_over.gif) no-repeat center;
}
.Ams-Asp:active{
	background:url(../gift/IMG/gift_content_asp_down.gif) no-repeat center;
}
.Ams-Tul{
	background:url(../gift/IMG/gift_content_tul.gif) no-repeat;
	display:block;
	width:190px;
	height:150px;
}
.Ams-Tul:hover{background:url(../gift/IMG/gift_content_tul_over.gif) no-repeat;
}
.Ams-Tul:active{background:url(../gift/IMG/gift_content_tul_down.gif) no-repeat;
}

