@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      webmoneyaward2011.css
Update:         2010/06/30
Style Info:     WebMoneyアワード受賞2011

	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;
}



#eventContentsArea #con1 #box,
#eventContentsArea #con1 #box p.award,
#eventContentsArea #con1 #con2,
#eventContentsArea #con1 #con2 h2,
#eventContentsArea #con1 #con2 p.txtaward,
#eventContentsArea #con1 #con2 p.official,
#eventContentsArea #con1 #award2,
#eventContentsArea #con1 #award2 h3,
#eventContentsArea #con1 #award2 p,
#eventContentsArea #con1 #award2 #itemArea,
#eventContentsArea #con1 #award2 #itemArea ul.item3,
#eventContentsArea #con1 #award3,
#eventContentsArea #con1 #award3 h2,
#eventContentsArea #con1 #award3 p.txtaward3 {
	padding: 0;
	margin: 0;
}


/* ----------------------------------------------------------------------
  02. キャンペーンページ用
---------------------------------------------------------------------- */


/* メイン枠用
------------------------------------------- */
#eventContentsArea #mainArea {
	position:relative;
	width: 810px;
	height: 145px;
	background: url("../../../image/event/webmoney/wma120314/bg_wma2011_01.jpg") no-repeat;	
}

#eventContentsArea #mainArea #title {
	position:absolute;
	left: 26px;
	top: 10px;
}


#eventContentsArea #con1 {
	position:relative;
	width: 810px;
	height: 1303px;
	background: url("../../../image/event/webmoney/wma120314/bg_wma2011_02.jpg") no-repeat;
	}


#eventContentsArea #con1 #box {
	position:absolute;	
	width: 350px;
	left: 50px;
	top: 12px;
}

#eventContentsArea #con1 #box p.award {
	padding: 0;	
	margin: 11px 0 0 0;
}

#eventContentsArea #con1 #con2 {
	position:relative;
	width: 665px;
	height: 122px;
	background: url("../../../image/event/webmoney/wma120314/bg_wma_ex.gif") no-repeat;	
	top: 388px;
	left: 73px;
	}
	
#eventContentsArea #con1 #con2 h2 {
	position:absolute;
	top: 17px;
	left: 22px;		
}

#eventContentsArea #con1 #con2 p.txtaward {
	position: absolute;
	top: 50px;
	left: 22px;
	font-size: 12px;	
	line-height: 17px;
	color: #555555;	
}

#eventContentsArea #con1 #con2 p.official {
	position:absolute;	
	top: 20px;	
	left: 380px;	
	}
	
#eventContentsArea #con1 #award2{
	position: relative;
	top:418px;
	height: 110px;		
	}

	
#eventContentsArea #con1 #award2 h3 {
	position:absolute;	
	top:14px;
	left: 60px;
	width: 690px;
	}	
	
	
#eventContentsArea #con1 #award2 p {
	position:absolute;
	width: 660px;
	height: 36px;
	top:60px;	
	left:76px;
	}
#eventContentsArea #con1 #award2 #itemArea {
	position: relative;	
	top: 408px;	
	}

#eventContentsArea #con1 #award2 #itemArea ul.item3 {
	position:absolute;
	width: 750px;
	top: 40px;	
	left: 10px;
	}
	
#eventContentsArea #con1 #award2 #itemArea ul.item3 li {	
	display:inline;
	float:left;
	margin-left: 79px;		
	}
	
#eventContentsArea #con1 #award3 {
	position: relative;	
	top: 864px;
	height: 200px;		
	}	
	
#eventContentsArea #con1 #award3 h2 {
	position:absolute;
	top: 2px;
	left: 48px;
	width: 432px;
	height: 18px;
	}

#eventContentsArea #con1 #award3 p.txtaward3 {
	position:absolute;
	top: 30px;
	left: 50px;
	width: 450px;
	height: 128px;
	font-size: 12px;	
	line-height: 18px;
	color: #555555;			
	}


/* clearfix
------------------------------------------- */
#eventContentsArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
