@import url("global.css");
#contents {
	background:url("../event/title.png") no-repeat 5px top;
}
#contents h2, .comment {
	width:100%;
}
#contents h2 {
	font-size:0.8em;
	text-indent:10px;
	background:#e7dfd4;
	margin:0px 0px 3px 0px;
	height:20px;
	padding:0px;
}
#event-wrap {
	position:relative;
	top:77px;
	/*border:1px solid black;*/
}
.title {
	font-weight:bold;
}
.event-comp {
	width:90%;
	margin:0px auto 35px auto;
	background:white;
}
.comment {
	background:#d8cab9;
	height:30px;
}
.btnarea {
	margin:32px 0 0 250px;
}
