﻿/* ------------------------------------ */
/* 海のほてる　イベント　スタイルシート */
/* ------------------------------------ */
/*イベント情報欄*/
h2 {
	 width: 760px;
	 height: 43px;
}
	h2 p{
		background-image: url(../img/event/h2.png);
		background-position: center top;
		background-repeat: no-repeat;
		width: 734px;
		height: 28px;
		text-indent: -700em;
		margin-left: 20px;
	}






/*teable設定*/
table {
	background-color: white;
	margin-left: 27px;
	width: 720px;
	margin-bottom: 10px;
}
hr {
	color: red;
	background-color: red;
	border-style: solid;
	border-color: #660000;
	width: 700px;
	margin: 0px;
}
.font {
	line-height: 1.5em;
	color: #333333;
}
	.font p{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.font b{
		color: #0066CC;
	}
	.font span{
		color: red;
	}
.pict img{
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.font2 {
	line-height: 1.5em;
}
	.font2 p{
		margin-left: 20px;
		font-size: 8pt;
	}

