﻿@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      april2010.css
Update:         2010/04/15
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');*/

/* 初期設定
------------------------------------------------------------------------*/
#eventContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
}
div#wrapper{}
div#contentsArea{}

/* siteTitleArea
---------------------------------------------------------------------- */
div#mainWrapper{
	width:780px;
	margin:0px;
	padding:0 15px 15px;
	background:#c7df9b;
}
div#mainWrapper img,
div#mainWrapper div#blockC,
div#mainWrapper div#blockD,
div#mainWrapper div#blockE{
	float:left;
	margin:0;
	padding:0;
}
div#mainWrapper div.block{display:block;}
div#mainWrapper div#blockA{}
div#mainWrapper div#blockB{}
div#mainWrapper div#blockC{width:360px;}
div#mainWrapper div#blockD{width:420px;}
div#mainWrapper div#blockE{width:420px;}
div#mainWrapper div#blockF img{
padding-top:10px;
padding-left:248px;
text-align:center;}/*forButtonBlock*/

div#blockG{
/*
	clear:both;
	width:810px;
	height:34px;
	padding-top:10px;
	margin:0;
	background:url(/image/event/gardening/bg_msg.gif) no-repeat transparent;
*/

}

/* clearfix
------------------------------------------- */
#eventContentsArea:after,
#eventContentsArea div#mainWrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



