@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      webmoneyaward2009.css
Update:         2009/12/11
Style Info:     WebMoney Award 2009 投票ありがとうキャンペーンCSS

	01. 全体用
	02. イベントページ用
	03. ダブル受賞お知らせページ用

----------------------------------------------------------- */



/* ----------------------------------------------------------------------
  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;
}



/* This page style
---------------------------------------------------------------------- */
#eventContentsArea,
#infoContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
}

#eventContentsArea img {
	vertical-align: bottom;
}





/* ----------------------------------------------------------------------
  02. イベントページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
#eventContentsArea #titleArea {
	position: relative;
	width: 810px;
	height: 400px;
}

#eventContentsArea #titleArea h2 {
	position: absolute;
	width: 380px;
}



/* メイン枠用
------------------------------------------- */
#eventContentsArea #mainArea {
	position: relative;
	width: 810px;
	height: 518px;
}

#eventContentsArea #mainArea h3,
#eventContentsArea #mainArea p {
	margin: 0;
	padding: 0;
	border: none;
}



/* 各ボックス用
------------------------------------------- */
#eventContentsArea #itemBox {
	position: absolute;
	width: 360px;
	top: 0px;
}



/* clearfix
------------------------------------------- */
#eventContentsArea #mainArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




/* siteTitleArea
---------------------------------------------------------------------- */
body#event #siteTitleArea {
	display: none;
}



/* This page style
---------------------------------------------------------------------- */
#eventContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
}

#eventContentsArea img {
	vertical-align: bottom;
}





/* ----------------------------------------------------------------------
  03. ダブル受賞お知らせページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
#infoContentsArea #titleArea {
	position: relative;
	width: 810px;
	height: 400px;
}

#infoContentsArea #titleArea h2 {
	position: absolute;
	width: 380px;
}



/* メイン枠用
------------------------------------------- */
#infoContentsArea #mainArea {
	position: relative;
	width: 810px;
	height: 409px;
}

#infoContentsArea #mainArea h3,
#infoContentsArea #mainArea p {
	margin: 0;
	padding: 0;
	border: none;
	line-height:0px;
}



/* 各ボックス用
------------------------------------------- */
#infoContentsArea #itemBox {
	position:relative;
	width: 810px;
	top: 0px;
}


#infoContentsArea #itemBox .btn_left {
	position:absolute;
	left: 93px;
	top: 158px;
}

#infoContentsArea #itemBox .btn_right {
	position:absolute;
	left: 473px;
	top: 158px;
}




/* clearfix
------------------------------------------- */
#infoContentsArea #mainArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
