@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      noevir20130314.css
Update:         2013/03/21
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:1980px;
	background:url("../../../image/event/camp/campaign_130516/title_img.jpg") no-repeat;
}


#eventContentsArea #btn_event {
	position:absolute;
	width: 482px;
	height: 60px;
	background:url("../../../image/event/camp/campaign_130516/btn_aqua.gif") no-repeat;
	top:578px;
	left:267px;
}

#eventContentsArea #btn_event a {
	width: 482px;
	height: 60px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


#eventContentsArea #btn_contacts {
	position:absolute;
	width: 276px;
	height: 28px;
	background:url("../../../image/event/camp/campaign_130516/btn_contacts.gif") no-repeat;
	top:468px;
	left:26px;
}

#eventContentsArea #btn_contacts a {
	width: 276px;
	height: 28px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


/* イベント枠用
------------------------------------------- */
#eventContentsArea #txt01Area {
	position:relative;
	width:810px;
	height:726px;
	background:url("../../../image/event/camp/campaign_130516/bg_campaign_01.jpg") no-repeat;
	position: absolute;
	top:730px;
	left:10px;
}



#eventContentsArea #btn_event2 {
	position:absolute;
	width: 218px;
	height: 68px;
	background:url("../../../image/event/camp/campaign_130516/btn_aqua2.jpg") no-repeat;
	top:480px;
	left:532px;
}

#eventContentsArea #btn_event2 a {
	width: 218px;
	height: 68px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

#eventContentsArea #txt01Area h2{
	position: absolute;
	top: 650px;
	left: 24px;
}


#eventContentsArea #txt02Area {
	width:786px;
	height:524px;
	background:url("../../../image/event/camp/campaign_130516/bg_campaign_02.gif") no-repeat;
	position: absolute;
	top:1460px;
	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;
}
