@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      webmoneyaward2009.css
Update:         2010/06/30
Style Info:     WebMoneyキャンペーン

	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,
body#info #siteTitleArea{
	display: none;
}



/* ----------------------------------------------------------------------
  02. キャンペーンページ用
---------------------------------------------------------------------- */


/* メイン枠用
------------------------------------------- */
#eventContentsArea #mainArea {
	position: relative;
	width: 810px;
}

#eventContentsArea #mainArea h1,
#eventContentsArea #mainArea div{
	margin: 0;
	padding: 0;
	border: none;
	line-height:0px;
}


#eventContentsArea #mainArea p {
	margin:11px auto 0 auto;
	padding: 0;
	border: none;
	line-height:0px;
	text-align:center;
}




/* clearfix
------------------------------------------- */
#eventContentsArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
