@charset "UTF-8";
/*---- Title ----*/
#Title{
	height:220px;
	background:url('../image/event/title.jpg') no-repeat center 0 #000;
}
#Title h2{
	margin:0 auto;
	padding:130px 0 0;
	width:1000px;
	height:50px;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	line-height:120%;
	color:#fff;
}
/*---- Event ----*/
h3{
	margin:80px 0 0;
	padding:10px 0 10px;
	border-top:1px solid #049;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	font-size:28px;
	line-height:130%;
	color:#03a;
}
h3:first-child{
	margin:0;
}
p.Logo{
	padding:30px 0 0;
	text-align:center;
}
table{
	margin:20px 0 0;
	border-top:1px solid #ddd;
	width:100%;
}
table td,table th{
	padding:20px 0 0 0;
	vertical-align:top;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
table th{
	padding:20px 20px 0 0;
	white-space:nowrap;
	font-weight:bold;
	color:#888;
}
table td strong{
	font-weight:bold;
	color:#666;
}
table td img{
	margin:0 0 10px;
}
