﻿@charset "utf-8";


#side h1{
	background: url(images/h1.jpg) 0px 0px no-repeat;
}

#contents .eventBox{
	margin: 0px 0px 1em 0px;
}
#contents .eventBox h3{
	margin: 0px;
	padding: 7px 0px 2px 0px;
	font-size: 100%;
	background: none;
	border-bottom: 1px solid #999999;
}
#contents .eventBox dl{
	padding: 6px 10px 0px 10px;
}
#contents .eventBox dl dt{
	clear: both;
	float: left;
	width: 120px;
	padding: 0px 0px 2px 0px;
	color: #454545;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3em;
}
#contents .eventBox dl dd{
	float: left;
	width: 450px;
	padding: 0px 0px 2px 0px;
	font-size: 90%;
	font-weight: normal;
}

#contents .eventBox .txtRed {
	color: #cf1414;
}

img.icon{
	vertical-align: middle;
	border: none;
	padding-right: 5px;
}

