@charset "utf-8";

/* event */

.eventBox01 {
	float: right;
	width: 253px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.eventBox01 p.txt {
	font-size: 84%;
	padding-right: 5px;
	min-height: 2em;
	text-align: center;
}
.section .eventBox01 p {
	margin: 0px;
}
.section .eventBox01 p img {
	margin: 0px;
	border: none;
}

/* TextArea */
.TextArea {
	width:640px;
	height:140px;
	padding: 5px;
	font-size:13px;
	line-height:17px;
}


/* contact */
.contactBox01 {
	border: 2px solid #f3f3f3;
	background: #fdfdfd;
	padding: 10px 16px;
	margin-bottom: 10px;
}
.contactBox01 th, .contactBox01 td {
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 170%;
}
.contactBox01 th {
	color: #333333;
	width: 173px;
}
.contactBox01 td {
	padding-left: 22px;
	border-left: 1px solid #c2c2c2;
}


/* ann */
.annList01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.annList01 li {
	float: left;
	width: 135px;
}
.annList01 li span {
	display: block;
	white-space: nowrap;
	padding-right: 5px;
}












