﻿@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      june2010.css
Update:         2010/05/26
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');*/




/* 初期設定
------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body#event{
	margin:0;
	padding:0;
}

div#wrapper{}

div#contentsArea{}

/* contentsArea
---------------------------------------------------------------------- */
#contentsArea{
	position:relative;
}

#contentsArea img {
	display:block;
	margin:0;
	padding:0;
	border:0px;
}

/* clearfix
------------------------------------------- */
#eventContentsArea #mainArea:after,div#mainArea div.right:after,div#mainArea div.right:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/* ----------------------------------------------------------------------
  02. アイテムページ用
---------------------------------------------------------------------- */

/* itemContentsArea
------------------------------------------- */
#mainArea{
	background:url(../../image/event/june2010/item/bg_img01.jpg) no-repeat;
	width:810px;
}

/*.itemContentsArea{

	margin:0 20px;
}
*/

.wrapper{
	border:#cfdae8 solid 1px;
	margin:0 20px;
	padding:0xp;
}


.mrgB43{
	margin-bottom:43px;
}













