@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:1330px;
	background:url("../../../image/event/camp/campaign_120308/title_img.jpg") no-repeat;
}


#eventContentsArea #btn_event {
	position:absolute;
	width: 421px;
	height: 65px;
	background:url("../../../image/event/camp/campaign_120308/btn_nissen3.gif") no-repeat;
	top:516px;
	left:92px;
}

#eventContentsArea #btn_event a {
	width: 421px;
	height: 65px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


#eventContentsArea #btn_contacts {
	position:absolute;
	width: 276px;
	height: 28px;
	background:url("../../../image/event/camp/campaign_120308/btn_contacts.gif") no-repeat;
	top:438px;
	left:26px;
}

#eventContentsArea #btn_contacts a {
	width: 276px;
	height: 28px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


/* イベント枠用
------------------------------------------- */
#eventContentsArea #txt01Area {
	width:810px;
	height:189px;
	background:url("../../../image/event/camp/campaign_120308/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:488px;
	background:url("../../../image/event/camp/campaign_120308/bg_campaign_02.gif") no-repeat;
	position: absolute;
	top:830px;
	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;
}
