@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      belluna111020.css
Update:         2011/10/20
Style Info:     

	01. 全体用
	02. アイテムページ用

----------------------------------------------------------- */



/* ----------------------------------------------------------------------
  01. 全体用
---------------------------------------------------------------------- */

/* import style
------------------------------------------------------------------- */
@import url('../../mod_default.css');
@import url('../../mod_layout.css');
@import url('../../mod_headerfooter.css');
@import url('../../mod_common.css');
/*@import url('../../mod_login.css');
@import url('../../mod_form.css');*/




/* siteTitleArea
---------------------------------------------------------------------- */
body#event #siteTitleArea {
	display: none;
}



/* This page style
---------------------------------------------------------------------- */
#eventContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
	color:#592822;
}

#eventContentsArea img {
	vertical-align: bottom;
}





/* ----------------------------------------------------------------------
  02. イベントページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
#eventContentsArea #titleArea {
	position: relative;
	width: 810px;
	height:1320px;
	background:url("../../../image/event/camp/campaign_120124/title_img.jpg") no-repeat;
}


#eventContentsArea #btn_event {
	position:absolute;
	width: 539px;
	height: 65px;
	background:url("../../../image/event/camp/campaign_120124/btn_netprice.gif") no-repeat;
	top:515px;
	left:39px;
}

#eventContentsArea #btn_event a {
	width: 539px;
	height: 65px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


#eventContentsArea #btn_contacts {
	position:absolute;
	width: 276px;
	height: 28px;
	background:url("../../../image/event/camp/campaign_120124/btn_contacts.gif") no-repeat;
	top:400px;
	left:21px;
}

#eventContentsArea #btn_contacts a {
	width: 293px;
	height: 28px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


/* イベント枠用
------------------------------------------- */
#eventContentsArea #txt01Area {
	width:810px;
	height:227px;
	background:url("../../../image/event/camp/campaign_120124/bg_campaign_01.jpg") no-repeat;
	position: absolute;
	top:628px;
	left:9px;
}

#eventContentsArea #txt01Area h2{
	position: absolute;
	top: 650px;
	left: 24px;
}


#eventContentsArea #txt02Area {
	width:786px;
	height:460px;
	background:url("../../../image/event/camp/campaign_120124/bg_campaign_02.gif") no-repeat;
	position: absolute;
	top:865px;
	left:23px;
}



#eventContentsArea #titleArea h1,
#eventContentsArea #titleArea p,
#eventContentsArea #txt01Area h2,
#eventContentsArea #txt02Area h2{
	display:none;
}




/* clearfix
------------------------------------------- */
#eventContentsArea #mainArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
