@charset "utf-8";
/* CSS Document */
/*clear:bothからはじめる*/
body{
	clear:both;
	background:url(../other/event_side2.gif) repeat-x #FFF;
	}
/*両端の色を追加したところ↑*/


#wrapper{
	background-image:url(../other/event_back4.gif);
	height:1614px;
	}

h2{
	font-size:11pt;
	line-height:1.4;
	padding-top:20px;
	}
	
	
h4{
	font-size:7pt;
	}

h5{
	font-size:11pt;
	line-height:1.3;
	padding-top:3px;
	}

#event{
	width: 800px;
	height: 1200px;
	margin-top:180px;
	margin-left:150px;
	}

.kumo{
	background-image:url(../other/event_data_kumo3.png);
	background-repeat:no-repeat;
	height:200px;
	width:310px;
	margin-top:15px;
	float:left;
	margin-right:50px;
	text-align:center;
	}

	


/*↓ほぼ共通。footer*/	
#footer{
	/*clear: both;*/
	
	position: absolute;
	/*margin-top:210px;*/
	top: 1544px;/*←背景-70px*/
	margin-left: 10px;
	width: 930px;
	height: 70px;
	}

#adress{
	margin-top:40px;
	float:right;
	}