@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      november2008.css
Update:         2008/11/11
Author:         J.M
Style Info:     2008年11月イベント用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 {
	display: none;
}



/* This page style
---------------------------------------------------------------------- */
#eventContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
}





/* ----------------------------------------------------------------------
  02. アイテムページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
#eventContentsArea #titleArea {
	width: 810px;
	height: 380px;
	background: #f5f2e2 url("/image/event/whiteday2009/event/bg_head.jpg") no-repeat;
	
}

#eventContentsArea #titleArea h2 {
	display: none;
}


#eventContentsArea #titleArea p.exp {
	position: absolute;
	left: 204px;
	top: 192px;
}

#eventContentsArea #titleArea p.btn {
	position: absolute;
	left: 37px;
	top: 204px;
}


/* メイン枠用
------------------------------------------- */
#eventContentsArea #mainArea01 {
	position: relative;
	width: 810px;
	height: 544px;
	background: #917b3f url("/image/event/whiteday2009/event/bg_main01.jpg") no-repeat;
}
#eventContentsArea #mainArea02 {
	position: relative;
	width: 810px;
	height: 1583px;
	background: #917b3f url("/image/event/whiteday2009/event/bg_main02.gif") no-repeat;
}



/* 各ボックス用
------------------------------------------- */
#eventContentsArea.event #eventBox01 {
	position: absolute;
	width: 640px;
	top: 12px;
	left: 52px;
}

#eventContentsArea.event #eventBox02 {
	position: absolute;
	width: 640px;
	top: 12px;
	left: 52px;
}

#eventContentsArea.eventBox02 ul {
	margin-top: 23px;
}
#eventContentsArea.eventBox02 li {
	margin-right: 12px;
	width: 123px;
}


