@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      event08skywedding2011.css
Update:         2011/6/9
Author:         N.K
Style Info:     ガーデニングとニコペットのミニイベント用CSS
----------------------------------------------------------- */



/* 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;
}

#eventContentsArea img {
	vertical-align: bottom;
}



/* タイトル枠用
------------------------------------------- */
#eventContentsArea #titleArea {
	width: 810px;
	height: 168px;
	background: #fff url("../../image/event/skyfield2011/clover/bg_title.gif") no-repeat;
}

#eventContentsArea #titleArea h2 {
	display: none;
}

/*

/* メイン枠用
------------------------------------------- */

#eventContentsArea .mainArea {
	position: relative;
	width: 810px;
	height: 1460px;
}

	
#eventContentsArea .mainArea .contents01 { 
	position: relative;
	width: 810px;
	height: 362px;
	background: #ffffff url("../../image/event/skywedding2011/event/bg_pet01.jpg") no-repeat;
}

#eventContentsArea .mainArea .contents01 img {
 	position: absolute;
	top: 14px;
	left: 11px;
}

#eventContentsArea .mainArea .contents02 { 
	position: relative;
	width: 810px;
	height: 446px;
	background: #ffffff url("../../image/event/skywedding2011/event/bg_wedding01.jpg") no-repeat;
}

#eventContentsArea .mainArea .contents02 img {
 	position: absolute;
	top: 3px;
	left: 11px;
}

#eventContentsArea .mainArea .contents04 { 
	position: relative;
	width: 810px;
	height: 428px;
	background: #ffffff url("../../image/event/skywedding2011/event/bg_myiland.jpg") no-repeat;
}

#eventContentsArea .mainArea .contents04 p.area01  {
 	position: absolute;
	top: 362px;
	left: 124px;
}

#eventContentsArea .mainArea .contents04 p.area02  {
 	position: absolute;
	top: 362px;
	left: 518px;
}


#eventContentsArea p.skyweddingTop { 
	position: relative;
	width: 810px;
	height: 61px;
	background: #ffffff url("../../image/event/skywedding2011/event/bg_returnArea.jpg") no-repeat;
}

#eventContentsArea p.skyweddingTop a img { 
 	position: absolute;
	top: 0px;
	left: 648px;
}



/* clearfix
------------------------------------------- */
#eventContentsArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}