/* イベント｜
------------------------------------------------------------*/

#title {
	position: relative;
	width: 630px;
	height: 240px;
}

#title #message {
	position: absolute;
	width: 600px;
	padding: 10px 15px;
	left: 0;
	bottom: 0;
	color: #AD0613;
	font-weight: bold;
	line-height: 1.5;
}

#info h4 {
	width: 620px;
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	background: url(../img/heading.gif) no-repeat;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}


#info table {
	width: 630px;
}

#info table td {
	vertical-align: top;
	padding-top: 10px;
}

#info table td.image {
	width: 160px;
}

#info table td.text {
	width: 470px;
}

#info table img {
	margin-right: 10px;
	border: 1px solid #CCC;
}

#info table .shop-name {
	color: #00b1ec;
	font-size: 120%;
	font-weight: bold;
}

#info table .commodity,
#info table .school {
	padding-left: 105px;
	font-size: 12px;
	line-height: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

#info table .commodity {
	background-image: url(../img/commodity.gif);
}

#info table .school {
	background-image: url(../img/school.gif);
}
